The states
Done, rejected, and cancelled are terminal. Nothing moves out of them.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The states a task moves through, and which transitions are legal.
| State | What it means |
|---|---|
| Pending | Drafted and waiting. The default for a new task |
| Awaiting approval | Submitted for someone to approve before it goes ahead |
| Approved | Approved, not yet started |
| In progress | Being worked on |
| Done | Completed |
| Rejected | Reviewed and declined |
| Cancelled | No longer needed |
pending → submit for approval → awaiting approval
awaiting approval → approve → approved
awaiting approval → reject → rejected
pending → start → in progress
awaiting approval → start → in progress
approved → start → in progress
in progress → reset → pending
any open state → complete → done
any open state → cancel → cancelled