WARNING: This site is a work in progress.
Enum: WorkOrderStatus
Lifecycle status of a work order.
URI: WorkOrderStatus
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| PENDING | rfs:Pending | Work order created but not yet assigned |
| ASSIGNED | rfs:Assigned | Work order assigned to an agent or human |
| IN_PROGRESS | rfs:InProgress | Work order currently being executed |
| COMPLETED | rfs:Completed | Work order execution finished |
| ESCALATED | rfs:Escalated | Work order escalated to a higher governance layer |
| CANCELLED | rfs:Cancelled | Work order cancelled before completion |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: WorkOrderStatus
description: Lifecycle status of a work order.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
PENDING:
text: PENDING
description: Work order created but not yet assigned.
meaning: rfs:Pending
title: Pending
ASSIGNED:
text: ASSIGNED
description: Work order assigned to an agent or human.
meaning: rfs:Assigned
title: Assigned
IN_PROGRESS:
text: IN_PROGRESS
description: Work order currently being executed.
meaning: rfs:InProgress
title: InProgress
COMPLETED:
text: COMPLETED
description: Work order execution finished.
meaning: rfs:Completed
title: Completed
ESCALATED:
text: ESCALATED
description: Work order escalated to a higher governance layer.
meaning: rfs:Escalated
title: Escalated
CANCELLED:
text: CANCELLED
description: Work order cancelled before completion.
meaning: rfs:Cancelled
title: Cancelled
</details>