Hi
is it possible to get the no of items in the orchestrator Queue?
thanks
Ji
Hi
is it possible to get the no of items in the orchestrator Queue?
thanks
Ji
@rpa2Ji
welcome to the forum
Have a look on the Orchestrator Rest API and do some practical RnD with swagger
start with following endoint
/odata/QueueItems
Also have a look here, when consuming the API
@rpa2Ji
Use Get queue Items to check the count in queue.
Variable.count
Here You can fiter the queue states and priority too
@rpa2Ji
In addition to the alternate of using Get Queue Items (we also do like this activity) keep following on mind
so when more then 100 items are to expect we have to page as well
for paging have a look here:
@rpa2Ji
HTTP Request.xaml (8.2 KB)
Here is demo for remaining items