Hi, Could anyone please let me know the flow that,
the last running robot needs to send the report of all transaction items.
Do you mean when there are no more New state queue items then bot should send the report of all processed queue items on that bot?
Last transaction item is in “In Progress” by last robot, after completing the last item, last robot needs to send all transactions details with data by an Excel report .
You can add this logic in No Transaction transition. This will ensure that only after there is no queue item left to process.
In end transaction stage first check if any in progress or new items are present using get queue items count…if yes then dont do anything…
Else have an asset and then add the current username to asset and then get the asset value and check if the value matches with current transaction username…if no matching then dont do anything
Else send a report and reset the asset
Asset is to set a lockingn and make only one bot send report instead of all bots
Hope this helps
Cheers