{ "name": "repro_ForEachBatchCountConcurrentRuns", "properties": { "activities": [ { "name": "ForEach1", "type": "ForEach", "dependsOn": [], "userProperties": [], "typeProperties": { "items": { "value": "@pipeline().parameters.inputParam", "type": "Expression" }, "isSequential": false, "batchCount": 2, "activities": [ { "name": "Execute Pipeline1", "type": "ExecutePipeline", "dependsOn": [], "userProperties": [], "typeProperties": { "pipeline": { "referenceName": "pipelineChild", "type": "PipelineReference" }, "waitOnCompletion": true, "parameters": { "inputValueFromForEach": { "value": "@string(item())", "type": "Expression" } } } } ] } } ], "parameters": { "inputParam": { "type": "array", "defaultValue": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } }, "annotations": [], "lastPublishTime": "2021-04-08T06:13:34Z" }, "type": "Microsoft.DataFactory/factories/pipelines" }