| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | N/A |
name |
str | ✔️ | The name of the workflow |
display_name |
str | ✔️ | The display name of the workflow |
description |
OptionalNullable[str] | ➖ | A description of the workflow |
metadata |
Optional[models.WorkflowMetadata] | ➖ | N/A |
archived |
bool | ✔️ | Whether the workflow is archived |