Retrieve 5000 items from the Queue

Hi Guys ,

My Question is , I have to retrive 5000 items from the Queue which may have any status into it . Then i need to do some Automation based on the Queue Status. Which is the fastest way to Resolve this problem. I Know we can Retrive using Get Queue item and use the Skip Condition , But it is a time Consuming task .

Regards ,
Akash Rajendran

@Akash_Clv

Try using orchestrator http request activity and getqueueitems api…it will retrieve 1000 items at a time …the same skip can be used in api also

Swagger url to check details - <orchetsratorurl>\Swagger\index.html

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.