oc_task_run_complete
Set a task run to terminal state (COMPLETED, FAILED, or CANCELLED). Requires the run ID; after setting, the run becomes immutable.
Instructions
Enter a terminal TaskRun state (COMPLETED, FAILED, or CANCELLED). Terminal TaskRuns are immutable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | REQUIRED TaskRun id returned by oc_task_run_start. | |
| status | No | Defaults to COMPLETED. | |
| progress_summary | No | ||
| completed_items | No | ||
| failed_items | No | ||
| last_evidence | No |