Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: WorkOrderResult

The outcome of a completed work order, including confidence scoring and evidence.

URI: rfs:WorkOrderResult

erDiagram
WorkOrderResult {
    WorkOrderOutcome outcome  
    float confidence  
    string rationale  
    uriList evidence  
    boolean humanOverride  
}



Slots

NameCardinality and RangeDescriptionInheritance
outcome1
WorkOrderOutcome
The disposition of the work orderdirect
confidence0..1
Float
Confidence score for the outcome (0direct
rationale0..1
String
Explanation of how the outcome was determineddirect
evidence*
Uri
URIs pointing to evidence supporting the outcomedirect
humanOverride0..1
Boolean
Whether a human overrode the agent’s recommendationdirect

Usages

used byused intypeused
WorkOrderresultrangeWorkOrderResult

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:WorkOrderResult
nativerfs:WorkOrderResult

LinkML Source

Direct

```yaml name: WorkOrderResult description: The outcome of a completed work order, including confidence scoring and evidence. from_schema: https://framework.regen.network/schema/ attributes: outcome: name: outcome description: The disposition of the work order. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - WorkOrderResult range: WorkOrderOutcome required: true confidence: name: confidence description: Confidence score for the outcome (0.0 to 1.0). from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - WorkOrderResult - GovernanceDecision range: float minimum_value: 0 maximum_value: 1 rationale: name: rationale description: Explanation of how the outcome was determined. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - WorkOrderResult - GovernanceDecision evidence: name: evidence description: URIs pointing to evidence supporting the outcome. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - WorkOrderResult - GovernanceDecision - OPALDimension range: uri multivalued: true humanOverride: name: humanOverride description: Whether a human overrode the agent's recommendation. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - WorkOrderResult - GovernanceDecision range: boolean
</details>

### Induced

<details>
```yaml
name: WorkOrderResult
description: The outcome of a completed work order, including confidence scoring and
  evidence.
from_schema: https://framework.regen.network/schema/
attributes:
  outcome:
    name: outcome
    description: The disposition of the work order.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: outcome
    owner: WorkOrderResult
    domain_of:
    - WorkOrderResult
    range: WorkOrderOutcome
    required: true
  confidence:
    name: confidence
    description: Confidence score for the outcome (0.0 to 1.0).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: confidence
    owner: WorkOrderResult
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    range: float
    minimum_value: 0
    maximum_value: 1
  rationale:
    name: rationale
    description: Explanation of how the outcome was determined.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: rationale
    owner: WorkOrderResult
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    range: string
  evidence:
    name: evidence
    description: URIs pointing to evidence supporting the outcome.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: evidence
    owner: WorkOrderResult
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    - OPALDimension
    range: uri
    multivalued: true
  humanOverride:
    name: humanOverride
    description: Whether a human overrode the agent's recommendation.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: humanOverride
    owner: WorkOrderResult
    domain_of:
    - WorkOrderResult
    - GovernanceDecision
    range: boolean