Raise an Exception Widget not Terminating on Error and killing the process

Hello, I have a BPM that is calling a function and then raising an exception to kill a ‘Submit for Approval’ process on my Time and Entry Screen. I receive the error message but when clicking ok, it keeps trying to process the approval and I have to kill the entire session in task manager. Does anyone know how I can successfully ‘Terminate on Error’ please?

Is your BPM pre-processing?

Yes

Ok, can you show us the BPM?

Sure, is this ok or do you want to see more?

I’m wondering if you are aborting in the wrong place.

You may need to abort at an earlier BPM method.

Can’t really tell without a trace. (I don’t use this functionality)

It keeps calling these methods over and over

Ok I’m going to try all of these, thank you!

it worked on the Update method, thank you for your help!