End schedule after Queue is empty

Hello,

I would like to know if it is possible to end a schedule in orchestrator after a queue is empty. At the moment, my schedule continues to run and gives error messages because it cannot find any items in the queue. Does someone have experience with this?

Thanks!
Robbert

Hi Robbert,

Please check this post:

You can express your opinion there or on this post regarding schedules:
https://forum.uipath.com/t/orchestrator-upcoming-schedules/16269

So if I understand correctly it is not possible to command the robot to stop if a queue is empty?

You can within your workflow: to have a condition after Get transaction item trItem is nothing and if it’s false to continue with the item processing, if it’s true with a log message activity “No more items to process”.

1 Like

Thanks!