# `SquidMesh.Runtime.Unblocker`
[🔗](https://github.com/ccarvalho-eng/squid_mesh/blob/main/lib/squid_mesh/runtime/unblocker.ex#L1)

Resumes runs that are intentionally paused for manual intervention.

This module validates the paused step, completes its durable running step
state, and hands control back to the normal success progression path.

# `unblock`

```elixir
@spec unblock(SquidMesh.Config.t(), SquidMesh.Run.t(), map()) ::
  :ok | {:error, term()}
```

---

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