Skip to main content
The Call Flow node triggers another workflow within the same project as a child flow. Use it to modularize complex workflows by breaking them into reusable sub-flows. Pair it with the Get Flow Result node to wait for the child flow to complete and retrieve its output.

Configuration

Error Handling

Results

The Results tab shows the execution details of the child flow call after the node runs.
Use {{call_flow_1.execution_id}} with the Get Flow Result node to wait for the child flow to finish and retrieve its result.