| Name | Type | Description | Notes |
|---|---|---|---|
| messages | List<ProgressMessage> | Log messages emitted during execution | |
| status | StatusEnum | Current workflow status | |
| step | String | Name of the current step | |
| stepIndex | Long | Zero-based index of the current step | |
| stepsTotal | Long | Total number of steps in the workflow |
| Name | Value |
|---|---|
| UNINITIALISED | "UNINITIALISED" |
| PENDING | "PENDING" |
| RUNNING | "RUNNING" |
| COMPLETED | "COMPLETED" |
| FAILED | "FAILED" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |