fix: correct output order in parallel mode for iteration nodes (#10323)

This commit is contained in:
Novice
2024-11-08 15:32:40 +08:00
committed by GitHub
parent aa3da0e24c
commit a7dbe58c85
2 changed files with 7 additions and 5 deletions

View File

@@ -569,8 +569,8 @@ const translation = {
errorResponseMethod: 'Error response method',
ErrorMethod: {
operationTerminated: 'terminated',
continueOnError: 'continue-on-error',
removeAbnormalOutput: 'remove-abnormal-output',
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.',
},