Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 850 Bytes

File metadata and controls

14 lines (11 loc) · 850 Bytes

# ReachV1AutomationsStepsAutomationStepResource

Properties

Name Type Description Notes
uuid string
parentUuid string The step this one branches from. Null for the entry point of the workflow.
stepOrder int Position of this step among the steps sharing its parent.
type string Role of the step in the workflow. A `conditional` step branches into several children.
value string The concrete trigger, action, decision or delay this step performs.
config object Step configuration. The shape depends on the value, and is empty for steps that take none.

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