Approve Workflow Run
approve_runReview runs awaiting human approval. Approve to emit validated rows; reject to discard the run.
Instructions
Approve or reject a run that is waiting_for_review (the human-in-the-loop gate). Approving emits the validated rows; rejecting discards the run. Returns the refreshed run snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional reviewer note recorded on the decision. | |
| run_id | Yes | Run id of the waiting_for_review run to decide on. | |
| decision | Yes | approved emits the rows; rejected discards the run. |