I need to know how many Items with a specific reference (f.e. “test”) are in my queue.
Currently I use Get Queue Items for every Status New/InProgress/Failed with the Reference I need. That works good, but I don’t know how long do these activities take when it is a big queue (with 1.000 items and more) because I do the same request at least 3 times…
Therefore I tried to use the Get Queue Items only one time in the first Step to send only one request to the Orchestrator.
In the second Step I want to count the specific items from my queueItem-Variable.
I need an activity which count all items with Status “New” and Reference Test without starting a new request to the orchestrator.