Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Enum: WorkOrderStatus

Lifecycle status of a work order.

URI: WorkOrderStatus

Permissible Values

ValueMeaningDescription
PENDINGrfs:PendingWork order created but not yet assigned
ASSIGNEDrfs:AssignedWork order assigned to an agent or human
IN_PROGRESSrfs:InProgressWork order currently being executed
COMPLETEDrfs:CompletedWork order execution finished
ESCALATEDrfs:EscalatedWork order escalated to a higher governance layer
CANCELLEDrfs:CancelledWork order cancelled before completion

Identifier and Mapping Information

Schema Source

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>