Feature request: hope to support trigger next Nodes again like Send() in node function or waitUnitil() #206

Closed
opened 2026-02-15 17:17:19 -05:00 by yindo · 1 comment
Owner

Originally created by @oneWalker on GitHub (Mar 18, 2025).

When I solve the problem https://github.com/langchain-ai/langgraphjs/issues/1005, I use the skipped strategy, skip the function when it's not qualified, to handle the problem until all of the pre-nodes to be skipped or run. But when the condition node is direct to the currentNode. It will be triggered in advance. however, when all the pre-nodes are executed, the next nodes of the current won't execute again.
so a function like waitUnitl or Send() to next node,can better support the feature.

Or is there any better advice?

Originally created by @oneWalker on GitHub (Mar 18, 2025). When I solve the problem https://github.com/langchain-ai/langgraphjs/issues/1005, I use the skipped strategy, skip the function when it's not qualified, to handle the problem until all of the pre-nodes to be skipped or run. But when the condition node is direct to the currentNode. It will be triggered in advance. however, when all the pre-nodes are executed, the next nodes of the current won't execute again. so a function like waitUnitl or Send() to next node,can better support the feature. Or is there any better advice?
yindo closed this issue 2026-02-15 17:17:19 -05:00
Author
Owner

@oneWalker commented on GitHub (Mar 27, 2025):

I solved it with a virtual node directly to the condition node.

@oneWalker commented on GitHub (Mar 27, 2025): I solved it with a virtual node directly to the condition node.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#206