QUEUE List queue items function

The QUEUE List queue items function in RPA.

Help CentreOrchestration

This article describes the RPA Queue functionality to list items in a queue.

For a full list of available functions, please read QUEUE functions.


Description

The List queue items function retrieves a list of items from a queue, optionally filtered by status. The result is an array of item records with their details. This is useful for checking queue contents, building reports, or finding specific items.


Setting it up

To use the List queue items function, follow these instructions:

{{popups:rpas/add:action=queue-list-items}}

Once on a process map:

  1. Navigate to the process where you would like to add the function
  2. Click on the green button’s drop-down (right side of the green button labelled “Process”)
  3. On the menu that appears, click on the “+ Activity” item
  4. From here you can select the QUEUE List queue items option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
Queue IDYesText-The ID of the queue, or a variable such as {queue_id}
Status filterNoSelectAllFilter by status: New, In Progress, Successful, or Failed
VariableYesText-Variable to store the list of items

Output variables

VariableTypeDescription
VariableArrayArray of queue item records with id, reference, status, priority, specificContent, etc.

Tips

  • Use the status filter to find only failed items for reprocessing
  • Combine with a loop to iterate over the results

Related 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.