Advance Workflow
advance_workflowAdvance a workflow past a human checkpoint — approve or reject the paused step so the pipeline continues. Use the session id from run_workflow / get_workflow_session. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional reviewer notes recorded with the decision. | |
| action | Yes | Explicit checkpoint decision: 'approve' or 'reject'. | |
| session_id | Yes | The workflow session id (must be awaiting a checkpoint). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |