mirror of https://github.com/langgenius/dify.git
fix preview run
This commit is contained in:
parent
05c21883f9
commit
0bb3407385
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue