{
	"name": "Split in Batches Test",
	"nodes": [
		{
			"parameters": {},
			"id": "86b8149f-b0a0-489c-bb62-e59142988996",
			"name": "When clicking \"Execute Workflow\"",
			"type": "n8n-nodes-base.manualTrigger",
			"typeVersion": 1,
			"position": [400, 220]
		},
		{
			"parameters": {
				"batchSize": 1,
				"options": {}
			},
			"id": "30c5546e-bdcc-44ff-bfca-89c5fb97b678",
			"name": "Split In Batches",
			"type": "n8n-nodes-base.splitInBatches",
			"typeVersion": 1,
			"position": [1100, 220]
		},
		{
			"parameters": {
				"values": {
					"string": [
						{
							"name": "data[0]",
							"value": "n8n"
						},
						{
							"name": "data[1]",
							"value": "test"
						}
					]
				},
				"options": {}
			},
			"id": "92d386b8-60be-4f8b-801c-b6459ec206f7",
			"name": "Set",
			"type": "n8n-nodes-base.set",
			"typeVersion": 1,
			"position": [640, 220]
		},
		{
			"parameters": {
				"fieldToSplitOut": "data",
				"options": {}
			},
			"id": "74b7e63e-a9f8-4a82-9e1f-7b2429d9118d",
			"name": "Item Lists",
			"type": "n8n-nodes-base.itemLists",
			"typeVersion": 1,
			"position": [860, 220]
		},
		{
			"parameters": {
				"conditions": {
					"boolean": [
						{
							"value1": "={{ $node[\"Split In Batches\"].context[\"noItemsLeft\"] }}",
							"value2": true
						}
					]
				}
			},
			"id": "a5f68369-4e70-4f16-b260-3c8b74517993",
			"name": "IF",
			"type": "n8n-nodes-base.if",
			"typeVersion": 1,
			"position": [1280, 220]
		},
		{
			"parameters": {
				"values": {
					"string": [
						{
							"name": "maxRunIndex",
							"value": "={{ $node[\"Split In Batches\"].context[\"maxRunIndex\"] }}"
						},
						{
							"value": "={{ $node[\"Split In Batches\"].context[\"currentRunIndex\"] }}"
						}
					]
				},
				"options": {}
			},
			"id": "1f44eb0a-5fb7-43a7-8281-84a8a7ec8464",
			"name": "Output",
			"type": "n8n-nodes-base.set",
			"typeVersion": 1,
			"position": [1480, 200]
		}
	],
	"pinData": {
		"Output": [
			{
				"json": {
					"data": "test",
					"maxRunIndex": 2,
					"propertyName": 1
				}
			}
		]
	},
	"connections": {
		"When clicking \"Execute Workflow\"": {
			"main": [
				[
					{
						"node": "Set",
						"type": "main",
						"index": 0
					}
				]
			]
		},
		"Split In Batches": {
			"main": [
				[
					{
						"node": "IF",
						"type": "main",
						"index": 0
					}
				]
			]
		},
		"Set": {
			"main": [
				[
					{
						"node": "Item Lists",
						"type": "main",
						"index": 0
					}
				]
			]
		},
		"Item Lists": {
			"main": [
				[
					{
						"node": "Split In Batches",
						"type": "main",
						"index": 0
					}
				]
			]
		},
		"IF": {
			"main": [
				[
					{
						"node": "Output",
						"type": "main",
						"index": 0
					}
				],
				[
					{
						"node": "Split In Batches",
						"type": "main",
						"index": 0
					}
				]
			]
		}
	},
	"active": false,
	"settings": {},
	"versionId": "de1a454e-43e9-4c2d-b786-18da5d97940f",
	"id": "389",
	"meta": {
		"instanceId": "REMOVED"
	},
	"tags": []
}
