runkon-flow 0.6.0-alpha

Portable workflow execution engine — DSL, traits, and in-memory reference implementations
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod action_executor;
pub mod gate_approval_store;
pub mod gate_resolver;
pub mod item_provider;
pub mod persistence;
pub mod run_context;
pub mod script_env_provider;
pub mod workflow_resolver;

pub use gate_approval_store::{GateApprovalState, GateApprovalStore};