From 37945fadde6287d1479ea0ebc7b608a7323837f6 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:41:45 +0000 Subject: [PATCH] Updating pipeline: pipeline1 --- Code/DataFactory/pipeline/pipeline1.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Code/DataFactory/pipeline/pipeline1.json b/Code/DataFactory/pipeline/pipeline1.json index 0cd7b63..e44c943 100644 --- a/Code/DataFactory/pipeline/pipeline1.json +++ b/Code/DataFactory/pipeline/pipeline1.json @@ -3,10 +3,16 @@ "properties": { "activities": [ { - "name": "Set variable1", - "type": "SetVariable", + "name": "Wait1", + "type": "Wait", "dependsOn": [], - "userProperties": [] + "userProperties": [], + "typeProperties": { + "waitTimeInSeconds": { + "value": "@variables('Demo')", + "type": "Expression" + } + } } ], "variables": {