Retrieve the Delete Items from Queue

Description

Hi There,
One of my process has 60 thousand of queue items in the queue. It has processed 30 thousand items so far and suddenly we got consecutive exceptions and the bot has deleted the remaining 30 thousand items from the queue which are in NEW state.
Can you please suggest how to retrieve the deleted items and then add them back to the queue to reprocess ?
Thanks

Link

Date

2025-05-20

Related UiPath products

Orchestrator

New items should not be deleted like that, I’d suggest checking the Audit logs on the Orchestrator to see what user deleted them.

@avinashy,

Follow this approach and you will get the queue items back

Configuration of first Get Queue Items

Configuration of Add Queue Item

Configuration of second Get Queue Items

1 Like