Transaction Save Transition

The Simulate Save Transition block helps save the state of a DX transaction's transition form. Just provide the App Key, Transaction Key, Transition ID, and any form data you need to capture.

Simulate Save Transition Block

Input Pins

The Simulate Save Transition block has multiple input pins.

You can provide individual pins that match each search ID. For example, if a text field has the search ID Text, you can give it a value like 'ExampleTest', and that will be assigned to that specific field.

AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  14
TransactionKey

This is the transaction key for the transaction that is being updated.

Data Type : Integer

Example  :  112
TransitionID

The Transition ID allows you to update the transaction's stage.

Data Type : String

Example  :  TS_17303499864339ZKTI8QGMCV

Output Pins

AppKey

This is the app key for a specific app.

Data Type : Integer

Example  :  14
TransactionKey

This is the transaction key for the generated transaction.

Data Type : Integer

Example  :  112
Example: Using the Simulate Save Transition block in a real application

Last updated