execute_after_approval
Resume a gated action after human approval. Pass the approval ID to execute the pending operation.
Instructions
Resume a controlled action after principal approval.
The approval payload key is `approval_id`. This tool deliberately passes
that key through to `AVPAgent.execute_after_approval(...)`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit_id | Yes | Runtime Gate audit_id from the WAITING_FOR_HUMAN_APPROVAL decision | |
| approval_id | Yes | Approved human approval id. Use approval.approval_id, not approval.id | |
| action | Yes | Action name bound to the Runtime Gate decision | |
| resource | Yes | Resource identifier bound to the Runtime Gate decision | |
| environment | Yes | Execution environment bound to the Runtime Gate decision | |
| params | No | Optional execution params as a JSON object string. Default: {} | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |