Using the Run with queue
- Updated: 2024/08/27
Using the Run with queue
Collectively process all work items of a queue across all the Bot Runners present in one or more device pools.
Prerequisites
To run a bot with queue, ensure that you are allocated the following roles and permissions:
Feature type | Privileges |
---|---|
Activity permissions | Provide the following permissions for all bots and its
dependencies:
Note: The bot must be linked to
the same work item structure as the queue. |
User role | Your custom role must have the following:
|
- You can run bots only on unattended Bot Runners. You cannot run bots on attended Bot Runners from the Control Room.
- The bots have to be checked in to the public folder in order for the bots to qualify to be run with queue.
- Work item sorting is done on the batch added to the queue. For example, if you add 2 batches of work items a, c, b and a, c, b to be sorted by name, the work items will be processed for queuing as a, b, c and a, b, c.
- If you use the same device pool for inserting and processing work items for the same queue, you will see duplicate entries in the In-progress activity and Historical page. To resolve this issue, use one device pool to insert work items and a different device pool to process work items in a queue.