dify icon indicating copy to clipboard operation
dify copied to clipboard

Detailed logs break down with graph_engine and iteration node

Open AndyMik90 opened this issue 1 year ago • 1 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.8.2

Cloud or Self Hosted

Self Hosted (Docker), Self Hosted (Source)

Steps to reproduce

Having 10 iteration nodes running in parallel with workflow as tools inside them, if 1 workflow fails inside one of the iteration nodes, the debug logs shows the error on all iteration nodes and all workflow tools. So it's not possible to debug. CleanShot 2024-09-23 at 17 45 36

✔️ Expected Behavior

Normal detailed logging, showing what workflow tool / iteration node that failed

❌ Actual Behavior

All nodes, even those who didn't fail, shows error.

Also the nodes that are inside the iteration node, shows as being outside of the parallel nested view.

AndyMik90 avatar Sep 23 '24 15:09 AndyMik90