kestra-io/kestra

Align the bulk and single execution actions for both Replay and Restart

Geschlossen

#8.337 geöffnet am 10.04.2025

 (15 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (2.579 Forks)batch import
area/frontendgood first issue

Repository-Metriken

Stars
 (26.854 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Describe the issue

As of v0.23-SNAPSHOT:

  • the bulk Replay action allows using the original and the latest revision.
  • the bulk Restart action allows using the original revision but does not allow using the latest revision.
  • the single execution Replay action allows using the original and both the latest revision or a specific different one.
  • the single execution Restart action allows using the original and both the latest revision or a specific different one.

It would be great to achieve parity between the bulk and single execution for both Replay and Restart actions. That means both bulk actions would trigger a dialog similar to:

Image

originally asked in https://github.com/kestra-io/kestra/issues/1082#issuecomment-2792024085

Environment

  • Kestra Version: develop

Contributor Guide