Transition Shell Properties

Transition shell properties are defined when there is a current transition.

Shell.TransitionName

string (input). The name of the current transition.

Shell.TransitionId

long integer (input). The TS_ID of the current transition. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Shell.TransitionType

string (input). Identifies the type of the current transition. Possible values are: Regular, Copy, Update, Delete, Post Item, Create Subtask, Publish Problem, and Post to External Database.

Shell.FromStateName

string (input). The name of the state from which the transition begins.

Shell.FromStateId

long integer (input). The TS_ID of the state from which the transition begins. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Shell.ToStateName

string (input). The name of the state to which the item is transitioned.

Shell.ToStateId

long integer (input). The TS_ID of the state to which the transition travels. For details on the TS_ID, refer to Identifying Records by TS_ID and Table ID.

Related Topics