QUEUE functions overview

Overview of the Queue functions available in RPA.

Help CentreOrchestration

Description

This article provides an overview of the Queue functions available in RPA. Queues allow you to distribute high volumes of work items across bots for processing, with built-in retry logic, priority handling, and SLA tracking.


Key concepts

  • Queue – a named container that holds work items for processing
  • Work item – a unit of work with input data (specific content), priority, and status
  • Dispatcher – a process that adds items to a queue
  • Performer – a process that retrieves and processes items from a queue
  • SLA – service level agreement tracking per item (on time, at risk, overdue)

Item lifecycle

Each queue item moves through these statuses:

  1. New – item added, waiting to be picked up
  2. In Progress – a bot has claimed the item and is processing it
  3. Successful – processing completed without errors
  4. Failed – processing failed (application errors auto-retry, business errors are permanent)

Available Queue Functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.