55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"name": "CopyAWEntities",
|
|
"properties": {
|
|
"activities": [
|
|
{
|
|
"name": "Copy each AW entity",
|
|
"type": "ForEach",
|
|
"dependsOn": [],
|
|
"userProperties": [],
|
|
"typeProperties": {
|
|
"items": {
|
|
"value": "@variables('Entities')",
|
|
"type": "Expression"
|
|
},
|
|
"isSequential": false,
|
|
"activities": [
|
|
{
|
|
"name": "Execute CopyAWEntity",
|
|
"type": "ExecutePipeline",
|
|
"dependsOn": [],
|
|
"userProperties": [],
|
|
"typeProperties": {
|
|
"pipeline": {
|
|
"referenceName": "CopyAWEntity",
|
|
"type": "PipelineReference"
|
|
},
|
|
"waitOnCompletion": true,
|
|
"parameters": {
|
|
"Entity": {
|
|
"value": "@item()",
|
|
"type": "Expression"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"variables": {
|
|
"Entities": {
|
|
"type": "Array",
|
|
"defaultValue": [
|
|
"Product",
|
|
"ProductSubcategory",
|
|
"ProductCategory"
|
|
]
|
|
}
|
|
},
|
|
"folder": {
|
|
"name": "Labs"
|
|
},
|
|
"annotations": []
|
|
}
|
|
} |