cancel_task
Cancel an active task in the shared coordination queue, preventing further progress. Requires task ID and actor; optionally specify reason and expected version.
Instructions
Cancel a task that is not already completed/approved/cancelled. Returns the task summary (no history[] — call get_task for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| id | Yes | ||
| reason | No | ||
| expected_version | No |