본문으로 건너뛰기

LoopNodeConfig

Settings that control Loop Node. The required field is mode.

modeMode (string)필수

Possible values: [list, count]

source object
하나 이상(anyOf)
string
iteratorIterator (string)
기본값: item
count object
하나 이상(anyOf)
integer
counterCounter (string)
기본값: index
max_iterationsMax Iterations (integer)
기본값: 100
body_node_idsstring[]
기본값: []
LoopNodeConfig
{
"mode": "list",
"source": "string",
"iterator": "item",
"count": 0,
"counter": "index",
"max_iterations": 100,
"body_node_ids": [
"string"
]
}