fix(workflow): fix passing of loop variable termination condition
This commit is contained in:
@@ -356,7 +356,8 @@ class BaseNode(ABC):
|
|||||||
**final_output,
|
**final_output,
|
||||||
"runtime_vars": {
|
"runtime_vars": {
|
||||||
self.node_id: runtime_var
|
self.node_id: runtime_var
|
||||||
}
|
},
|
||||||
|
"looping": state["looping"]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add streaming buffer for non-End nodes
|
# Add streaming buffer for non-End nodes
|
||||||
|
|||||||
Reference in New Issue
Block a user