Skip to main content

Module workflow

Module workflow 

Source
Expand description

Workflow — a reusable sequence of steps captured from sessions.

Workflows embed KnowledgeBase via #[serde(flatten)] so YAML stays flat.

Structs§

NotifyConfig
Notification configuration for workflow execution results.
RetryConfig
Commander extension: retry configuration for a workflow step.
Step
A single step in a workflow.
Variable
A variable/parameter for a workflow.
Workflow
A MUR workflow — a captured, reusable sequence of steps.

Enums§

FailureAction
What to do when a workflow step fails.
NotifyLevel
Notification level for workflow events.
Permission
Permission level for workflow execution.
VarType
Variable types for workflow parameters.