kestra-io/kestra

[UI] The `kind` filter didn't allow to filter on all execution king

Closed

#16085 opened on May 18, 2026

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (26,854 stars) (2,579 forks)batch import
area/frontendgood first issue

Description

Describe the issue

See for example on the execution list page:

You can only filter on NORMAL and PLAYGROUND; TEST and LOOP are missing.

TEST executions are created by unit test (EE). LOOP executions are created by the Loop task.

Environment

  • Kestra Version: develop

Contributor guide