Good morning everyone,
So within the Re-framework, if a system exception occurs, I have the option of retrying the transaction itself. The bot will shut down all of the applications and then re-initialize them to retry the transaction.
The problem occurs if there is a failure in the INIT state, then the bot will completely shut down without retrying. Is there a way to force the bot to retry even the INIT state a certain amount of times before shutting down?