Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.6 KB

WorkflowStep.md

File metadata and controls

17 lines (13 loc) · 1.6 KB

WorkflowStep

Properties

Name Type Description Notes
action String Indicates the action to perform. - `pause_before`: The workflow should pause before the trigger described by `triggerOnItem` is reached. - `pause_after`: The workflow should pause after the trigger described by `triggerOnItem` is processed. [optional]
completedDate String The timestamp of when the workflow step transitioned to `completed` status. [optional]
itemId String The unique ID of the item being triggered. [optional]
recipientRouting RecipientRouting [optional]
status String The status of the step. One of: - `inactive` - `in_progress` - `paused` - `pending` - `completed` This is a read-only property. [optional]
triggeredDate String The timestamp of when the workflow step transitioned to `in_progress` status. [optional]
triggerOnItem String The type of item that triggers this workflow step. Currently, only `routing_order`, is the only supported value. [optional]
workflowStepId String A unique identifier for this workflow step. This value is available from the `currentWorkflowStepId` property of the `workflow` object, [optional]

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