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

Graph Entry and exit Nodes #167

Open
jonassorgenfrei opened this issue Oct 18, 2022 · 0 comments
Open

Graph Entry and exit Nodes #167

jonassorgenfrei opened this issue Oct 18, 2022 · 0 comments

Comments

@jonassorgenfrei
Copy link

I think it would be cool to add 2 functions to the Graph implementation.

To get a list with all of the EntryPointNodes to the graph that are the first Nodes in the graph execution (dont have any input connection to other nodes)
To get a list with all of the ExitPointNodes of the graph that are the last Nodes of the graph execution (dont have any output connection to other nodes)

So it's possible to append or prepend nodes to a graph without knowing the structure of it.
esp. in combination with: #166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant