fix preview run

This commit is contained in:
jyong 2025-08-29 11:25:08 +08:00
parent 05c21883f9
commit 0bb3407385
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class PipelineRunner(WorkflowBasedAppRunner):
app_id=self._app_id,
workflow_id=workflow.id,
graph_config=graph_config,
user_id="",
user_id=self.application_generate_entity.user_id,
user_from=UserFrom.ACCOUNT.value,
invoke_from=InvokeFrom.SERVICE_API.value,
call_depth=0,