Configuration
| Field | Required | Description |
|---|---|---|
| Execution ID | Yes | The execution ID of the child flow to wait for. Type @ and select the Call Flow step, then choose execution_id or data.execution_id. |
| Poll until done | No | When enabled, polls every N seconds until the child flow finishes or times out, then returns the result. Enabled by default. |
| Timeout (seconds) | No | How long to wait before stopping. Default is 300 seconds. |
| Poll Interval (seconds) | No | How frequently to check for the result. Default is 2 seconds. |
Results
The Results tab shows the output returned by the child workflow after it completes.Always use this node after a Call Flow node when your workflow depends on the child flow’s output. Reference the execution ID using
@ to select it from the Call Flow step.