finish_task
Marks a task as completed, with optional force parameter to close all open subtasks.
Instructions
Mark a task as done. Use force=True to close all open subtasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| task_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| affected | No | Subtask ids whose status changed as a side effect of force; omitted when nothing cascaded. |