mix durable.pending (Durable v0.1.0-rc)

View Source

Lists outstanding pending inputs and pending events across all workflows. Use this to answer "what is waiting on me?" without clicking through the dashboard.

Usage

mix durable.pending [options]

Options

  • --inputs - Only list pending inputs
  • --events - Only list pending events
  • --limit N - Max rows per section (default: 50)
  • --expiring-in HOURS - Only show rows that time out within N hours
  • --json - Emit JSON instead of tables
  • --name NAME - The Durable instance name (default: Durable)