Skip to main content
Run Workflow starts another workflow, waits for it to finish, and exposes the value it returns.

Quick start

1

Prepare the child workflow

Give it the Sub-Workflow trigger. Use Data from Trigger to read Data In, and Return Data to send a result back.
2

Select the workflow

Choose it in Selected Workflow, or connect a Callable Workflow value.
3

Send and receive data

Connect an optional Payload and use Result after the child run completes.

Inputs

Output

If the child run fails, this action fails with the child run’s failure message. Recursive workflow calls are rate-limited to prevent infinite loops.