From 368e38d593d1713538621e8a2a3bf23f41816745 Mon Sep 17 00:00:00 2001 From: twwu Date: Wed, 14 Jan 2026 17:24:16 +0800 Subject: [PATCH] fix(chat): add tracing for workflow process when node status is running --- web/app/components/base/chat/chat/hooks.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/app/components/base/chat/chat/hooks.ts b/web/app/components/base/chat/chat/hooks.ts index bfcbdcfc60..3804ee46d3 100644 --- a/web/app/components/base/chat/chat/hooks.ts +++ b/web/app/components/base/chat/chat/hooks.ts @@ -375,6 +375,12 @@ export const useChat = ( status: NodeRunningStatus.Running, } } + else { + responseItem.workflowProcess.tracing.push({ + ...nodeStartedData, + status: NodeRunningStatus.Running, + }) + } } else { if (nodeStartedData.iteration_id)