mix durable.list (Durable v0.1.0-rc)
View SourceLists workflow executions with optional filters.
Usage
mix durable.list [options]Options
--status STATUS- Filter by status (pending, running, completed, failed, etc.)--workflow MODULE- Filter by workflow module--queue QUEUE- Filter by queue name--since DATETIME- Show executions since ISO 8601 datetime--until DATETIME- Show executions until ISO 8601 datetime--limit N- Maximum number of results (default: 50)--format FORMAT- Output format: table or json (default: table)--name NAME- The Durable instance name (default: Durable)