fix: Loop internal node error did not terminate workflow (#4520)

This commit is contained in:
shaohuzhang1 2025-12-16 10:54:54 +08:00 committed by GitHub
parent f048b5a3a1
commit fadd6a6d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -471,6 +471,8 @@ class WorkflowManage:
current_node.node_chunk.add_chunk(chunk)
else:
list(result)
if current_node.status == 500:
return None
return current_result
except Exception as e:
# 添加节点