start_task
Start a task by changing its status from pending to in-progress and recording the start time. Provide the task ID to receive updated task data confirming the change.
Instructions
Start working on a task.
Changes status from PENDING to IN_PROGRESS and records start time.
Args: task_id: ID of the task to start
Returns: Updated task data with status change confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||