| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| description | String | [optional] | |
| platform | String | [optional] | |
| accountId | String | [optional] | |
| profileId | String | [optional] | |
| status | StatusEnum | [optional] | |
| entryNodeId | String | [optional] | |
| nodes | List<WorkflowNode> | [optional] | |
| edges | List<WorkflowEdge> | [optional] | |
| totalStarted | Integer | [optional] | |
| totalCompleted | Integer | [optional] | |
| totalExited | Integer | [optional] | |
| createdAt | OffsetDateTime | [optional] | |
| updatedAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| DRAFT | "draft" |
| ACTIVE | "active" |
| PAUSED | "paused" |