Workflow
Last updated
Was this helpful?
Last updated
Was this helpful?
The Workflow Step allows you to run a published workflow within another workflow, allowing you to reuse existing workflows rather than rebuilding the same functionality.
Drag the Workflow Step from the side panel into your canvas
Select a published workflow from the dropdown list
Select the version of the workflow to use
Map the required inputs for the selected workflow
Configure error handling behavior (Terminate or Continue)
The step will automatically display the input fields required by the selected workflow
Map inputs using values from previous steps or static values
Use the variable selector (purple icon) to reference outputs from previous steps
Choose "Terminate Workflow" to stop the parent workflow if this step fails
Choose "Continue" to proceed with subsequent steps even if this workflow fails
The workflow you select must be published before it will appear in the dropdown
Output from the workflow step can be referenced in subsequent steps using: {{ step_X.output }}