From e443c983294ae5a2296dac92f5c7333b1fcc8f46 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 22 Feb 2022 09:16:10 +0000 Subject: [PATCH] Adding pipeline: Wait 10 --- Code/DataFactory/pipeline/Wait 10.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Code/DataFactory/pipeline/Wait 10.json diff --git a/Code/DataFactory/pipeline/Wait 10.json b/Code/DataFactory/pipeline/Wait 10.json new file mode 100644 index 0000000..5806098 --- /dev/null +++ b/Code/DataFactory/pipeline/Wait 10.json @@ -0,0 +1,20 @@ +{ + "name": "Wait 10", + "properties": { + "activities": [ + { + "name": "Wait 10", + "type": "Wait", + "dependsOn": [], + "userProperties": [], + "typeProperties": { + "waitTimeInSeconds": 10 + } + } + ], + "folder": { + "name": "Demo Pipelines/Misc" + }, + "annotations": [] + } +} \ No newline at end of file