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?
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”.