tascan_complete_subtask
Complete a subtask, optionally recording a typed response_value (e.g. the weight or reps for that set). Each completion is timestamped, so consecutive set completions yield per-set durations. Returns progress including all_subtasks_complete — when true, complete the parent task with tascan_complete_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional notes | |
| worker_id | No | Worker performing the completion (optional) | |
| subtask_id | Yes | Subtask ID to complete | |
| response_value | No | Typed response value (for number/text/choice subtasks), e.g. "165" |