Adding pipeline: pipeline1

This commit is contained in:
Paul Andrew 2022-10-28 10:52:30 +01:00
parent 19f49bd2ea
commit 336183f053

View File

@ -0,0 +1,14 @@
{
"name": "pipeline1",
"properties": {
"activities": [
{
"name": "Wait1",
"type": "Wait",
"dependsOn": [],
"userProperties": []
}
],
"annotations": []
}
}