Scenario: I have 1000 items in my orchestrator queue. Now I want to check and make sure that there are no New or In Progress items in the queue. So that I can send a Report mail if the count of New and In progress is 0.
How can In get the count of queue items with status “New” and “In Progress”.
If we use get queue items activity, it will help for maximum of 100 items. But I want to get the count for all 1000 items.
Please help.
Maybe with a Combination of While Activity and the Skip and Top Properties of the Get Queue Items Activity, we should be able to achieve Retrieving of 1000 Queue Items.