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

Flow does not proceed to next weighted node in chain of events #22

Open
SyzygyBlue opened this issue Mar 12, 2024 · 1 comment
Open

Comments

@SyzygyBlue
Copy link

Recently updated node-red and actionflows on a new server with the same code. Actionflows of the same name do not flow to the next node of higher priority dependably, and instead just stops the flow at the first node of a singular name(.1) instead of flowing to name(.2) of a higher priority like it used to. This renders actionflows somewhat useless as they are unreliable in building a chain of actions.

image image

In this scenario, EnqueueRecord.PFQ would fire, but the following one, EnqueueRecord.PFT does not fire and there are no errors, no warning, and nothing in the logs. It just doesn't execute the follow-on code. This is completely different from actionflows behavior that is documented, and I have personally observed for more than 5 years.

Node-Red v3.0.2
latest version of actionflows

@Steveorevo
Copy link
Owner

Can you post a minimal flow that reproduces this issue? Preferably with just actionflows, the standard palette and no other dependencies.

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

2 participants