Hooks: Start From Workflow
Entry-point node that lets another workflow invoke this one. Defines the named inputs the caller must supply and exposes them as typed output connectors so downstream nodes can consume the values.
Pair with Hooks::TriggerWorkflow on the calling workflow.
Parameters
List of named inputs this workflow accepts. Each entry has: - Output
key — identifier the caller binds to. - Output label — display label
shown in the editor and on the caller side. - Type — String, JSON,
or File. Determines the connector type. - Optional — when enabled,
the caller can omit the input.
Input
This is an entry-point node — it has no input connectors.
Output
One output connector per declared output, typed and labeled as configured. The
calling Hooks::TriggerWorkflow node sees these as its inputs.