From c63706f49ba7a2679da95964cffcca3c0d09f112 Mon Sep 17 00:00:00 2001 From: Yulian Han Date: Tue, 27 Mar 2018 18:25:20 +0800 Subject: use common create resource flow in create/update e2esvcinst bpmn Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641f2 Issue-ID: SO-419 Signed-off-by: Yulian Han --- .../process/UpdateCustomE2EServiceInstance.bpmn | 115 +++++--- .../subprocess/DoCreateE2EServiceInstance.bpmn | 298 +++++---------------- .../subprocess/DoUpdateE2EServiceInstance.bpmn | 242 +---------------- 3 files changed, 169 insertions(+), 486 deletions(-) (limited to 'bpmn') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/UpdateCustomE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/UpdateCustomE2EServiceInstance.bpmn index e7a88be5b8..3071d1c20d 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/UpdateCustomE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/UpdateCustomE2EServiceInstance.bpmn @@ -114,7 +114,7 @@ csi.sendSyncError(execution)]]> - SequenceFlow_0z4faf9 + SequenceFlow_1853xxi SequenceFlow_19eilro - + @@ -141,6 +141,37 @@ csi.sendSyncResponse(execution)]]> + + SequenceFlow_0z4faf9 + SequenceFlow_0utlsnd + + + + + + + ${CVFMI_dbAdapterEndpoint} + + + application/soap+xml + Basic QlBFTENsaWVudDpwYXNzd29yZDEk + + + ${CVFMI_updateServiceOperStatusRequest} + POST + ${statusCode} + ${response} + + http-connector + + + SequenceFlow_0utlsnd + SequenceFlow_1853xxi + + + @@ -155,7 +186,7 @@ csi.sendSyncResponse(execution)]]> - + @@ -164,10 +195,10 @@ csi.sendSyncResponse(execution)]]> - + - + @@ -176,39 +207,39 @@ csi.sendSyncResponse(execution)]]> - + - + - + - + - + - + - + - - + + - + - - + + - + @@ -219,35 +250,33 @@ csi.sendSyncResponse(execution)]]> - - + + - + - - - - + + - + - + - + - - - - + + + + - + @@ -332,6 +361,26 @@ csi.sendSyncResponse(execution)]]> + + + + + + + + + + + + + + + + + + + + diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn index ddc87c7d55..b681e2f3b4 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1qiiycn @@ -96,16 +96,6 @@ dcsi.postProcessAAIGET(execution)]]> def ddsi = new DoCreateE2EServiceInstance() ddsi.postProcessAAIPUT(execution)]]> - - SequenceFlow_16nxl6h - SequenceFlow_0vbznai - - - - SequenceFlow_0vbznai - SequenceFlow_1hbesp9 @@ -134,68 +124,8 @@ ddsi.preInitResourcesOperStatus(execution)]]> SequenceFlow_1qctzm0 - SequenceFlow_10reo7r - - - SequenceFlow_1vprtt9 - SequenceFlow_11f2zuu + SequenceFlow_13xfsff - - - - SequenceFlow_10reo7r - SequenceFlow_13d9g1n - - - - - SequenceFlow_1jenxlp - SequenceFlow_0q6uy30 - SequenceFlow_16nxl6h - - - - - - SequenceFlow_13c7bhn - SequenceFlow_1jenxlp - - - - - SequenceFlow_0q6uy30 - SequenceFlow_1qozd66 - SequenceFlow_0uiygod - - - - SequenceFlow_13d9g1n - SequenceFlow_18wj44x - SequenceFlow_1vprtt9 - - - - - - SequenceFlow_0uiygod - SequenceFlow_1u9k0dm - - - - SequenceFlow_1u9k0dm - SequenceFlow_13c7bhn - - SequenceFlow_0w9t6tc @@ -251,30 +181,14 @@ dcsi.prepareDecomposeService(execution)]]> - SequenceFlow_18wj44x - SequenceFlow_11f2zuu + SequenceFlow_032s0yi - - - SequenceFlow_1hbesp9 - - SequenceFlow_1qozd66 - - - - - - - - - - SequenceFlow_027owbf @@ -283,6 +197,40 @@ dcsi.prepareDecomposeService(execution)]]> def dcsi= new DoCreateE2EServiceInstance() dcsi.doServiceHoming(execution)]]> + + + + + + + + + + + + + + SequenceFlow_0bf6bzp + SequenceFlow_0d0c20n + + + SequenceFlow_13xfsff + SequenceFlow_0bf6bzp + + + + SequenceFlow_0d0c20n + SequenceFlow_032s0yi + + + + + + @@ -390,15 +338,6 @@ dcsi.doServiceHoming(execution)]]> - - - - - - - - - @@ -412,82 +351,6 @@ dcsi.doServiceHoming(execution)]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -593,14 +456,6 @@ dcsi.doServiceHoming(execution)]]> - - - - - - - - @@ -614,64 +469,57 @@ dcsi.doServiceHoming(execution)]]> - - - - - - - - - - - - - - - - - - - - - - - + + + - + - - - + + + + + + + + + + + + + + + - + - - - + + + + + - + - - - + + + + + - + - - - + + + - + - - - diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUpdateE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUpdateE2EServiceInstance.bpmn index 53450fcb8e..86b422632f 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUpdateE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUpdateE2EServiceInstance.bpmn @@ -50,85 +50,15 @@ csi.preProcessForAddResource(execution)]]> - - - SequenceFlow_0cnuo36 - SequenceFlow_1ryg78h - SequenceFlow_115mdln - SequenceFlow_1i45vfx + SequenceFlow_167wc99 - - SequenceFlow_1uu6uiu - SequenceFlow_0gr3l25 - - - - - - - ${URN_mso_openecomp_adapters_db_endpoint} - - - application/soap+xml - Basic QlBFTENsaWVudDpwYXNzd29yZDEk - - - ${CVFMI_updateServiceOperStatusRequest} - POST - ${statusCode} - ${response} - - http-connector - - - SequenceFlow_0gr3l25 - SequenceFlow_0cnuo36 - - - - - SequenceFlow_167wc99 - SequenceFlow_0aylb6e - - - - - - - - ${CVFMI_dbAdapterEndpoint} - - - application/soap+xml - Basic QlBFTENsaWVudDpwYXNzd29yZDEk - - - ${CVFMI_initResOperStatusRequest} - POST - ${statusCode} - ${response} - - http-connector - - - SequenceFlow_0aylb6e - SequenceFlow_1r1hl23 - - @@ -210,21 +140,12 @@ ddsi.preCompareModelVersions(execution)]]> SequenceFlow_0qg0uyn - - SequenceFlow_1r1hl23 - SequenceFlow_1i45vfx - - - - + SequenceFlow_0l4gosl SequenceFlow_0r6c0ci +ddsi.preInitResourcesOperStatus(execution)]]> @@ -258,48 +179,9 @@ dcsi.postResourcesOperStatus(execution)]]> - SequenceFlow_0s57qft + SequenceFlow_1nqfgvs - - SequenceFlow_1nqfgvs - SequenceFlow_1fa1yjd - - - - - - - ${CVFMI_dbAdapterEndpoint} - - - application/soap+xml - Basic QlBFTENsaWVudDpwYXNzd29yZDEk - - - ${CVFMI_initResOperStatusRequest} - POST - ${statusCode} - ${response} - - http-connector - - - SequenceFlow_1fa1yjd - SequenceFlow_1eg944u - - - SequenceFlow_1eg944u - SequenceFlow_0s57qft - - - - @@ -377,25 +259,23 @@ ddsi.preUpdateServiceOperationStatus(execution)]]> - SequenceFlow_1ryg78h + SequenceFlow_1uu6uiu - SequenceFlow_0x0mhlj - + SequenceFlow_1sgsysh - - - + + SequenceFlow_05j3sat @@ -516,9 +396,6 @@ dcsi.preProcessAAIPUT(execution)]]> - - - @@ -531,50 +408,6 @@ dcsi.preProcessAAIPUT(execution)]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -682,16 +515,6 @@ dcsi.preProcessAAIPUT(execution)]]> - - - - - - - - - - @@ -721,29 +544,6 @@ dcsi.preProcessAAIPUT(execution)]]> - - - - - - - - - - - - - - - - - - - - - - - @@ -829,13 +629,6 @@ dcsi.preProcessAAIPUT(execution)]]> - - - - - - - @@ -853,9 +646,9 @@ dcsi.preProcessAAIPUT(execution)]]> - + - + @@ -878,25 +671,18 @@ dcsi.preProcessAAIPUT(execution)]]> - - - - - - - - + - + - + - + -- cgit 1.2.3-korg