Backward-compatible alias for journal replay commands.
New code should call Squidie.Runtime.Journal.Commands.Replay. This module
preserves the older runtime namespace for existing host integrations and
tests.
Summary
Functions
Replays an eligible journal-backed workflow run.
Types
@type replay_error() :: Squidie.Runtime.Journal.Commands.Replay.replay_error()
Functions
@spec replay(String.t(), keyword(), keyword()) :: {:ok, Squidie.ReadModel.Inspection.Snapshot.t()} | {:error, replay_error()}
Replays an eligible journal-backed workflow run.