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

circle-info

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.

chevron-rightAppKeyhashtag

This is the app key for a particular application.

Data Type : Integer

chevron-rightTransactionKeyhashtag

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

Data Type : Integer

chevron-rightTransitionIDhashtag

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

Data Type : String

Output Pins

chevron-rightAppKeyhashtag

This is the app key for a certain application.

Data Type : Integer

chevron-rightTransactionKeyhashtag

This is the transaction key for the generated transaction.

Data Type : Integer

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

Last updated