Update Transaction Checklist Task

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

Example  :  36
TransactionKey

This is the Transaction Key of the required transaction.

Data Type : Integer

Example  :  1
MapKey

The Checklist Map Key of the required checklist in the transaction

Data Type : Integer

Example  :  1

Output Pins

AppKey

This is the app key for a particular application

Data Type : Integer

Example  :  36
TransactionKey

This is the Transaction Key of the required transaction.

Data Type : Integer

Example  :  1
MapKey

The Checklist Map Key of the required checklist in the transaction

Data Type : Integer

Example  :  1
TaskIndex

Index of the task in the task list in the transaction checklist

Data Type : Integer

Example  :  1
Example of using the Simulate Update Transaction Checklist Task in a real application

Last updated