feat: add flatten_output configuration to iteration node (#27502)

This commit is contained in:
Novice
2025-10-27 16:04:24 +08:00
committed by GitHub
parent 43bcf40f80
commit b6e0abadab
11 changed files with 649 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ const nodeDefault: NodeDefault<IterationNodeType> = {
is_parallel: false,
parallel_nums: 10,
error_handle_mode: ErrorHandleMode.Terminated,
flatten_output: true,
},
checkValid(payload: IterationNodeType, t: any) {
let errorMessages = ''