{ "name": "pipeline1", "properties": { "activities": [ { "name": "Execute Pipeline1", "type": "ExecutePipeline", "dependsOn": [], "userProperties": [], "typeProperties": { "pipeline": { "referenceName": "05 - Get File List Utility", "type": "PipelineReference" }, "waitOnCompletion": false, "parameters": { "GetFileQuery": "SELECT * FROM [dbo].[FilesToUpload] WHERE [Enabled] = 1;" } } } ], "variables": { "Test": { "type": "String" } }, "folder": { "name": "Demo Pipelines/Data Uploads" }, "annotations": [] } }