20 lines
		
	
	
		
			297 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			297 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "Wait 10",
 | |
| 	"properties": {
 | |
| 		"activities": [
 | |
| 			{
 | |
| 				"name": "Wait 15",
 | |
| 				"type": "Wait",
 | |
| 				"dependsOn": [],
 | |
| 				"userProperties": [],
 | |
| 				"typeProperties": {
 | |
| 					"waitTimeInSeconds": 15
 | |
| 				}
 | |
| 			}
 | |
| 		],
 | |
| 		"folder": {
 | |
| 			"name": "Demo Pipelines/Misc"
 | |
| 		},
 | |
| 		"annotations": []
 | |
| 	}
 | |
| } |