Hello All,
I am using the RE-Fremework to automate a process. I have set up a Queue with Unique Reference and have Auto Retry set to 3. The MaxRetryNumber in my config is set to 0 and the retry mechanism works as intended. The problem that I’m facing is the following:
If an Item fails after a specific part of the process it should not be retried (for business reasons). I have enclosed the “Point of no return” part of the process in a Try Catch and I can tell whether the item can be retried or not. Is it possible to overwrite the TransactionItem.RetryNo with an Assign to make sure that it won’t be retried?
Thanks in advance for your answers!