cancel
Showing results for 
Search instead for 
Did you mean: 

attempts of a queue item

EstebanCarrasco
Level 4
How do you handle the attempts of a queue item? If 1 run fails and I want to retry?
2 REPLIES 2

John__Carter
Staff
Staff
Firstly, as Bastiaan says, the queue must be configured to enable retries (ie Max Attempts > 1). After that, it's all down to how you use the inputs to the Mark Exception stage. You can choose not to retry (because there may be no point) or whether to take possession of the new retry item immediately rather than use Get Next Item. A retry item is effectively a clone of the original item, so you will see the number of item in your queue increase with each retry.

EstebanCarrasco
Level 4
Is just what I was testing, the idea is for example if I have defined 5 retries, that in the fifth loop is copied the item to a new queue and so will have the items that must be processed manually or export to an excel the data for The manual process, the alternatives are many