Expand description
§Flowrs Core
Core components of the flowrs framework for directed graph workflows
Re-exports§
pub use action::ActionType;
pub use action::DefaultAction;
pub use batch::BatchContext;
pub use batch::BatchFlow;
pub use batch::BatchNode;
pub use error::FlowrsError;
pub use error::FlowrsResult;
pub use lifecycle::lifecycle_node;
pub use lifecycle::LifecycleNode;
Modules§
Structs§
Enums§
- Backoff
Strategy - Backoff strategy for retries
- Node
Outcome - Possible outcomes of node execution
- Workflow
Error - Workflow execution error
Traits§
- Node
- Core trait that all workflow nodes must implement
Functions§
- node
- Create a node from a closure
Type Aliases§
- NodeId
- Unique identifier for a node in a workflow