How to stop process execution by forcefully?

How to stop execution when when if condition false ?

Under Error Handling, there is an activity called Terminate Workflow.
Please use that.

If you need to stop from orchestrator, you should explore should Stop or Stop job activities.

But for your question, Terminate Workflow activity will be the right fit.

3 Likes

hi @SachiniJ
use Stop Job Activity (v2018.1) to stop the execution on Orchestrator; Use Terminate Workflow Activity to end the process flow…or else remove the activities from the else portion then the execution will be stop automatically…
hpy learning… :blush:

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.