29 lines
485 B
JSON
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": []
|
|
}
|
|
} |