Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Enum: SessionStageType

Stages in the PACTO voice council pipeline, following the 6-step flow from convening through execution.

__

URI: SessionStageType

Permissible Values

ValueMeaningDescription
CONVENINGrfs:ConveningGathering participants and setting the agenda
DELIBERATIONrfs:DeliberationDiscussion and debate on agenda items
SYNTHESISrfs:SynthesisSynthesizing discussion into concrete proposals
WORK_ORDER_GENERATIONrfs:WorkOrderGenerationGenerating work orders from synthesized decisions
SIGNINGrfs:SigningCryptographic signing of work orders by authorized parties
EXECUTIONrfs:ExecutionOn-chain execution of signed work orders

Slots

NameDescription
stageTypeThe type of stage in the PACTO pipeline

Identifier and Mapping Information

Schema Source

LinkML Source

```yaml name: SessionStageType description: 'Stages in the PACTO voice council pipeline, following the 6-step flow from convening through execution.

’ from_schema: https://framework.regen.network/schema/ rank: 1000 permissible_values: CONVENING: text: CONVENING description: Gathering participants and setting the agenda. meaning: rfs:Convening title: Convening DELIBERATION: text: DELIBERATION description: Discussion and debate on agenda items. meaning: rfs:Deliberation title: Deliberation SYNTHESIS: text: SYNTHESIS description: Synthesizing discussion into concrete proposals. meaning: rfs:Synthesis title: Synthesis WORK_ORDER_GENERATION: text: WORK_ORDER_GENERATION description: Generating work orders from synthesized decisions. meaning: rfs:WorkOrderGeneration title: WorkOrderGeneration SIGNING: text: SIGNING description: Cryptographic signing of work orders by authorized parties. meaning: rfs:Signing title: Signing EXECUTION: text: EXECUTION description: On-chain execution of signed work orders. meaning: rfs:Execution title: Execution

</details>