Workflow
Select a workflow to access its states and transitions.
Selects a workflow so its states and transitions become available to downstream nodes. Use it as the starting point when driving state changes.
Inputs
This node has no inputs.
Outputs
- Workflow — Workflow. Represents the workflow selected in the node config.
Configuration
- Workflow — Workflow picker. Chooses which workflow definition the node resolves and exposes. The node uses this identifier to load the workflow object from the execution gateway.
Example use cases
Drive a state machine
Pick the engineering workflow, then feed it into Get State and Get Transition nodes to move a ticket along its lifecycle.