WorkOrderStatus

One entry of a workspace's work-order status vocabulary. Resolve a row's statusId against this list rather than hardcoding labels.

  • color
    Type: string nullable
  • id
    Type: string

    Stable status id, used as statusId on a work order.

  • isDefault
    Type: boolean

    The status a new work order gets when none is given.

  • label
    Type: string
  • order
    Type: number

    Display order on the board.

  • schedulingBehavior
    Type: string enum

    What this status MEANS, independent of its label — completed is what "done" is tested against everywhere (open-work counts, overdue checks, the batch-schedule guard).

    values
    • pending
    • active
    • completed