oc_task_run_complete
Sets the terminal state of a TaskRun to completed, failed, or cancelled, ensuring immutability.
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 |