-
Notifications
You must be signed in to change notification settings - Fork 118
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
How do I run a single node when it's already added to a graph? #764
Comments
This section is for issues. You should run nodes depending on the edges. Beginnen with START and ending with END. |
single node is not the whole graph. There are two concepts. Its the whole graph that beignning with STAT and endging with END, not single node. |
You can do: await graph.nodes[nodeName].invoke({}); This is not yet documented, will close the issue when it is! |
It works, and thanks a lot for making my codes more clean. |
The question is the title, how to trigger a single Node?
The text was updated successfully, but these errors were encountered: