mirror of https://github.com/langgenius/dify.git
fix: add variable_pool to pipeline WorkflowEntry
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
b865ef54d5
commit
aeaeb28a0b
|
|
@ -176,6 +176,7 @@ class PipelineRunner(WorkflowBasedAppRunner):
|
|||
invoke_from=self.application_generate_entity.invoke_from,
|
||||
call_depth=self.application_generate_entity.call_depth,
|
||||
graph_runtime_state=graph_runtime_state,
|
||||
variable_pool=variable_pool,
|
||||
)
|
||||
|
||||
generator = workflow_entry.run()
|
||||
|
|
|
|||
Loading…
Reference in New Issue