Get Transition
Select a transition from a workflow.
Selects a single transition from a workflow. Use it to name the move a ticket should make between states.
Inputs
- Workflowrequired — Workflow. Provides the workflow that contains the transition to resolve. The node uses it as the source workflow when loading the configured transition.
Outputs
- Transition — Transition. Represents the resolved transition selected from the configured workflow.
- From State — State. Represents the source state for the resolved transition.
- To State — State. Represents the destination state for the resolved transition.
Configuration
- Transition — Transition picker. Chooses which transition identifier to resolve from the incoming workflow. The node uses this id to load the transition object and its from and to states from the gateway.
Example use cases
Advance a ticket
Pick the Start Progress transition, then apply it to move a ticket from To Do into In Progress.