mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 20:26:50 +08:00
fix workflow graph user_id missed (#25466)
This commit is contained in:
commit
23def7d0f9
@ -105,6 +105,7 @@ class WorkflowAppRunner(WorkflowBasedAppRunner):
|
|||||||
graph_runtime_state=graph_runtime_state,
|
graph_runtime_state=graph_runtime_state,
|
||||||
workflow_id=self._workflow.id,
|
workflow_id=self._workflow.id,
|
||||||
tenant_id=self._workflow.tenant_id,
|
tenant_id=self._workflow.tenant_id,
|
||||||
|
user_id=self.application_generate_entity.user_id,
|
||||||
)
|
)
|
||||||
|
|
||||||
# RUN WORKFLOW
|
# RUN WORKFLOW
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user