System rule exception and business re

Hi expert
I am using refrmework for my development and i am stuck in error handling the question is I have to capture system exception for reach movement like “bot not able to click on like, suddenly browser close ,not able to type username etc” as i know in business rule exception we use throw activity to throw exception but in system exception what i use

Hello @airwaveexporter ,

I believe you can use Throw also for System exception
image

I hope it helps.

Vasile.

1 Like

As mentioned above you can also throw System Exception. Please think about if you want to retry the item or not, this makes the difference here.

And i need to terminate workflow can i use terminate workflow activity how its work ?

Hi @airwaveexporter ,

I believe you got the answer here:

Vasile.