You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the node is executed in nodem or nodec can be calculated that it's allowed to run.
Currently, I find the nextNode of condtionalEdgeNode is triggered by the condtionNode without checking the other dependent node. And the currentNode only check all the dependant nodes without removing the useless one when the other branch.
I achieved it by sharing the context content and the skipped strategy . However, I met another problem that may need to trigger the next nodes once. #1006
I'm very glad to share the implement code of my project with the official developer so that we can contribute to the library better.