fix: workflow restore (#3711)

This commit is contained in:
zxhlyh
2024-04-23 17:02:23 +08:00
committed by GitHub
parent 96160837d2
commit 83caffe000
9 changed files with 654 additions and 318 deletions

View File

@@ -402,3 +402,5 @@ export const TOOL_OUTPUT_STRUCT: Var[] = [
type: VarType.arrayFile,
},
]
export const WORKFLOW_DATA_UPDATE = 'WORKFLOW_DATA_UPDATE'