kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
13.1k stars 1.15k forks source link

[UI] Improve execution error display in the execution overview page #6029

Open loicmathieu opened 1 day ago

loicmathieu commented 1 day ago

Feature description

PR https://github.com/kestra-io/kestra/pull/5989 brings a new error widget in the execution overview for failed executions. This displays a list of taskId / taskRunId / message. However, the design can be improved.

This can be tested with the following flow YAML:

id: fail
namespace: company.team

tasks:
  - id: fail
    type: io.kestra.plugin.core.execution.Fail