Workflow
AirOps Workflow Step
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.
Setup Instructions
- 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) 
Input Configuration
- 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 
Error Handling
- Choose "Terminate Workflow" to stop the parent workflow if this step fails 
- Choose "Continue" to proceed with subsequent steps even if this workflow fails 
Notes
- 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 }}
Last updated
Was this helpful?
