kestra-io/kestra

[Filters] Execution startDate/endDate clashes with timeRange

Open

#16.428 aberto em 1 de jun. de 2026

Ver no GitHub
 (9 comments) (0 reactions) (1 assignee)Java (2.579 forks)batch import
area/frontendgood first issue

Métricas do repositório

Stars
 (26.854 stars)
Métricas de merge de PR
 (Mesclagem média 2d 11h) (533 fundiu PRs em 30d)

Description

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

Guia do colaborador