In my automation for a failed business exception, The queue item gets uploaded in the performer queue as "Failed.
But it’s still “In Progress” in the dispatcher queue. How do I change this?
Here’s my code.
I have added “Add transaction item and set status” it changes in one queue (performer) but not in Dispatcher.
I believe you have two queues…if there is a common reference is use it and use get queue items activity to get the in progress item from the dispatcher queue and then use set transaction on the retrieved item
If reference is not there then get all in progress and then loop and check using specific content
Get queue items will give you enumerable of queue items…so you have to extract one …if you are sure that its only one item thats matching then use inptogressitems(0)