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

Enhancement: Node Flow Control #28

Closed
zwilch opened this issue Jan 1, 2024 · 2 comments
Closed

Enhancement: Node Flow Control #28

zwilch opened this issue Jan 1, 2024 · 2 comments

Comments

@zwilch
Copy link

zwilch commented Jan 1, 2024

Is it possible to change the next node in Javascript.
It would be nice to change the next node to another node.
So we can change the way depends of analysis of output to different tasks.

@10cl
Copy link
Owner

10cl commented Jan 5, 2024

This is a DAG structure, if the design of such logic will not make the logic confusing?
node output variable through the func , after js processing to the next node, it should be enough to analysis output.
or you can provide a rough YAML structure that you feel is reasonable, and I can try to design it.

@zwilch
Copy link
Author

zwilch commented Jan 10, 2024

thanks for your response
may you are right its to complicated

I was thinking about some "loops" for trying to make a enhancement process in "X" repetition rounds.
I could implementing loops if i could set in Javascripf Func a counter and change the next node after reaching counter.
In YAML I dont know how to desing it.

@zwilch zwilch closed this as completed Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants