WARNING: This site is a work in progress.
Enum: WorkOrderOutcome
Disposition of a completed work order or governance decision. Shared between WorkOrderResult and GovernanceDecision.
__
URI: WorkOrderOutcome
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| APPROVED | rfs:Approved | The subject was approved |
| REJECTED | rfs:Rejected | The subject was rejected |
| CONDITIONAL | rfs:Conditional | Approved with conditions that must be met |
| ESCALATED | rfs:OutcomeEscalated | Escalated to a higher authority for decision |
| INCONCLUSIVE | rfs:Inconclusive | Insufficient evidence to reach a determination |
Slots
| Name | Description |
|---|---|
| outcome | The disposition of the work order |
| decision | The outcome of the decision |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
’ from_schema: https://framework.regen.network/schema/ rank: 1000 permissible_values: APPROVED: text: APPROVED description: The subject was approved. meaning: rfs:Approved title: Approved REJECTED: text: REJECTED description: The subject was rejected. meaning: rfs:Rejected title: Rejected CONDITIONAL: text: CONDITIONAL description: Approved with conditions that must be met. meaning: rfs:Conditional title: Conditional ESCALATED: text: ESCALATED description: Escalated to a higher authority for decision. meaning: rfs:OutcomeEscalated title: OutcomeEscalated INCONCLUSIVE: text: INCONCLUSIVE description: Insufficient evidence to reach a determination. meaning: rfs:Inconclusive title: Inconclusive
</details>