openclaw_exec_approval_waitDecision
Wait for a decision on an execution approval request, blocking until approved, denied, or timeout occurs.
Instructions
Block until an exec approval gets a decision (or timeout). Wraps exec.approval.waitDecision. Long-running — bounded by the request timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exec approval request id | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. | |
| timeoutMs | No |