acts-next 0.15.7

a fast, tiny, extensiable workflow engine
Documentation
1
2
3
4
5
6
#[allow(clippy::module_inception)]
mod process;
mod task;

pub use process::Process;
pub use task::{StatementBatch, Task, TaskLifeCycle};