uncomplete-tasks
Reopen completed tasks by providing their IDs. Quickly restore tasks marked as done.
Instructions
Uncomplete (reopen) one or more completed tasks by their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | The IDs of the tasks to uncomplete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Failed task uncompletion with error details. | |
| uncompleted | Yes | The IDs of successfully uncompleted tasks. | |
| failureCount | Yes | The number of failed task uncompletions. | |
| successCount | Yes | The number of successfully uncompleted tasks. | |
| totalRequested | Yes | The total number of tasks requested to uncomplete. |