WARNING: This site is a work in progress.
Class: SessionStage
A stage in the voice council session pipeline.
URI: rfs:SessionStage
erDiagram
SessionStage {
SessionStageType stageType
integer stageOrder
datetime startedAt
datetime completedAt
string notes
}
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| stageType | 1 SessionStageType | The type of stage in the PACTO pipeline | direct |
| stageOrder | 1 Integer | Position of this stage in the session sequence (1-indexed) | direct |
| startedAt | 0..1 Datetime | When this stage began | direct |
| completedAt | 0..1 Datetime | When this stage concluded | direct |
| notes | 0..1 String | Notes or observations from this stage | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| VoiceCouncilSession | stages | range | SessionStage |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:SessionStage |
| native | rfs:SessionStage |
LinkML Source
Direct
```yaml
name: SessionStage
description: A stage in the voice council session pipeline.
from_schema: https://framework.regen.network/schema/
attributes:
stageType:
name: stageType
description: The type of stage in the PACTO pipeline.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- SessionStage
range: SessionStageType
required: true
stageOrder:
name: stageOrder
description: Position of this stage in the session sequence (1-indexed).
from_schema: https://framework.regen.network/schema/
domain_of:
- GovernanceStage
- SessionStage
range: integer
required: true
startedAt:
name: startedAt
description: When this stage began.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- SessionStage
range: datetime
completedAt:
name: completedAt
description: When this stage concluded.
from_schema: https://framework.regen.network/schema/
domain_of:
- WorkOrder
- SessionStage
range: datetime
notes:
name: notes
description: Notes or observations from this stage.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- SessionStage
</details>
### Induced
<details>
```yaml
name: SessionStage
description: A stage in the voice council session pipeline.
from_schema: https://framework.regen.network/schema/
attributes:
stageType:
name: stageType
description: The type of stage in the PACTO pipeline.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: stageType
owner: SessionStage
domain_of:
- SessionStage
range: SessionStageType
required: true
stageOrder:
name: stageOrder
description: Position of this stage in the session sequence (1-indexed).
from_schema: https://framework.regen.network/schema/
alias: stageOrder
owner: SessionStage
domain_of:
- GovernanceStage
- SessionStage
range: integer
required: true
startedAt:
name: startedAt
description: When this stage began.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: startedAt
owner: SessionStage
domain_of:
- SessionStage
range: datetime
completedAt:
name: completedAt
description: When this stage concluded.
from_schema: https://framework.regen.network/schema/
alias: completedAt
owner: SessionStage
domain_of:
- WorkOrder
- SessionStage
range: datetime
notes:
name: notes
description: Notes or observations from this stage.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: notes
owner: SessionStage
domain_of:
- SessionStage
range: string