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
//! Default binary stub. Engine and API moved to workspace crates.
//! Run: cargo run -p bpm-server-rest for REST API.

fn main() {
    println!("BPM Engine. Use: cargo run -p bpm-server-rest for REST API.");
}