Hooks: Trigger Workflow
Start another workflow by routing inputs into one of its
Hooks::StartFromWorkflow entry nodes. Choose between fire-and-forget
(Play Async) and wait-for-completion (Play) execution modes.
The node's input connectors are derived dynamically from the selected target entry node — you wire each declared input on the target.
Parameters
Target Workflow—REQUIRED
The workflow to start.
Target Entry—REQUIRED
Which Hooks::StartFromWorkflow entry node within the target workflow
receives the inputs. Determines this node's input connectors.
Execution Mode—REQUIRED
Play Async(default) — fire and forget; the current workflow continues immediately. -Play— wait for the triggered workflow to complete before continuing.
Input
One input connector per declared output on the selected Hooks::StartFromWorkflow
entry node. Wire each input from upstream nodes on the calling workflow.
Output
Tracker UUID
Unique identifier of the triggered workflow execution. Useful for correlating logs / status checks.