Skip to main content
How to retry the failed items in queue in AA360

In the Edit queue screen, select the failed work items and select the option 'Re-process.Reprocess


Here are two options to handle failed work items in a queue:

  1. Set the Retry at the Queue Level:

    • Check for the retry option available in the queue settings.

    • This will allow the queue to automatically retry failed items without additional intervention.

  2. Use a Bot to Loop Through the Queue and Reprocess Failed Records:

    • At the end of the process, use a bot to loop through the queue.

    • Identify the failed work items and reprocess them accordingly.


Reply