reset_task
Reset a task to pending status. Use force to also reset all non-pending subtasks.
Instructions
Reset a task back to pending.
Use force=True to reset all non-pending 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. |