Replies: 1 comment 3 replies
|
Hi @fangoner! I'm Dosu and I’m helping the dify team. This is a known bug in Dify 1.8.0: the loop node's termination condition does not work properly because variables assigned inside the loop weren't available for the exit condition check. The issue has been fixed in recent updates—specifically, the loop node now checks break conditions only at the end of each loop and correctly uses variables from inside the loop for termination checks. If no variables for the break conditions are available, the loop will break by default to prevent infinite loops. To resolve this, update to the latest version of Dify that includes these fixes (details, PR #24257). To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Uh oh!
There was an error while loading. Please reload this page.
Self Checks
Content
upgrade to 1.8.0, the loop termination condition in loop node does not work
All reactions