Expand description
Rust Viewflow - A workflow library inspired by Viewflow, compatible with Axum and Actix-web
This library provides a flexible workflow engine that can be integrated with different web frameworks and database backends. It includes a sample leave request workflow to demonstrate usage.
Re-exports§
pub use engine::DefaultWorkflowEngine;pub use workflow::TaskState;pub use workflow::TaskStatus;pub use workflow::WorkflowDefinition;pub use workflow::WorkflowEngine;pub use workflow::WorkflowResult;pub use workflow::WorkflowState;pub use workflow::WorkflowStatus;