feat: add workflow run audit graph component and enhance workflow run details

This commit is contained in:
mlogclub
2026-06-25 21:42:14 +08:00
parent b806a2208b
commit d11080e14b
9 changed files with 501 additions and 1 deletions
+1
View File
@@ -544,6 +544,7 @@ export type AIWorkflowRun = {
errorMessage: string
createdAt: string
updatedAt: string
definition?: AIWorkflowDefinition
nodes?: AIWorkflowNodeRun[]
}