fix: dataset query created_by empty UUID in iteration subgraph (#34004) (#34044)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Achieve3318
2026-03-26 02:57:19 -04:00
committed by GitHub
parent c32eebf57d
commit 5341cd015b
8 changed files with 36 additions and 6 deletions

View File

@ -92,6 +92,7 @@ class WorkflowAppRunner(WorkflowBasedAppRunner):
workflow=self._workflow,
single_iteration_run=self.application_generate_entity.single_iteration_run,
single_loop_run=self.application_generate_entity.single_loop_run,
user_id=self.application_generate_entity.user_id,
)
else:
inputs = self.application_generate_entity.inputs