mirror of
https://github.com/langgenius/dify.git
synced 2026-03-20 05:57:59 +08:00
fix preview run
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user