Updating pipeline: Custom Activity

This commit is contained in:
Paul Andrew 2022-08-30 16:07:35 +01:00
parent f16c8708ff
commit 401aa681d8

View File

@ -30,6 +30,35 @@
"referenceName": "BatchForTraining01", "referenceName": "BatchForTraining01",
"type": "LinkedServiceReference" "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": { "folder": {