Related to reframe work

In reframe work initialization stage
Got system.exception bot is moving to end stage
Is there any option to retry in initialization stage if we got system.exception

1 Like

You can do however, if there is a system.exception in initialise, there is something fundamentally wrong which needs sorting. If you want you can look at the transitions.

Yeah there is a issue with application when bot kill the application 1 r 2 times in application we r getting error

Hi @Arya_Squares

if you really want to try , then surround that with try catch and try once more in catch block

Hi @Arya_Squares

You can try move the Application steps to Process Transaction or Use Try catch

Regards
Gokul

Hi @Arya_Squares ,

If there’s a need of retrying in Init State (for example Init all applications, where you open browser and login to application or similar cases) then you can surround your workflow in a Retry Scope activity and leave the condition block empty so it will be retried if there’s any system exception occurs in Init all applications / your required sequence.

Regards,
Rohith

1 Like

Thank q soo much rohit

1 Like

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