How do I stop a workflow execution?

Purpose

You can cancel a workflow execution manually, or the execution can be canceled by an API action.

Note:

  • When a workflow execution is canceled, no new actions are executed. Actions that are already running at the time of cancellation will complete.

  • If a workflow contains a child workflow, canceling either the child or the parent will cancel the execution of both workflows.

Steps
 

Open Workflows, Workflow Executions.


Select the execution you need to cancel and click png1.png (Table row actions), Cancel.

End of steps