approve
Approve a workflow awaiting human confirmation to resume execution. Provide the workflow ID and approver name for audit trail.
Instructions
[WRITE] Approve a workflow that is waiting for human confirmation.
Only works when workflow state is 'awaiting_approval'. After approval, execution continues to the next steps.
Args: workflow_id: The workflow ID to approve. approver: Name of the person approving (for audit trail).
Returns: Updated workflow state after resuming execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| approver | No |