Hello,
Is there a way to read the queue average time from Orchestrator?
I want to calculate how much time the robot will take to run and I don’t want hard code the transaction handling time.
Thank you.
Hello,
Is there a way to read the queue average time from Orchestrator?
I want to calculate how much time the robot will take to run and I don’t want hard code the transaction handling time.
Thank you.
You can use orchestrator api to get the average time taken by each transaction.
Refer - QueueProcessingStatus section
https://www.uipath.com/hubfs/Documentation/OrchestratorAPIGuide_2016.2/UiPathOrchestratorAPIGuide_2016.2.html
ProcessingMeanTime - The average time spent processing a successful item.