update_workstream
Update a workstream's status, next action, and blockers to reflect current progress, mark it completed, paused, or abandoned.
Instructions
Update a workstream's status, next_action, or blockers. Use to manually mark a workstream as completed/paused/abandoned, or to update progress notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | WorkStream ID to update | |
| status | No | New status: active, paused, completed, abandoned | |
| blockers | No | Current blockers | |
| next_action | No | Next action to take |