WorkItemStateTransition interface
Describes a state transition in a work item.
Properties
actions
Gets a list of actions needed to transition to that state.
actions: string[]
Property Value
string[]
to
Name of the next state.
to: string
Property Value
string