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
AppKey
This is the app key for a particular application.
Data Type : Integer
Example : 35
TransactionKey
This is the Transaction Key for the relevant transaction.
Data Type : Integer
Example : 6
MapKey
This is the Checklist Map Key for the checklist within the transaction.
Data Type : Integer
Example : 1
TaskIndex
This is the Task Index of the task you are updating in the task list.
Data Type : Integer
Example : 1
IsCompleted
The task status must be set to either true or false.
Data Type : Boolean
Example : 1
Output Pins
AppKey
This is the app key for a particular application.
Data Type : Integer
Example : 35
TransactionKey
This is the Transaction Key for the relevant transaction.
Data Type : Integer
Example : 6
MapKey
This is the Checklist Map key for the updated checklist within the transaction.
Data Type : Integer
Example : 1
Example: Using the Simulate Update Transaction Checklist Task Status block in a real application