dify
dify copied to clipboard
There is a bug in condition branch node
Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to Discussions.
- [X] I have searched for existing issues search for existing issues, including closed ones.
- [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [X] Please do not modify this template :) and fill in all the required fields.
Dify version
0.11.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
in this workflow, typing help to get in help mode.
whatever you type, both direct reply nodes will be triggered and respond with the numbers that shouldn't be responded.
bug_dsl.yml.txt
✔️ Expected Behavior
when you type 1, branch 1 will be triggered, and 2, branch 2 will be triggered.
❌ Actual Behavior
both branches are triggered in condition node