Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 815 Bytes

File metadata and controls

30 lines (18 loc) · 815 Bytes

WorkflowProgress

Properties

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

Enum: StatusEnum

Name Value
UNINITIALISED "UNINITIALISED"
PENDING "PENDING"
RUNNING "RUNNING"
COMPLETED "COMPLETED"
FAILED "FAILED"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"