WARNING: This site is a work in progress.
Enum: DecisionType
Types of governance decisions.
URI: DecisionType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| RECOMMEND | rfs:Recommend | Agent recommendation for human review |
| ESCALATE | rfs:DecisionEscalate | Escalation to a higher governance layer |
| ALERT | rfs:Alert | Alert requiring attention but not immediate action |
| PROPOSE | rfs:DecisionPropose | Formal proposal for governance action |
| APPROVE | rfs:DecisionApprove | Approval of a proposal or work order |
| REJECT | rfs:DecisionReject | Rejection of a proposal or work order |
Slots
| Name | Description |
|---|---|
| decisionType | The type of governance action taken |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: DecisionType
description: Types of governance decisions.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
RECOMMEND:
text: RECOMMEND
description: Agent recommendation for human review.
meaning: rfs:Recommend
title: Recommend
ESCALATE:
text: ESCALATE
description: Escalation to a higher governance layer.
meaning: rfs:DecisionEscalate
title: DecisionEscalate
ALERT:
text: ALERT
description: Alert requiring attention but not immediate action.
meaning: rfs:Alert
title: Alert
PROPOSE:
text: PROPOSE
description: Formal proposal for governance action.
meaning: rfs:DecisionPropose
title: DecisionPropose
APPROVE:
text: APPROVE
description: Approval of a proposal or work order.
meaning: rfs:DecisionApprove
title: DecisionApprove
REJECT:
text: REJECT
description: Rejection of a proposal or work order.
meaning: rfs:DecisionReject
title: DecisionReject
</details>