From 401aa681d804291aa5d6b0d71597ad471b764b7a Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 30 Aug 2022 16:07:35 +0100 Subject: [PATCH] Updating pipeline: Custom Activity --- .../DataFactory/pipeline/Custom Activity.json | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Code/DataFactory/pipeline/Custom Activity.json b/Code/DataFactory/pipeline/Custom Activity.json index 0bc5625..f04aff1 100644 --- a/Code/DataFactory/pipeline/Custom Activity.json +++ b/Code/DataFactory/pipeline/Custom Activity.json @@ -30,6 +30,35 @@ "referenceName": "BatchForTraining01", "type": "LinkedServiceReference" } + }, + { + "name": "HelloWorld - Again", + "type": "Custom", + "dependsOn": [], + "policy": { + "timeout": "7.00:00:00", + "retry": 0, + "retryIntervalInSeconds": 30, + "secureOutput": false, + "secureInput": false + }, + "userProperties": [], + "typeProperties": { + "command": "CustomActivity.exe", + "resourceLinkedService": { + "referenceName": "TrainingStore01", + "type": "LinkedServiceReference" + }, + "folderPath": "customactivities", + "referenceObjects": { + "linkedServices": [], + "datasets": [] + } + }, + "linkedServiceName": { + "referenceName": "BatchForTraining01", + "type": "LinkedServiceReference" + } } ], "folder": {