mix durable.inspect (Durable v0.1.0-rc)
View SourceDeep-dive on a single workflow execution. Use this as the first stop when a workflow is stuck or behaving unexpectedly — it prints the header, step timeline (including wait/resume pairs), pending inputs and events, parent/children, and any error.
Usage
mix durable.inspect WORKFLOW_ID [options]WORKFLOW_ID may be a full UUID or a unique prefix (the task will
refuse ambiguous prefixes rather than guess).
Options
--json- Emit a JSON document instead of the text report--context- Include full context as pretty JSON (default: truncated)--name NAME- The Durable instance name (default: Durable)