potato-workflow 0.26.0

Put the potatoes to work
Documentation
1
2
3
4
5
6
7
8
pub mod error;
pub mod events;
pub mod flow;
pub mod tasklist;
pub use error::*;
pub use events::{EventDetails, EventTracker, TaskEvent};
pub use flow::*;
pub use tasklist::{Task, TaskList, TaskStatus, WorkflowTask};