Exception throw issue

Hi,

I have made a SAP workflow in sequence form . i want to insert the exceptions like if the screen doesn’t appear then the bot should not proceed . it should catch the error and continue with the flow .the flow is about processing on tickets .if it processes on one ticket and gets this exception then it should catch the exception and go with the flow. i.e.processing on the next ticket.i have used a try catch block where the exception is caught but it is continuing with the next set of activities due to which the bot gets stuck . how can i solve this?

Thanks.

It highly deppends on how is your flow organized.

E.g. if you process tickets in for-each loop you could use “Continue” activity in the Catch blok to jump to next ticket.

Cheers

Yes i am using for each loop. I will follow your suggestion of using Continue activity and will update here . Thanks @J0ska