Module state_store

Source
Expand description

Workflow State Store

This module provides persistence for workflow state, enabling workflow recovery and fault tolerance across system restarts.

Structs§

CachedStateStore
State store with caching for improved performance
FileStateStore
File-based state store for production use
InMemoryStateStore
In-memory state store for testing
WorkflowState
Workflow state that can be persisted

Traits§

StateStore
Trait for workflow state persistence