StaticClientCreates an escalation queue client. Pass a connection for standalone
use, or inject a getHotMeshClient function to share an existing
engine pool (e.g. from a Durable.Client).
StaticguidGenerate a compact HotMesh identifier (not RFC 4122).
Use Escalations.uuid() for DB primary keys.
StaticuuidGenerate a standard RFC 4122 v4 UUID — required for the id field
when calling client.migrate() or any direct UUID column insert.
Returns a standard RFC 4122 v4 UUID (e.g. for use as a DB primary key).
Escalation queue — the canonical signal-pause surface for HotMesh workflows.
public.hmsh_escalationsis a global Postgres table written by both the YAML DAG hook activity andDurable.workflow.condition(). Any consumer can interact with the queue using just a Postgres connection — no Durable dependency required.Quick Start