Actions are defined as a part of work item type definition - i.e. for each transition from State A to State B you may associate a list of actions. After actions are defined and the work item type is provisioned (imported into TF server), you can use action names in WorkItem.GetNextState calls that will give you next available state for the given action. |