2022-02-22 09:16:27 +00:00

29 lines
485 B
JSON

{
"name": "pipeline1",
"properties": {
"activities": [
{
"name": "Execute Pipeline1",
"type": "ExecutePipeline",
"dependsOn": [],
"userProperties": [],
"typeProperties": {
"pipeline": {
"referenceName": "Wait 10",
"type": "PipelineReference"
},
"waitOnCompletion": true
}
}
],
"variables": {
"Test": {
"type": "String"
}
},
"folder": {
"name": "Demo Pipelines/Data Uploads"
},
"annotations": []
}
}