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
//! Process instance and state (design: overview ยง2.2).
//! Re-exports ProcessInstance and InstanceState from model.

pub use crate::model::{InstanceState, ProcessInstance};