Update task
task_updateUpdate a task's status or append a note to track progress and resolve blockers in workspace automation.
Instructions
Update task status or append a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| status | No | ||
| note | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| workspaceId | Yes | ||
| objective | Yes | ||
| constraints | Yes | ||
| status | Yes | ||
| notes | Yes | ||
| createdAt | Yes | ||
| updatedAt | Yes |