Regen Network

Regen Network Data Standards

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

ValueMeaningDescription
APPROVEDrfs:ApprovedThe subject was approved
REJECTEDrfs:RejectedThe subject was rejected
CONDITIONALrfs:ConditionalApproved with conditions that must be met
ESCALATEDrfs:OutcomeEscalatedEscalated to a higher authority for decision
INCONCLUSIVErfs:InconclusiveInsufficient evidence to reach a determination

Slots

NameDescription
outcomeThe disposition of the work order
decisionThe outcome of the decision

Identifier and Mapping Information

Schema Source

LinkML Source

```yaml name: WorkOrderOutcome description: 'Disposition of a completed work order or governance decision. Shared between WorkOrderResult and GovernanceDecision.

’ 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>