dify icon indicating copy to clipboard operation
dify copied to clipboard

There is a bug in condition branch node

Open RoyDingZF opened this issue 3 months ago • 3 comments

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. 屏幕截图 2024-11-24 200117 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

RoyDingZF avatar Nov 24 '24 12:11 RoyDingZF