Get State

Select a state from a workflow.

Selects a single state from a workflow. Use it to name a target status when checking or changing where a ticket sits.

Inputs

  • WorkflowrequiredWorkflow. Provides the workflow that contains the state to resolve. The node uses it as the source workflow when loading the configured state.

Outputs

  • StateState. Represents the resolved state selected from the configured workflow.

Configuration

  • StateState picker. Chooses which state identifier to resolve from the incoming workflow. The node uses this id to load a single state object from the gateway or from the workflow's static data when available.

Example use cases

Check current status

Select the In Review state and compare it against a ticket's state to gate the next action.

See also