refact workflow run log

This commit is contained in:
zxhlyh
2024-12-27 16:17:44 +08:00
parent 23913b8640
commit e4cc8f7010
12 changed files with 193 additions and 400 deletions

View File

@ -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