> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eigenpal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wait

> Pause workflow execution for a specified duration

`control.wait`, Pause workflow execution for a specified duration

## Configuration

Configuration fields sit at the step level (not inside `with:`).

<ParamField path="duration" type="number" required>
  Duration in milliseconds
</ParamField>

## Output

<ResponseField path="waited" type="number" required>
  Actual milliseconds waited
</ResponseField>
