Expand description
utilities for directed acyclic graph workflows.
Re-exports§
pub use context::GraphFlowContext;pub use service::RootGraphService;
Modules§
- context
- Graph context implementations
- decode
- Graph Decoding and encoding utilities
- error
- Graph error definitions
- node
- Graph node implementations
- response
- Graph response implementations
- service
- Graph service implementations
Structs§
- Graph
Flow - Directed Acyclic Graph (Graph) workflow builder
- Node
Builder - Builder for a node in the Graph
- Node
Handle - Handle for a node in the Graph
Enums§
- Node
Input - Input for graph nodes
Traits§
- Deps
Check - Trait for converting dependencies into node IDs