LoopNodeConfig
Settings that control Loop Node. The required field is mode.
modeMode (string)필수
Possible values: [list, count]
source object
하나 이상(anyOf)
- string
- null
string
iteratorIterator (string)
기본값:
itemcount object
하나 이상(anyOf)
- integer
- null
integer
counterCounter (string)
기본값:
indexmax_iterationsMax Iterations (integer)
기본값:
100body_node_idsstring[]
기본값:
[]LoopNodeConfig
{
"mode": "list",
"source": "string",
"iterator": "item",
"count": 0,
"counter": "index",
"max_iterations": 100,
"body_node_ids": [
"string"
]
}