mirror of https://github.com/langgenius/dify.git
fix user_id missed
This commit is contained in:
parent
65780e96ca
commit
c295b1d645
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue