Timeout Execution
Stops the currently running execution if it exceeds a specified timeout, setting its status to either Canceled or Terminated.
Category: Flow Control & Logic · Group: Flow Control · Activity name: TimeoutExecution

Example
TimeoutExecution("cancel", timeout=1440)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| End Mode | string | Yes | terminate | Select the desired end state of the execution. One of: cancel, terminate. |
| Timeout (minutes) | integer | 1440 | Sets the maximum time (in minutes) for the current execution. Defaults to 1440 minutes (24h) |