Queue status on future runs

Hi all. I have an automation which runs every day that uses a queue. At the end of each run some of the items are marked as Successful, Failed and Retried. My question is how will these items be treated the following day when new items are added? Will the automation retry any cases marked as ‘failed’ from the previous day or it will it just process the new items?

Hi @James_Grace
It process just new items on the queue

1 Like

HI @James_Grace

It will only process New items. If you want to process failed items again. then from your process you can do get queue items using date filter and add them back to your queue

cheers

1 Like

Brill, thanks both.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.