start_task
Begin working on a specific task by marking it as IN_PROGRESS and starting its timer for time tracking.
Instructions
Start working on a task (marks as IN_PROGRESS and starts timer).
Args: task_id: The task ID to start working on
Returns: Planner action result with updated task state
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |