Get Open Transaction count from Queue

I just wanted to take the count of open transaction from the Queue, please help me

Well, I know there is an API call that will give you this: UiPath Orchestrator API Guide 2016.2

I’m not sure if it’s possible to get queue info directly from the robot’s association with Orchestrator without affecting the status, but I don’t think so at the moment.

In 2018.1 you can use “Get Queue Items” activity to get all the items in the queue and then loop through the returned array and check the status of each item.

I noticed that activity, but this line threw me off under Output: “The list of items that you want to mark as retrieved from Orchestrator.” So nothing changes on the Orchestrator side regarding the status of the queue items when you pull them this way? Good to know!