Adding pipeline: Wait 10
This commit is contained in:
parent
291d4dad0e
commit
e443c98329
20
Code/DataFactory/pipeline/Wait 10.json
Normal file
20
Code/DataFactory/pipeline/Wait 10.json
Normal file
@ -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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user