Transaction Submit Transition

The Simulate Submit Transition block allows you to submit a specific transition within a DX transaction by providing the relevant App Key, Transaction Key, Transition ID, and any required form data.

Simulate Submit Transition Block

Input Pins

The Simulate Submit Transition Block has multiple input pins.

You can provide individual pins that match the search IDs of specific fields. For example, if a text field has the search ID Text, you can assign it a value like 'ExampleTest' and that value will be applied directly to that 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 getting updated.

Data Type : Integer

Example  :  112
TransitionID

The Transition ID lets you update the transaction’s stage.

Data Type : String

Example  :  TS_17303499864339ZKTI8QGMCV

Output Pins

AppKey

This is the app key for a certain application.

Data Type : Integer

Example  :  14
TransactionKey

This is the transaction key for the generated transaction.

Data Type : Integer

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

Last updated