remove answer as end

This commit is contained in:
takatost 2024-03-18 19:25:18 +08:00
parent e66c55ba9e
commit 387a6cfee4
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class WorkflowEngineManager:
callbacks=callbacks
)
if next_node.node_type in [NodeType.END, NodeType.ANSWER]:
if next_node.node_type in [NodeType.END]:
break
predecessor_node = next_node