mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: Loop internal node error did not terminate workflow (#4520)
This commit is contained in:
parent
9f4a551293
commit
e4339a081b
|
|
@ -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