wip
This commit is contained in:
10
src/objects/flow/mod.rs
Normal file
10
src/objects/flow/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
/// Flow Module
|
||||
///
|
||||
/// Provides workflow/flow management with templates and instances.
|
||||
|
||||
pub mod template;
|
||||
pub mod instance;
|
||||
pub mod rhai;
|
||||
|
||||
pub use template::{FlowTemplate, FlowStep};
|
||||
pub use instance::{FlowInstance, FlowStatus, StepStatus, StepInstance};
|
||||
Reference in New Issue
Block a user