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

circle-info

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.

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 being updated.

Data Type : Integer

chevron-rightTransitionIDhashtag

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

Data Type : String

Output Pins

chevron-rightAppKeyhashtag

This is the app key for a specific app.

Data Type : Integer

chevron-rightTransactionKeyhashtag

This is the transaction key for the generated transaction.

Data Type : Integer

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

Last updated