What is the use of UIPath orchestrator queues?how it’s works
Give one real time examples
What is the use of UIPath orchestrator queues?how it’s works
Give one real time examples
Hi @suresh_rajan,
Refer below links
https://orchestrator.uipath.com/v2016.2/docs/managing-queues-in-orchestrator
Regards,
Arivu
Can we design a solution which uses orchestrator queue and deploy in just one robot?
@MeghnaSundaram, you definitely can. Orchestrator queues not only facilitate parallel processing, they also help manage transactions. This means that although you’re just using one robot, you can use a queue to pinpoint your exceptions and to efficiently retry failed transactions. Trust me, this is a lot better than running the process all over again or manually deleting completed rows in your excel file just because of a couple failed transactions.
Thanks for your feedback!!!
Any demo video’s available?Please share it.