Skip to main content
HITL timeouts set a deadline for human responses. When the timeout expires, the workflow auto-resolves the pending requirement based on the on_timeout policy.
Timeout is checked at continue_run() time. There is no background timer. If the timeout has elapsed when continue_run() is called, the requirement is auto-resolved.

Parameters

OnTimeout Options

Timeout Flow

The timeout_at datetime is available on the StepRequirement for frontend countdown display.

With Output Review

Timeout is most useful with output review. If a reviewer doesn’t respond in time, the workflow proceeds automatically.

With Confirmation

Timeout also works with pre-execution confirmation:

Choosing an OnTimeout Policy

Developer Resources