bpmn-engine 0.1.0

BPMN 2.0 execution engine for Rust with JSON and XML format support
Documentation
1
2
3
4
5
6
//! Elements module unit tests

mod task_test;
mod gateway_test;
mod event_test;