kestra-io/kestra

[Filters] Execution startDate/endDate clashes with timeRange

Open

#16,428 创建于 2026年6月1日

在 GitHub 查看
 (9 评论) (0 反应) (1 负责人)Java (2,579 fork)batch import
area/frontendgood first issue

仓库指标

Star
 (26,854 star)
PR 合并指标
 (平均合并 2天 11小时) (30 天内合并 533 个 PR)

描述

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

贡献者指南