How to get a locked items waiting time in a work queue?

Balaji R

New Member
In Blue Prism, there are 4 flags in a work queue.
1) Locked
2)Pending
3)Exception
4)Completed

How can we calculate waiting time for the above flags in a workqueue?
 

VJR

Well-Known Member
Hi Balaji R,

Check the Input and Output parameters of 'Get Report Data' action of Work Queues and see if it contains the desired data you need.
 
Top