Update Transaction Checklist Task Status

The Simulate Update Transaction Checklist Task Status block updates the status of a task within a transaction’s checklist. To update the task status, you will need to provide the following: App key, Transaction key , Checklist Map key, Task Index, and IsCompleted (set to true or false).

Simulate Update Transaction Checklist Task Status block

Input Pins

chevron-rightAppKeyhashtag

This is the app key for a particular application.

Data Type : Integer

chevron-rightTransactionKeyhashtag

This is the Transaction Key for the relevant transaction.

Data Type : Integer

chevron-rightMapKeyhashtag

This is the Checklist Map Key for the checklist within the transaction.

Data Type : Integer

chevron-rightTaskIndexhashtag

This is the Task Index of the task you are updating in the task list.

Data Type : Integer

chevron-rightIsCompletedhashtag

The task status must be set to either true or false.

Data Type : Boolean

Output Pins

chevron-rightAppKeyhashtag

This is the app key for a particular application.

Data Type : Integer

chevron-rightTransactionKeyhashtag

This is the Transaction Key for the relevant transaction.

Data Type : Integer

chevron-rightMapKeyhashtag

This is the Checklist Map key for the updated checklist within the transaction.

Data Type : Integer

Example: Using the Simulate Update Transaction Checklist Task Status block in a real application

Last updated