Reject Task
reject_taskRework a task by moving it from review to active, logging the rejection event. Use to send work back for revision without discarding it.
Instructions
Reject / recall a task under review: review → active (v3 lifecycle).
Moves the task file back from _lifecycle/review/ to
_lifecycle/active/ so the agent can rework it. Appends a
reject_task transition event. This is the FCoP v3 "撤回"
(recall) mechanism — ADMIN sends the work back for revision
without discarding it. On v2 projects this is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Mandatory rejection reason (strongly recommended). | |
| actor | No | Role code of the rejector (default ``"ADMIN"``). | ADMIN |
| task_id | Yes | Task ID or full filename. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |