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] |