Skip to main content

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 WorkflowREQUIRED
The workflow to start.
Target EntryREQUIRED

Which Hooks::StartFromWorkflow entry node within the target workflow receives the inputs. Determines this node's input connectors.

Execution ModeREQUIRED
  • 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.