End Execution
Ends the current ongoing execution with one of the following statuses: Completed, Canceled or Terminated
Category: Flow Control & Logic · Group: Flow Control · Activity name: EndExecution

Example
EndExecution("complete")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| End Mode | string | Yes | complete | Select the desired end state of the execution. One of: complete, cancel, terminate, fail. |