Using the Run with queue
- Updated: 2025/02/11
Use the Run with queue option to collectively process all work items of a queue across all the Bot Runners present in one or more device pools.
Prerequisites
Review the following table that provides the necessary permissions needed to run an automation with queue:
Feature type | Permissions |
---|---|
Activity permissions | Provide the following permissions for all automations and
its dependencies:
Note: The automation must be linked to the same
work item structure as the queue. |
User role | Your custom role must have the following:
|
Review the following considerations in order to run an automation with queue:
- You can run automations only on unattended Bot Runners from the Control Room.
- Ensure that the automation is checked in to the public workspace in order to run it 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 a single device pool for inserting and processing work items for the same queue, you will see duplicate entries in the In-progress 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.