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.

Re-exports§

pub use crate::skill::manifest::FailureAction;
pub use crate::skill::manifest::RetryConfig;
pub use crate::skill::manifest::VarType;
pub use crate::skill::manifest::Variable;

Structs§

NotifyConfig
Notification configuration for workflow execution results.
Step
A single step in a workflow.
Workflow
A MUR workflow — a captured, reusable sequence of steps.

Enums§

NotifyLevel
Notification level for workflow events.
Permission
Permission level for workflow execution.