Expand description
Graph State Trait and Types
Defines the state management interface for workflow graphs. The GraphState trait allows custom state types to work with the workflow system.
Structs§
- Json
State - A simple JSON-based state implementation
- State
Field - A single field in the state schema
- State
Schema - State schema for validation and documentation
Traits§
- Graph
State - Graph state trait