Skip to main content
The Get Flow Result node waits for a child workflow triggered by a Call Flow node to finish, then retrieves its output. Use it to build sequential multi-flow pipelines where the parent workflow depends on the result of a child flow.

Configuration

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.