-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
BUG: Errors produced by Answer nodes and IF nodes #9560
Comments
The issue you're experiencing, where all Answer nodes are executed regardless of the preceding nodes' execution, might be related to how the conditions in your IF, ELIF, and ELSE nodes are evaluated or how the workflow is configured. Here are a few things to check and consider:
If these checks do not resolve the issue, it might be beneficial to simplify the workflow to isolate the problem or to review the specific logic in the DSL file for any discrepancies. |
Not sure if this is existed in latest version. We just released the 0.10.0 |
I'm trying it now. |
If this still persists, please update the version in this thread, we will take a look at it later. |
It still exists.😢 |
Hi, @Hisir0909. I'm Dosu, and I'm helping the Dify team manage their backlog. I'm marking this issue as stale. Issue Summary
Next Steps
Thank you for your understanding and contribution! |
Hi, can you test #11544? |
#11542 (comment) Do not apply #11544, this is a PR for another bug. |
yes this is for another bug |
Yes, I know it |
will figure out why maybe these days |
|
Self Checks
Dify version
0.11.0 / 0.10.0 / 0.10.0-beta2 / 0.9.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
According to the IF node configuration, only the IF Answer node should be output.
❌ Actual Behavior
Output the content of all Answer nodes in all branches directly (even if the preceding nodes have not been executed).
The text was updated successfully, but these errors were encountered: