feat: add flatten_output configuration to iteration node (#27502)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user