Browse Source

fix: add variable_pool to pipeline WorkflowEntry

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/2.0.0-beta.2
-LAN- 1 month ago
parent
commit
aeaeb28a0b
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      api/core/app/apps/pipeline/pipeline_runner.py

+ 1
- 0
api/core/app/apps/pipeline/pipeline_runner.py View File

@@ -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…
Cancel
Save