Finalize Process or FlowChart

Hi, i want to finalize a process but don’t know how do that, i use a function of called Finalize flowchart but my program follow executing.

I have the following conditional, which has to be that if the next field is empty, the idea is for the bot to finish its process, that is, not to follow the workflow.
image

I dont think there is an easy way to do that… activities are sequential, so the only “easy” way would be to create a global exception handler and use an specific type of exception in a throw activity that only could be triggered manually…