-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 - Topology - Node broken when opening a subflow #7488
Comments
reproducer: id: child
namespace: company.team
tasks:
- id: hello
type: io.kestra.plugin.core.log.Log
message: Hello World! and: id: parent
namespace: company.team
tasks:
- id: hello
type: io.kestra.plugin.core.flow.Subflow
namespace: company.team
flowId: child |
@Skraye Is this is something that needs fixing on the BE, node generation side, or do you think it's more of a question of |
I think its an issue with Topology component |
I've done a dive into the Right now, it seems that on expand click we are calling Not really sure on how to proceed here... Could you guide me a bit if you have any ideas @Skraye @brian-mulier-p? |
link to #4902 (this one is related to execution topology, not flow one) |
Describe the issue
When you open a subflow (the broken hello node is the parent class):
Environment
The text was updated successfully, but these errors were encountered: