mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Loop internal node error did not terminate workflow (#4520)
This commit is contained in:
parent
f048b5a3a1
commit
fadd6a6d7e
|
|
@ -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:
|
||||
# 添加节点
|
||||
|
|
|
|||
Loading…
Reference in New Issue