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.