How to retry the transaction just after the first try?

Hello,

When I process transaction items they are retried 1 time if they fail with application system. However, they are postponed in such a way that the retry is not produced just after the first execution.

So it works this way: Transaction 1 - Transaction 2 (fails) - Transaction 3 - Transaction 2 (retry) [for instance]

I need to work this way: Transaction 1 - Transaction 2 (fails) - Transaction 2 (retry after it fails)

HOw i can do it?

Make sure you’re using the REFramework. The framework will behave in the manner you’ve described.

If you are using the framework, make sure you’re not changing the TransactionNumber yourself. Let the framework handle this variable.