Module error_store

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

InMemoryErrorStore
In-memory implementation of ErrorStore for testing and local development.

Traits§

ErrorStore
Trait for a distributed workflow error store.