tascan_complete_task
Complete a task on behalf of a worker. Inserts a completion record and timer event. Use this to simulate or record task completions via the API.
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) |