Create incident and stop process flow

I know about errors but I am not trying to handle business error. It is more like technical error but there is no BE system involved so I have to raise an exception in the process. I already solve it with this code:
throw new java.lang.Exception(“exception messaget”);

1 Like