bpm-engine 0.2.0

Lightweight embeddable BPM runtime for long-running, stateful workflows with tokens, timers, Saga compensation, and crash recovery
Documentation
1
2
3
4
5
6
//! Basic order process example (refactor scaffold).
//! Run: cargo run --example basic_order

fn main() {
    println!("Order process example");
}