Expand description
Workflow — a reusable sequence of steps captured from sessions.
Workflows embed KnowledgeBase via #[serde(flatten)] so YAML stays flat.
Structs§
- Notify
Config - Notification configuration for workflow execution results.
- Retry
Config - 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§
- Failure
Action - What to do when a workflow step fails.
- Notify
Level - Notification level for workflow events.
- Permission
- Permission level for workflow execution.
- VarType
- Variable types for workflow parameters.