WARNING: This site is a work in progress.
Class: GovernanceStage
A single stage within a governance process.
URI: rfs:GovernanceStage
erDiagram
GovernanceStage {
string stageName
integer stageOrder
GovernanceLayer automationLevel
duration duration
stringList requiredInputs
}
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| stageName | 1 String | Name of this stage | direct |
| stageOrder | 1 Integer | Position of this stage in the process sequence (1-indexed) | direct |
| automationLevel | 0..1 GovernanceLayer | The governance layer determining automation level for this stage | direct |
| duration | 0..1 duration | Expected duration for this stage (ISO 8601 duration) | direct |
| requiredInputs | * String | Inputs required before this stage can begin | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| GovernanceProcess | stages | range | GovernanceStage |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:GovernanceStage |
| native | rfs:GovernanceStage |
LinkML Source
Direct
```yaml
name: GovernanceStage
description: A single stage within a governance process.
from_schema: https://framework.regen.network/schema/
attributes:
stageName:
name: stageName
description: Name of this stage.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- GovernanceStage
required: true
stageOrder:
name: stageOrder
description: Position of this stage in the process sequence (1-indexed).
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- GovernanceStage
- SessionStage
range: integer
required: true
automationLevel:
name: automationLevel
description: The governance layer determining automation level for this stage.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- GovernanceStage
range: GovernanceLayer
duration:
name: duration
description: Expected duration for this stage (ISO 8601 duration).
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- GovernanceStage
range: duration
requiredInputs:
name: requiredInputs
description: Inputs required before this stage can begin.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- GovernanceStage
multivalued: true
</details>
### Induced
<details>
```yaml
name: GovernanceStage
description: A single stage within a governance process.
from_schema: https://framework.regen.network/schema/
attributes:
stageName:
name: stageName
description: Name of this stage.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: stageName
owner: GovernanceStage
domain_of:
- GovernanceStage
range: string
required: true
stageOrder:
name: stageOrder
description: Position of this stage in the process sequence (1-indexed).
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: stageOrder
owner: GovernanceStage
domain_of:
- GovernanceStage
- SessionStage
range: integer
required: true
automationLevel:
name: automationLevel
description: The governance layer determining automation level for this stage.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: automationLevel
owner: GovernanceStage
domain_of:
- GovernanceStage
range: GovernanceLayer
duration:
name: duration
description: Expected duration for this stage (ISO 8601 duration).
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: duration
owner: GovernanceStage
domain_of:
- GovernanceStage
range: duration
requiredInputs:
name: requiredInputs
description: Inputs required before this stage can begin.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: requiredInputs
owner: GovernanceStage
domain_of:
- GovernanceStage
range: string
multivalued: true