wait
Pause workflow execution for a specified duration to enable polling for conditions like PR approval or file creation.
Instructions
Wait for a specified duration before returning. Use this to pause between retries when polling for a condition (PR approval, Slack response, file creation, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional: why you are waiting (for logging clarity) | |
| seconds | Yes | Number of seconds to wait (max 600 = 10 minutes) |