Escalation queue operations — a thin proxy to Escalations.Client that
reuses this Durable.Client's engine pool. Calling
client.escalations.list(...) is identical to creating a separate
new Escalations.Client({ connection }) — just more convenient.
The Durable Client service provides methods for
starting, signaling, and querying workflows.
Starting a workflow is the primary use case and
is accessed by calling workflow.start().
Workflow client. Starts workflows, sends signals, and reads results.
Pass
config.eventsto receive system-event notifications from all escalation operations performed through this client. Events fire post-commit, from this process only — no fanout to other containers. SeeEventsConfigandSystemEventintypes/system_eventsfor the full ontology.Example