fix: workflow trace user_id error (#6932)

This commit is contained in:
Joe
2024-08-04 03:28:50 +08:00
committed by GitHub
parent bcd7c8e921
commit 26e46d365c
5 changed files with 18 additions and 7 deletions

View File

@@ -131,6 +131,7 @@ class WorkflowCycleManage(WorkflowIterationCycleManage):
TraceTaskName.WORKFLOW_TRACE,
workflow_run=workflow_run,
conversation_id=conversation_id,
user_id=trace_manager.user_id,
)
)
@@ -173,6 +174,7 @@ class WorkflowCycleManage(WorkflowIterationCycleManage):
TraceTaskName.WORKFLOW_TRACE,
workflow_run=workflow_run,
conversation_id=conversation_id,
user_id=trace_manager.user_id,
)
)