Feat: Allow operators inside the loop operator to reference the output parameters of external operators #3221 (#8498)

### What problem does this PR solve?

Feat: Allow operators inside the loop operator to reference the output
parameters of external operators #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-06-26 09:34:38 +08:00
committed by GitHub
parent c4bfd9fa2c
commit f09ca8e795
6 changed files with 50 additions and 27 deletions

View File

@ -639,16 +639,7 @@ export const initialEmailValues = {
export const initialIterationValues = {
delimiter: ',',
};
export const initialIterationStartValues = {
outputs: {
item: {
type: 'unkown',
},
index: {
type: 'integer',
},
},
};
export const initialIterationStartValues = {};
export const initialCodeValues = {
lang: 'python',