Skip to main content
Version: Next

LoopNodeConfig

modeMode (string)required

Possible values: [list, count]

source object
anyOf
string
iteratorIterator (string)
Default value: item
count object
anyOf
integer
counterCounter (string)
Default value: index
max_iterationsMax Iterations (integer)
Default value: 100
body_node_idsstring[]
Default value: []
LoopNodeConfig
{
"mode": "list",
"source": "string",
"iterator": "item",
"count": 0,
"counter": "index",
"max_iterations": 100,
"body_node_ids": [
"string"
]
}