I’m trying but i can’t find any property in queue activities that returns me what is te number of total items in queue or whats is the number of items are processed… Any idea?
You can use “Get Queue Items” or the orchestrator API to retrieve collections of queue items and filter for specific references, timeframes, and statuses. With some effort that should give you counts of total items and what has been processed or any exceptions that occurred.
I never did it before, but I think that you can… Use “Get Queue Items” instead “Get Transaction Item”…
Its output is a list “IEnumerable” so once you get that, you will be able to get how much items are in the list, and this will be the number of items to process.
I repeat: “I never did it before” its just my opinion as help.
Bests,
Pablo