Expand description
Error store for distributed workflow runs.
This module defines the ErrorStore trait for recording and retrieving workflow errors, and provides an in-memory implementation for testing and local development.
Structs§
- InMemory
Error Store - In-memory implementation of ErrorStore for testing and local development.
Traits§
- Error
Store - Trait for a distributed workflow error store.