execute_after_approval
Resume execution of a controlled action after principal approval by providing the audit id, approval id, action, resource, and environment.
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 |