From bb9977b738bcb0ff5436f519da0e88017e42573d Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Thu, 18 Feb 2021 10:43:20 +0000 Subject: Removing so-monitoring module Change-Id: I2b6ef2fd61d08925696cde63c53f16dd87700d52 Issue-ID: SO-3487 Signed-off-by: waqas.ikram --- .../camundaResponses/processInstance.json | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100644 so-monitoring/so-monitoring-service/src/test/resources/camundaResponses/processInstance.json (limited to 'so-monitoring/so-monitoring-service/src/test/resources/camundaResponses/processInstance.json') diff --git a/so-monitoring/so-monitoring-service/src/test/resources/camundaResponses/processInstance.json b/so-monitoring/so-monitoring-service/src/test/resources/camundaResponses/processInstance.json deleted file mode 100644 index d9e75e9b11..0000000000 --- a/so-monitoring/so-monitoring-service/src/test/resources/camundaResponses/processInstance.json +++ /dev/null @@ -1,59 +0,0 @@ -[ - { - "id": "dba707b6-8c02-11e8-a6ba-022a5dba5402", - "businessKey": "0a8b32d2-7281-423b-81a1-a44ebf8e489e", - "processDefinitionId": "b76aaeb6-8993-11e8-9f7c-022a5d7b2d2d", - "processDefinitionKey": "CreateGenericALaCarteServiceInstance", - "processDefinitionName": "CreateGenericALaCarteServiceInstance", - "processDefinitionVersion": 5, - "startTime": "2018-07-20T09:54:13.779+0000", - "endTime": "2018-07-20T09:54:15.344+0000", - "durationInMillis": 1565, - "startUserId": null, - "startActivityId": "createSI_startEvent", - "deleteReason": null, - "superProcessInstanceId": null, - "superCaseInstanceId": null, - "caseInstanceId": null, - "tenantId": null, - "state": "COMPLETED" - }, - { - "id": "dbbcd94a-8c02-11e8-a6ba-022a5dba5402", - "businessKey": null, - "processDefinitionId": "DecomposeService:1:78e994ec-7fa7-11e8-816b-022a5d533d2a", - "processDefinitionKey": "DecomposeService", - "processDefinitionName": "DecomposeService", - "processDefinitionVersion": 1, - "startTime": "2018-07-20T09:54:13.921+0000", - "endTime": "2018-07-20T09:54:14.124+0000", - "durationInMillis": 203, - "startUserId": null, - "startActivityId": "createSI_startEvent", - "deleteReason": null, - "superProcessInstanceId": "dba707b6-8c02-11e8-a6ba-022a5dba5402", - "superCaseInstanceId": null, - "caseInstanceId": null, - "tenantId": null, - "state": "COMPLETED" - }, - { - "id": "dbe0404f-8c02-11e8-a6ba-022a5dba5402", - "businessKey": null, - "processDefinitionId": "DoCreateServiceInstance:5:b7750f0d-8993-11e8-9f7c-022a5d7b2d2d", - "processDefinitionKey": "DoCreateServiceInstance", - "processDefinitionName": "DoCreateServiceInstance", - "processDefinitionVersion": 5, - "startTime": "2018-07-20T09:54:14.155+0000", - "endTime": "2018-07-20T09:54:15.169+0000", - "durationInMillis": 1014, - "startUserId": null, - "startActivityId": "createSI_startEvent", - "deleteReason": null, - "superProcessInstanceId": "dba707b6-8c02-11e8-a6ba-022a5dba5402", - "superCaseInstanceId": null, - "caseInstanceId": null, - "tenantId": null, - "state": "COMPLETED" - } -] \ No newline at end of file -- cgit 1.2.3-korg