splitInBatches.json•1.67 kB
{
"nodeType": "n8n-nodes-base.splitInBatches",
"displayName": "SplitInBatches",
"description": null,
"version": "3",
"properties": [
{
"name": "splitInBatchesNotice",
"displayName": "You may not need this node — n8n nodes automatically run once for each input item. <a href=\"https://docs.n8n.io/getting-started/key-concepts/looping.html#using-loops-in-n8n\" target=\"_blank\">More info</a>",
"type": "notice",
"default": ""
},
{
"name": "batchSize",
"displayName": "Batch Size",
"type": "number",
"default": 1,
"description": "The number of items to return with each call",
"typeOptions": {
"minValue": 1
}
},
{
"name": "options",
"displayName": "Options",
"type": "collection",
"default": {},
"description": "Whether the node starts again from the beginning of the input items. This will treat incoming data as a new set rather than continuing with the previous items.",
"placeholder": "Add option",
"options": [
{
"name": "reset",
"displayName": "Reset",
"type": "boolean",
"default": false,
"description": "Whether the node starts again from the beginning of the input items. This will treat incoming data as a new set rather than continuing with the previous items."
}
]
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}