transition_task
Change a task's status to one of waiting, in_progress, blocked, completed, or cancelled, with an optional comment to note the transition.
Instructions
Change a task's status, recording the transition (comment optional). Statuses: waiting, in_progress, blocked, completed, cancelled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| task_id | Yes | ||
| to_status | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||