mirror of https://github.com/langgenius/dify.git
fix(chat): add tracing for workflow process when node status is running
This commit is contained in:
parent
7463bc9199
commit
368e38d593
|
|
@ -375,6 +375,12 @@ export const useChat = (
|
|||
status: NodeRunningStatus.Running,
|
||||
}
|
||||
}
|
||||
else {
|
||||
responseItem.workflowProcess.tracing.push({
|
||||
...nodeStartedData,
|
||||
status: NodeRunningStatus.Running,
|
||||
})
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (nodeStartedData.iteration_id)
|
||||
|
|
|
|||
Loading…
Reference in New Issue