mirror of
https://github.com/langgenius/dify.git
synced 2026-03-20 05:57:59 +08:00
fix: workflow knowledge query raise error (#25465)
This commit is contained in:
@ -105,6 +105,7 @@ class WorkflowAppRunner(WorkflowBasedAppRunner):
|
||||
graph_runtime_state=graph_runtime_state,
|
||||
workflow_id=self._workflow.id,
|
||||
tenant_id=self._workflow.tenant_id,
|
||||
user_id=self.application_generate_entity.user_id,
|
||||
)
|
||||
|
||||
# RUN WORKFLOW
|
||||
|
||||
Reference in New Issue
Block a user