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?
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.