Skip to main content

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

The TimeoutExecution activity in the designer

Example

TimeoutExecution("cancel", timeout=1440)

Inputs

NameTypeRequiredDefaultDescription
End ModestringYesterminateSelect the desired end state of the execution. One of: cancel, terminate.
Timeout (minutes)integer1440Sets the maximum time (in minutes) for the current execution. Defaults to 1440 minutes (24h)