bpm-engine 0.1.0

Lightweight embeddable BPM runtime for long-running, stateful workflows with tokens, timers, Saga compensation, and crash recovery
1
2
3
4
//! Application layer (design: overview §6).
//! ProcessService / TaskService — to be implemented in Step 3.

pub mod service;