Get All Transitions

The Simulate Get All Transitions block returns all the available transitions for a DX transaction at its current stage, using the provided App Key and Transaction Key.

Simulation Get All Transition block
AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  35
TransactionKey

The Transaction Key of the required transaction

Data Type : Integer

Example  :  6

Output Pins

Transitions

Available transitions for the transaction

Data Type : Dictionary

Example  : { "Id": "TS_17303499864332177FGR0Y9V", "Label": "Complete Work", "FromStage": { "name": "In-Progress", "isActive": true }, "ToStage": { "name": "Completed", "isActive": true }, "FieldTemplates": {} } 
Example: Using the Simulation Get All Transition block in a real application

Last updated