feat: Iteration node support parallel mode (#9493)
This commit is contained in:
@@ -556,6 +556,23 @@ const translation = {
|
||||
iteration_one: '{{count}} Iteration',
|
||||
iteration_other: '{{count}} Iterations',
|
||||
currentIteration: 'Current Iteration',
|
||||
comma: ', ',
|
||||
error_one: '{{count}} Error',
|
||||
error_other: '{{count}} Errors',
|
||||
parallelMode: 'Parallel Mode',
|
||||
parallelModeUpper: 'PARALLEL MODE',
|
||||
parallelModeEnableTitle: 'Parallel Mode Enabled',
|
||||
parallelModeEnableDesc: 'In parallel mode, tasks within iterations support parallel execution. You can configure this in the properties panel on the right.',
|
||||
parallelPanelDesc: 'In parallel mode, tasks in the iteration support parallel execution.',
|
||||
MaxParallelismTitle: 'Maximum parallelism',
|
||||
MaxParallelismDesc: 'The maximum parallelism is used to control the number of tasks executed simultaneously in a single iteration.',
|
||||
errorResponseMethod: 'Error response method',
|
||||
ErrorMethod: {
|
||||
operationTerminated: 'terminated',
|
||||
continueOnError: 'continue-on-error',
|
||||
removeAbnormalOutput: 'remove-abnormal-output',
|
||||
},
|
||||
answerNodeWarningDesc: 'Parallel mode warning: Answer nodes, conversation variable assignments, and persistent read/write operations within iterations may cause exceptions.',
|
||||
},
|
||||
note: {
|
||||
addNote: 'Add Note',
|
||||
|
Reference in New Issue
Block a user