This commit is contained in:
jyong
2025-05-26 17:00:16 +08:00
parent ef0e41de07
commit 678d6ffe2b
6 changed files with 171 additions and 26 deletions

View File

@ -104,7 +104,7 @@ class PipelineRunner(WorkflowBasedAppRunner):
SystemVariableKey.DATASET_ID: self.application_generate_entity.dataset_id,
SystemVariableKey.DATASOURCE_TYPE: self.application_generate_entity.datasource_type,
SystemVariableKey.DATASOURCE_INFO: self.application_generate_entity.datasource_info,
SystemVariableKey.INVOKE_FROM: self.application_generate_entity.invoke_from,
SystemVariableKey.INVOKE_FROM: self.application_generate_entity.invoke_from.value,
}
variable_pool = VariablePool(
@ -199,4 +199,4 @@ class PipelineRunner(WorkflowBasedAppRunner):
if not graph:
raise ValueError("graph not found in workflow")
return graph
return graph