Expand description
Workflow configuration for states, phases, and transition prompts.
This module defines the unified workflow configuration that combines:
- State definitions (exits, timed)
- Phase definitions
- Transition prompts (enter/exit for states, phases, and combos)
Structs§
- Combo
Prompts - Prompts for state+phase combinations.
- Phase
Workflow - Definition of a phase in the workflow.
- Role
Definition - Definition of a role in a workflow (e.g., “lead”, “worker”).
- State
Workflow - Definition of a single state in the workflow.
- Transition
Prompts - Prompts for state/phase transitions.
- Workflow
Settings - Settings for workflow behavior.
- Workflows
Config - Unified workflow configuration.