| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| status | StatusEnum | [optional] | |
| currentNodeId | String | [optional] | |
| waitingFor | ListWorkflowExecutions200ResponseExecutionsInnerWaitingFor | [optional] | |
| variables | Map<String, Object> | [optional] | |
| platformIdentifier | String | [optional] | |
| conversationId | String | [optional] | |
| stepCount | Integer | [optional] | |
| lastError | String | [optional] | |
| resumeAt | OffsetDateTime | [optional] | |
| createdAt | OffsetDateTime | [optional] | |
| updatedAt | OffsetDateTime | [optional] | |
| completedAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| RUNNING | "running" |
| WAITING | "waiting" |
| COMPLETED | "completed" |
| EXITED | "exited" |
| FAILED | "failed" |