Is there a limitation in Try - Catch block for the no. of repetition?

Hi team,

I am using the Try-catch block for a work flow but today I noticed that the test run failed after 100 exceptions(Repetition on excel loop). Is there a limitation to the no. of exceptions that the studio can handle?
If so, kindly guide as to how we can extend/increase the repetitions as we can’t afford the process to fail in production.

Regards,
Piyush

Hi,

No there is no such limitation on try catch block. What is the error that you get when the process fails

Regards,
Amit Anand

Just the error that I would have got when the program threw an exception without the Try catch exception block!

Hi,

I hope that exception is not a fatal exception and causes your application to hang or abrupt shutdown

Regards,
Amit Anand