tascan_complete_task
Complete an ORDINARY task on behalf of a worker. Inserts a completion record and timer event. Use this to simulate or record task completions via the API. Coordination-cycle tasks (a CODE:/REVIEW: build or review, a Decision / Question / Integrate / Parked card on a project Decisions list — tasks that carry coord) are refused with 403 for every key tier: builds and reviews are completed by their runner, decisions only by the human on the worker page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional completion notes | |
| task_id | Yes | Task ID to complete | |
| worker_id | Yes | Worker ID performing the completion | |
| response_value | No | Response value (for text/number/choice tasks) |