Skip to main content

Module workflows

Module workflows 

Source
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§

ComboPrompts
Prompts for state+phase combinations.
PhaseWorkflow
Definition of a phase in the workflow.
RoleDefinition
Definition of a role in a workflow (e.g., “lead”, “worker”).
StateWorkflow
Definition of a single state in the workflow.
TransitionPrompts
Prompts for state/phase transitions.
WorkflowSettings
Settings for workflow behavior.
WorkflowsConfig
Unified workflow configuration.