ps_hold_approve
Approve held execution requests in AI agent workflows to proceed with operations, optionally applying modifications before execution for governance and audit compliance.
Instructions
Approve a held execution request. The operation will proceed with optional modifications.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| holdId | Yes | The hold ID to approve | |
| reason | No | Reason for approval (for audit trail) | |
| modifiedFrame | No | Optional: Modified frame to use instead of original | |
| modifiedArgs | No | Optional: Modified arguments to use instead of original | |
| executeNow | No | Execute immediately after approval (default: true) |