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

Plugin icons are not rendered correctly in the Outputs tab for errors tasks #5643

Open
anna-geller opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
area/frontend Needs frontend code changes bug Something isn't working good first issue Great issue for new contributors

Comments

@anna-geller
Copy link
Member

anna-geller commented Oct 23, 2024

Describe the issue

image

Reproducer flow

id: errors
namespace: company.team

tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Starting the workflow
  - id: fail
    type: io.kestra.plugin.core.execution.Fail

errors:
  - id: return
    type: io.kestra.plugin.core.output.OutputValues
    values:
      message: "{{ error.message }}"
      taskId: "{{ error.taskId }}"
      stacktrace: "{{ error.stackTrace }}"

  - id: error_log
    type: io.kestra.plugin.core.log.Log
    message:
      - "It's the fault of '{{ error.taskId }}'"
      - "See the message: {{ error.message }}"
      - "{{ error.stackTrace }}"

Environment

  • Kestra Version: develop
@anna-geller anna-geller added bug Something isn't working area/frontend Needs frontend code changes good first issue Great issue for new contributors labels Oct 23, 2024
@Nbs-26
Copy link

Nbs-26 commented Oct 23, 2024

Hello @anna-geller! I understood the issue. Can you please assign this issue to me because I am really excited to try it out since I m a beginner!

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 bug Something isn't working good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

2 participants