[PR #11869] Feat: Add partial success status to the app log #27391

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

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

State: closed
Merged: Yes


Summary

Previously, there was no partial success status in the logs of workflow and chatflow. Now, workflow supports partial success. In chatflow, if all are successful, the status is success; if there is a partial success, the status is partial success; if there are failures, the number of failures is displayed.

Fixes #11458

Screenshots

Before After
img_v3_02ho_8fc48eb0-6abf-4b35-9857-cb94ac6dcbdg image
image image

Checklist

Important

Please review the checklist below before submitting your pull request.

  • 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/11869 **State:** closed **Merged:** Yes --- # Summary Previously, there was no partial success status in the logs of workflow and chatflow. Now, workflow supports partial success. In chatflow, if all are successful, the status is success; if there is a partial success, the status is partial success; if there are failures, the number of failures is displayed. Fixes #11458 # Screenshots | Before | After | |--------|-------| | ![img_v3_02ho_8fc48eb0-6abf-4b35-9857-cb94ac6dcbdg](https://github.com/user-attachments/assets/6b7ce6ff-2174-44c7-9067-c62225632a34) | <img width="1092" alt="image" src="https://github.com/user-attachments/assets/2c1f7b28-7c89-44a3-a26c-66d26a70cb01" /> | | <img width="1261" alt="image" src="https://github.com/user-attachments/assets/5ca06e3e-153e-4b38-a600-2cc945b4b5b3" /> | <img width="1277" alt="image" src="https://github.com/user-attachments/assets/d3536097-23ee-480e-a527-c4a6e4e6288e" /> | # Checklist > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] 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:41:26 -05:00
yindo closed this issue 2026-02-21 20:41:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#27391