wfe-core 1.9.2

Core traits, models, builder, and executor for the WFE workflow engine
Documentation
1
2
3
4
5
6
7
8
9
/// Condition.
pub mod condition;
mod error_handler;
mod result_processor;
mod step_registry;
mod workflow_executor;

pub use step_registry::StepRegistry;
pub use workflow_executor::WorkflowExecutor;