[PR #27786] fix: iteration node cannot be viewed(#27759) #31857

Closed
opened 2026-02-21 20:50:16 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/27786

State: closed
Merged: Yes


Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

fix: After upgrading to Dify 1.9.2, if an iteration node in the workflow fails to execute, the internal information of the iteration node cannot be viewed. close #27759

Screenshots

Before After
339e31d99349b5cf2a842b89a05ad8be
cbaf6372e83b44ad8236bba3633888d8
image
86951742c41625d9350f42918b1b3196

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/27786 **State:** closed **Merged:** Yes --- > [!IMPORTANT] > > 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) > 1. Ensure there is an associated issue and you have been assigned to it > 1. Use the correct syntax to link this PR: `Fixes #<issue number>`. ## Summary <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> fix: After upgrading to Dify 1.9.2, if an iteration node in the workflow fails to execute, the internal information of the iteration node cannot be viewed. close #27759 ## Screenshots | Before | After | |:-------:|:------:| | <img width="1024" height="710" alt="339e31d99349b5cf2a842b89a05ad8be" src="https://github.com/user-attachments/assets/df135ffa-0678-41d0-84ef-741354b8bd12" /><br><img width="1024" height="346" alt="cbaf6372e83b44ad8236bba3633888d8" src="https://github.com/user-attachments/assets/2f3f21c9-5cb2-4a43-a8cf-90a2ebdc7e48" /> | <img width="1071" height="710" alt="image" src="https://github.com/user-attachments/assets/67c02938-381b-4b43-8a00-f21b26b4d046" /><br><img width="1245" height="710" alt="86951742c41625d9350f42918b1b3196" src="https://github.com/user-attachments/assets/0dbb6bb0-d2e9-4a06-9d67-0f44f8f28eaa" /> | ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:50:16 -05:00
yindo closed this issue 2026-02-21 20:50:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31857