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

circle-info

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).

chevron-rightAppKeyhashtag

This is the app key for a particular application.

Data Type : Integer

chevron-rightTransactionKeyhashtag

This is the Transaction Key of the required transaction.

Data Type : Integer

chevron-rightMapKeyhashtag

The Checklist Map Key of the required checklist in the transaction

Data Type : Integer

Output Pins

chevron-rightAppKeyhashtag

This is the app key for a particular application

Data Type : Integer

chevron-rightTransactionKeyhashtag

This is the Transaction Key of the required transaction.

Data Type : Integer

chevron-rightMapKeyhashtag

The Checklist Map Key of the required checklist in the transaction

Data Type : Integer

chevron-rightTaskIndexhashtag

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

Last updated