Skip to content

Run Sub Workflow ​

Triggers a named sub-workflow from within the current workflow, passing through the current data context.

Purpose ​

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.

Inputs ​

FieldTypeRequiredDescription
Sub Workflow NameTextYesThe name of the sub-workflow to run. Must match the name configured on the Sub Workflow Trigger node exactly.
Send to QueueCheckboxNoIf checked, the sub-workflow is sent to the processing queue rather than executed immediately.

Outputs ​

This task performs an action and does not produce output variables.

Tentech