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
9f4a551293
commit
e4339a081b
|
|
@ -471,6 +471,8 @@ class WorkflowManage:
|
||||||
current_node.node_chunk.add_chunk(chunk)
|
current_node.node_chunk.add_chunk(chunk)
|
||||||
else:
|
else:
|
||||||
list(result)
|
list(result)
|
||||||
|
if current_node.status == 500:
|
||||||
|
return None
|
||||||
return current_result
|
return current_result
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# 添加节点
|
# 添加节点
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue