actflow 0.1.6

A lightweight, event-driven workflow engine written in Rust.
Documentation
1
2
3
4
5
// if_else constants
pub const IF_ELSE_RESULT: &str = "result";
pub const IF_ELSE_TRUE: &str = "true";
pub const IF_ELSE_FALSE: &str = "false";
pub const IF_ELSE_SELECTED: &str = "selected_case_id";