SquidMesh.Runtime.Unblocker (squid_mesh v0.1.0-alpha.6)

Copy Markdown View Source

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.

Summary

Functions

unblock(config, run, attrs \\ %{})

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