Working with queues
- Updated: 2025/09/08
Queues manage workload priority and execution, with Standard queues handling routine tasks efficiently and Express queues prioritizing urgent, time-sensitive work.
Queues in Automation 360 offer a structured and scalable way to manage high volumes of work items by separating task submission from execution. This enables asynchronous processing, where bots can fetch tasks from queues based on their availability, leading to optimized workload distribution and minimal idle time. WLM supports different queue types to help organizations manage and prioritize their automation workload effectively. Two of the commonly used queue types are Standard and Express queues.
- Weekly payroll automation
- Routine invoice data processing
- Back-office form validation
- Periodic report generation
- Fraud detection alerts
- Real-time payment approvals
- Urgent regulatory compliance reports
- Time-sensitive customer service escalations
| Feature | Standard queue | Express queue |
| Purpose | General-purpose task processing | Time-sensitive or high-priority task processing |
| Execution priority | Normal | Highest |
| Latency | Moderate | Very low (near real-time) |
| SLA support | Supports SLA parameters | Strong SLA enforcement with minimized wait times |
| Bot assignment | Based on availability and queue order | Immediate bot assignment to reduce processing delays |
| Use case examples | Invoice processing, data entry | Fraud detection, urgent escalations, critical transactions |
| Throughput optimization | Suitable for batch or scheduled automations | Optimized for rapid, continuous automation workflows |
| Resilience and retry | Supports retry logic | Supports retry logic |
| Monitoring and reporting | Standard visibility | Enhanced focus on SLA and response tracking |
| Owners | Participants | Consumers |
|---|---|---|
Can perform
|
Can perform
|
Can perform
|
| Cannot perform: Run bot with queue | Cannot perform: Run bot with queue | Cannot perform: Add work items to the queue |
Queue owners and participants: Note that queue owners can edit a queue (change the queue name, description, add or remove owners, participants, or consumers), but participants cannot edit the queue.