Reframework to run current transacation which got system exception

Iam developing a reframework using datatable without queue.i having 5 transaction from that 1st Transaction got system exception then bot is going to init application and proceding to 2nd transaction.

I need when system exception occurs it should not go to the next transaction.it should perform current transaction is it possible?

@Anil_G @Yoichi @Sanjay_Bhat
Could you please help

Thankyou

Hi @Vijayan_Sathyagiri_EXTERN
In the ReFramework, you can adjust the MaxRetryNumber setting in the Constants sheet of the Config file as needed.

Thank You! Hope this helps

1 Like

@Vijayan_Sathyagiri_EXTERN,

Use MaxRetryNumber from Constant sheet of Config file for this. Make it 1 or 2 or the desired number of retries you required.

1 Like

thankyou
@Sanjay_Bhat
@ashokkarale
It works

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