kestra-io / kestra

Orchestration and automation platform to execute millions of scheduled and event-driven workflows declaratively in code and from the UI
https://kestra.io
Apache License 2.0
9.11k stars 595 forks source link

feat(core, ui): save the worker id in the trigger context #4150

Closed loicmathieu closed 3 months ago

loicmathieu commented 3 months ago

Part of https://github.com/kestra-io/kestra-ee/issues/1256

@anna-geller this will add a new columns on the flow triggers page with the worker identfier: image

And a new column in the administration triggers page with the worker identifier: image

I'll create an issue on EE to add a link to the service page from the trigger page, and on the service page add the list of currently evaluating triggers on a worker.

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
7.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud