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

circle-info

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.

chevron-rightAppKeyhashtag

This is the app key for a particular application.

Data Type : Integer

chevron-rightTransactionKeyhashtag

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

Data Type : Integer

chevron-rightMapKeyhashtag

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

The Transaction Key for the generated transaction

Data Type : Integer

chevron-rightChecklistMapKeyhashtag

The Checklist Map Key for the updated checklist in the transaction

Data Type : Integer

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

Last updated