Hi all,
My question is when a transactions in Orchestrator fails, it retries depending on the retry count set in the queues.
Lets say it retries 2 times and finally it is a success at the 3rd try.
Why does the count in the queue go up for all of the times this transaction retried as a failure or application exception?
For this example the application exception count will go up by 2 and success only by 1
Is there a way to only increment this value if the transaction fails after all the retries have been tried?