Work Queue

NPoornima

New Member
Work Queues are very useful for the below scenarios:
1. Multibot Architecture where multiple bots can work for same process/Queue in order to complete the volumes quickly
2. To see/monitor the item status at the time of execution, we can also do force retry in case of Exception occurred for the items instead of waiting till process completion to rerun exception cases
3. Reports can be generated from work queue after process terminates/completes using Get Completed Items/Get Exception Items etc.,
4. For MIS/Reporting/Dashboard
 
Top