When I am getting any system exception , the bot is looping continuously with the same transaction and not incrementing the transaction. For example, if there is system exception in Transaction number 1 , it keeps repeating the same transactions again and again and goes to infinite loop. Attached the Robot logs.
As the TransactionNumber is not getting increased, it clearly issue in SetTransactionStatus workflow. Check this sequence if anything not configured correctly. Increment transaction index and reset retries
I am getting error only when there is system exception. Its going in infinite loop else if there is no system exception the Transaction number is increased.