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
5
6
//! Process definition and node types (design: overview ยง2.1).
//! Re-exports from legacy model.

pub use crate::model::{
    EdgeCondition, Node, NodeType, OutgoingEdge, ProcessDefinition,
};