{ "name": "pipelineChild", "properties": { "activities": [ { "name": "Set variable1", "type": "SetVariable", "dependsOn": [], "userProperties": [], "typeProperties": { "variableName": "finalValue", "value": { "value": "@pipeline().parameters.inputValueFromForEach", "type": "Expression" } } } ], "concurrency": 2, "parameters": { "inputValueFromForEach": { "type": "string" } }, "variables": { "finalValue": { "type": "String" } }, "annotations": [] } }