Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
loicmathieu opened this issue Nov 21, 2024 · 0 comments
Open
Labels
area/frontend Needs frontend code changes enhancement New feature or request good first issue Great issue for new contributors

Comments

@loicmathieu
Copy link
Member

Feature description

PR #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
@loicmathieu loicmathieu added area/backend Needs backend code changes enhancement New feature or request area/frontend Needs frontend code changes labels Nov 21, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Nov 21, 2024
@loicmathieu loicmathieu removed the area/backend Needs backend code changes label Nov 21, 2024
@MilosPaunovic MilosPaunovic added the good first issue Great issue for new contributors label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes enhancement New feature or request good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

2 participants