LoopNodeConfig
modeMode (string)required
Possible values: [list, count]
source object
anyOf
- string
- null
string
iteratorIterator (string)
Default value:
itemcount object
anyOf
- integer
- null
integer
counterCounter (string)
Default value:
indexmax_iterationsMax Iterations (integer)
Default value:
100body_node_idsstring[]
Default value:
[]LoopNodeConfig
{
"mode": "list",
"source": "string",
"iterator": "item",
"count": 0,
"counter": "index",
"max_iterations": 100,
"body_node_ids": [
"string"
]
}