-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Subflow validation on edit #2087
Comments
For external contributors: what it means is that trying to Save the following flow should work (because hello_world flow in tutorial namespace exists by default): id: myflow
namespace: tutorial
tasks:
- id: hello
type: io.kestra.plugin.core.flow.Subflow
namespace: tutorial
flowId: hello_world but trying to save this flow should not work as this flowId doesn't exist in the tutorial namespace: id: myflow
namespace: tutorial
tasks:
- id: hello
type: io.kestra.plugin.core.flow.Subflow
namespace: tutorial
flowId: non_existing_flow_id |
Hi, I want to contribute to this issue. could you please assign this to me? @anna-geller |
@SyedMDot did you get the chance to move forward on this issue ? |
Hi I was working on below issue, and just submitted a video to confirm weather my solution is as expected or not. I'll start this now. |
Hi @anna-geller, |
Absolutely, go for it @aabhas-sao! 🚀 |
Hi @MilosPaunovic, |
Feature description
Would be great that subflows are validated (ie checked that they exist) on flow editing just to know there's a typo or something (currently we won't have any feedback except in console when a subflow doesn't exist and we try to expand it)
The text was updated successfully, but these errors were encountered: