🔗 Call Workflow
Run another workflow in this workspace and use its result, with a linked execution in the debugger.
Overview
The Call Workflow node runs another workflow in the same workspace as a sub-step — compose reusable sub-workflows (a "send notification" flow, a "log to CRM" flow) instead of duplicating nodes or chaining webhooks. The child run appears as a linked execution in the debugger.
Configuration
- Target Workflow — the workflow to run, by id or a name substring (templated values supported)
- Input Payload — a JSON object passed to the child, exposed there as
{{$json.*}} - Mode —
syncwaits for the child's result and exposes it via the output variable;asyncis fire-and-forget and returns the child's execution id immediately
Notes
- No credential is required — the child runs with its own node credentials
- Child executions are billed and logged like any other run, linked back to the parent for debugging