{
	"name": "Workflow Under Test",
	"nodes": [
		{
			"parameters": {},
			"type": "n8n-nodes-base.manualTrigger",
			"typeVersion": 1,
			"position": [-80, 0],
			"id": "72256d90-3a67-4e29-b032-47df4e5768af",
			"name": "Manual Run"
		},
		{
			"parameters": {
				"assignments": {
					"assignments": [
						{
							"id": "acfeecbe-443c-4220-b63b-d44d69216902",
							"name": "foo",
							"value": "bar",
							"type": "string"
						}
					]
				},
				"options": {}
			},
			"type": "n8n-nodes-base.set",
			"typeVersion": 3.4,
			"position": [140, 0],
			"id": "319f29bc-1dd4-4122-b223-c584752151a4",
			"name": "Set Attribute"
		},
		{
			"parameters": {
				"jsCode": "for (const item of $input.all()) {\n  item.json.random = Math.random();\n}\n\nreturn $input.all();"
			},
			"type": "n8n-nodes-base.code",
			"typeVersion": 2,
			"position": [380, 0],
			"id": "d2474215-63af-40a4-a51e-0ea30d762621",
			"name": "Code"
		}
	],
	"connections": {
		"Manual Run": {
			"main": [
				[
					{
						"node": "Set attribute",
						"type": "main",
						"index": 0
					}
				]
			]
		},
		"Set attribute": {
			"main": [
				[
					{
						"node": "Wait",
						"type": "main",
						"index": 0
					}
				]
			]
		},
		"Wait": {
			"main": [
				[
					{
						"node": "Code",
						"type": "main",
						"index": 0
					}
				]
			]
		}
	}
}
