Assign Variable Node Inside Loop Cannot Be Tested Separately & Gets Skipped During Execution (v1.14.2–1.15.0)
- Dominant language
- TypeScript
- Stars
- 156k
- Forks
- 24.6k
- Avg merge
- 22h 9m
- Merged PRs (30d)
- 610
Description
### Self Checks
- [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542).
- [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
- [x] I confirm that I am using English to submit this report, otherwise it will be closed.
- [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
- [x] Please do not modify this template :) and fill in all the required fields.
### Dify version
1.15.0
### Cloud or Self Hosted
Self Hosted (Docker)
### Steps to reproduce
Add an Assign Variable node inside the loop node. This node cannot be individually run for testing (no triangular execute button). The Assign Variable node is automatically skipped when the loop is executed. This issue exists in the latest versions from 1.14.2 to 1.15.0, and it can be reproduced both in local deployments and the official Chatflow platform.
### ✔️ Expected Behavior
After adding an Assign Variable node inside a loop node:
1. The Assign Variable node should display a triangular run button to support independent single-node testing.
2. The Assign Variable node should execute normally without being skipped when the loop is running.
### ❌ Actual Behavior
After adding an Assign Variable node inside a loop node:
1. The Assign Variable node has no triangular run button and cannot be tested alone.
2. The node is automatically skipped during loop execution.
This bug occurs across all versions from 1.14.2 to 1.15.0, and can be reproduced on both local deployment environments and the official Chatflow platform.
Contributor guide
Assessment
This issue has not been assessed yet.