# `Squidie.Runtime.Journal.Replay`
[🔗](https://github.com/dark-trench/squidie/blob/main/lib/squidie/runtime/journal/replay.ex#L1)

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.

# `replay_error`

```elixir
@type replay_error() :: Squidie.Runtime.Journal.Commands.Replay.replay_error()
```

# `replay`

```elixir
@spec replay(String.t(), keyword(), keyword()) ::
  {:ok, Squidie.ReadModel.Inspection.Snapshot.t()} | {:error, replay_error()}
```

Replays an eligible journal-backed workflow run.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
