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

fix(core): render errors as tasks in outputs correctly. add errors to… #6654

Conversation

aabhas-sao
Copy link
Contributor

… server response data

What changes are being made and why?

I have add errors to be sent in response for execution flows.
so that cls can be populated in TaskIcon correctly with the task.type. As for errors it was coming undefined earlier it was not able to find the icon in all icons.

This PR closes #5643.


How the changes have been QAed?

tested the changes locally. please check out the image below.

Screenshot 2025-01-07 at 5 04 23 PM

@aabhas-sao aabhas-sao marked this pull request as draft January 7, 2025 11:42
@aabhas-sao aabhas-sao marked this pull request as ready for review January 7, 2025 11:50
@anna-geller anna-geller requested a review from Skraye January 7, 2025 12:42
Copy link
Member

@Skraye Skraye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, will merge it when CI is green!

Thank a lot for your contribution

@Skraye Skraye merged commit 111493c into kestra-io:develop Jan 7, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Plugin icons are not rendered correctly in the Outputs tab for errors tasks
2 participants