kestra-io/kestra

[Filters] Execution startDate/endDate clashes with timeRange

Open

#16.428 geöffnet am 1. Juni 2026

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (2.579 Forks)batch import
area/frontendgood first issue

Repository-Metriken

Stars
 (26.854 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 11h) (533 gemergte PRs in 30 T)

Beschreibung

Describe the issue

Hitting the Executions' quick range filter when an absolute time range filter is active results in:

Illegal argument: Parameters 'startDate'/'endDate' and 'timeRange' are mutually exclusive

The precedence of both filters is not clear.

Reproduction steps

  1. Navigate to the Executions view
  2. Select the interval filter
  3. Set a custom range
  4. Hit the quick range filter (15m/1h/etc.)
  5. Request fails

Environment

  • Kestra Version: develop

Contributor Guide