Search K
Appearance
Appearance
Triggers a named sub-workflow from within the current workflow, passing through the current data context.
Use this completion node to hand off execution to a separate workflow that has been configured with a matching Sub Workflow Trigger. This enables modular workflow design where complex processes are broken into reusable segments. The sub-workflow name must exactly match the name defined on the corresponding trigger node. Optionally, execution can be queued rather than run immediately.
| Field | Type | Required | Description |
|---|---|---|---|
| Sub Workflow Name | Text | Yes | The name of the sub-workflow to run. Must match the name configured on the Sub Workflow Trigger node exactly. |
| Send to Queue | Checkbox | No | If checked, the sub-workflow is sent to the processing queue rather than executed immediately. |
This task performs an action and does not produce output variables.