I have taken throw activity to throw the business rule exception and exception is caught by the catch block but the execution is getting stopped, there are few more records in excel file to validate but the execution is getting stopped once Business rule exception condition is met.
throw activity is used in try block and when BE condition is met …its coming in try block where i have logged a message and after that bot gets stopped
@T_Y_Raju If you are using Re-Framework this might not happen. Did you loop back(Something like below)to the step where you want to continue when the exception occurs?