We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cd954 commit 446b9a8Copy full SHA for 446b9a8
1 file changed
apps/application/flow/knowledge_workflow_manage.py
@@ -89,6 +89,8 @@ def hand_node_result(self, current_node, node_result_future):
89
if result is not None:
90
# 阻塞获取结果
91
list(result)
92
+ if current_node.status == 500:
93
+ return None
94
return current_result
95
except Exception as e:
96
traceback.print_exc()
0 commit comments