Introduced mocked SO workflows in VID FE
[vid.git] / vid-ext-services-simulator / src / main / resources / preset_registration / changeManagement / workflows.json
1 {
2   "simulatorRequest": {
3     "method": "GET",
4     "path": "/so/workflows"
5   } ,
6   "simulatorResponse": {
7     "responseCode": 200,
8     "body": {
9       "workflows":
10         [{
11           "id": 1,
12           "name": "workflow 1"
13         },{
14           "id": 2,
15           "name": "workflow 2"
16         },{
17           "id": 3,
18           "name": "workflow 3"
19         }
20       ]
21     }
22   }
23 }