Update Transaction Checklist

The Simulate Update Transaction Checklists block allows you to update details of a transaction's checklist. To make it work, you need to provide three keys: App key, Transaction key, and Map key.

Simulate Update Transaction Checklists block

Input Pins

The Simulate Update Transaction Checklists block has multiple input pins.

You can update the following pins:ChecklistName(String), TotalDuration(Integer), CountDurationFromTasks(Integer), RequiredIndividualTaskCompletion(Boolean), Topic(String), Objects(Dictionary).

Note: A checklist can have either Topics or Objects, but not both.

AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  14
TransactionKey

This is the Transaction Key for the transaction you are updating.

Data Type : Integer

Example  :  112
MapKey

The Checklist Map Key for 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  :  14
TransactionKey

The Transaction Key for the generated transaction

Data Type : Integer

Example  :  112
ChecklistMapKey

The Checklist Map Key for the updated checklist in the transaction

Data Type : Integer

Example  :  1
Example: Using the Simulate Update Transaction Checklists block in a real application

Last updated