Skip to main content

Module state

Module state 

Source
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§

JsonState
A simple JSON-based state implementation
StateField
A single field in the state schema
StateSchema
State schema for validation and documentation

Traits§

GraphState
Graph state trait