REFRamework retry question

Hi,

In REFRamework when “Maxretry count” is set to 3, when there is a system exception, the bot would retry 3 times, if there is still error after 3 times, would it go to the next transaction or would it stop?

Which part of code explains this?

Thanks so muchl.

Hi, the “Retry Current Transaction” workflow will be in charge of the Retry logic.

The retry mechanism works in a way that when a system exception occurs a transaction of type New is created as a retry item with retry number set to 1, after max retries reach it will fetch the next New transaction item.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.