WorkOrderStatus
One entry of a workspace's work-order status vocabulary. Resolve a row's statusId against this list rather than hardcoding labels.
- colorType: string nullable
- idType: string
Stable status id, used as
statusIdon a work order. - isType: boolean
Default The status a new work order gets when none is given.
- labelType: string
- orderType: number
Display order on the board.
- schedulingType: string enum
Behavior What this status MEANS, independent of its label —
completedis what "done" is tested against everywhere (open-work counts, overdue checks, the batch-schedule guard).values- pending
- active
- completed

