mix durable.retry (Durable v0.1.0-rc)
View SourceStarts a NEW workflow execution with the same module, queue, and input as an existing one. This matches what the dashboard's "Retry" button does — it does not resume the original execution in place.
Useful after a :failed or :cancelled run when you want to try
again with identical input.
Usage
mix durable.retry WORKFLOW_ID [--name NAME]WORKFLOW_ID accepts a unique prefix.
Options
--name NAME- The Durable instance name (default: Durable)