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

  • WorkflowWorkflow. Represents the workflow selected in the node config.

Configuration

  • WorkflowWorkflow 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.

See also