Queue Average Time

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

ProcessingMeanTime - The average time spent processing a successful item.

2 Likes