mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
refact workflow run log
This commit is contained in:
@ -5,7 +5,7 @@ import formatRetryNode from './retry'
|
||||
import formatAgentNode from './agent'
|
||||
|
||||
const formatToTracingNodeList = (list: NodeTracing[], t: any) => {
|
||||
const allItems = [...list].reverse()
|
||||
const allItems = [...list].sort((a, b) => a.index - b.index)
|
||||
/*
|
||||
* First handle not change list structure node
|
||||
* Because Handle struct node will put the node in different
|
||||
|
||||
Reference in New Issue
Block a user