The Simulate Update Transaction Checklist Task block lets you update the details of a task in a transaction's checklist. To update the task, you need to provide the App Key, Transaction Key, Map Key, and Task Index.
Simulate Update Transaction Checklist Task block
Input Pins
The Simulate Update Transaction Checklist Task block has multiple input pins.
You can update the following pins: TaskValue(user defined type), Comments(string list),and IsCompleted(boolean).
AppKey
This is the app key for a particular application.
Data Type : Integer
TransactionKey
This is the Transaction Key of the required transaction.
Data Type : Integer
MapKey
The Checklist Map Key of the required checklist in the transaction
Data Type : Integer
Output Pins
AppKey
This is the app key for a particular application
Data Type : Integer
TransactionKey
This is the Transaction Key of the required transaction.
Data Type : Integer
MapKey
The Checklist Map Key of the required checklist in the transaction
Data Type : Integer
TaskIndex
Index of the task in the task list in the transaction checklist
Data Type : Integer
Example of using the Simulate Update Transaction Checklist Task in a real application