feat: loop start add index (#3101)

* feat: loop start add index

* update doc
This commit is contained in:
Archer
2024-11-08 17:21:19 +08:00
committed by GitHub
parent a7f881fc5e
commit 7537330a3b
8 changed files with 75 additions and 53 deletions

View File

@@ -256,9 +256,9 @@ export enum NodeOutputKeyEnum {
// loop
loopArray = 'loopArray',
// loop start
loopStartInput = 'loopStartInput',
loopArrayIndex = 'loopArrayIndex',
// form input
formInputResult = 'formInputResult'