Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 772 Bytes

Workflow.md

File metadata and controls

12 lines (8 loc) · 772 Bytes

Workflow

Properties

Name Type Description Notes
currentWorkflowStepId String The `workflowStepId` of the current step. This is not an index into the `workflowSteps` array in this object. See the `workflowStep` object. [optional]
workflowStatus String The status of the workflow: - `paused` if the workflow is paused - `in_progress` if the workflow is in progress [optional]
workflowSteps [WorkflowStep] An array of workflow steps. [optional]

[Back to Model list] [Back to API list] [Back to README]