From 509349432d5281a19dedd7b858cdaa353f3ff16e Mon Sep 17 00:00:00 2001 From: seshukm Date: Fri, 27 Jul 2018 16:30:29 +0800 Subject: fix ID in 3rd ONAP Issue-ID: SO-729 Change-Id: If28bf80c01d6f9cd4fdd7ce5b6ea508aaf3f1064 Signed-off-by: seshukm --- .../CreateCustom3rdONAPServiceInstance.bpmn | 118 ++++++++++----------- .../DeleteCustom3rdONAPServiceInstance.bpmn | 112 +++++++++---------- 2 files changed, 114 insertions(+), 116 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustom3rdONAPServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustom3rdONAPServiceInstance.bpmn index 71f4a28c88..7bc2a404f0 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustom3rdONAPServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustom3rdONAPServiceInstance.bpmn @@ -1,6 +1,6 @@ - - + + SequenceFlow_0s2spoq @@ -8,9 +8,7 @@ SequenceFlow_1dsbjjb SequenceFlow_1yay321 - + import org.openecomp.mso.bpmn.common.scripts.* ExceptionUtil ex = new ExceptionUtil() ex.processJavaException(execution) SequenceFlow_1dsbjjb @@ -54,16 +52,16 @@ ex.processJavaException(execution)]]> SequenceFlow_0s2spoq SequenceFlow_0z4faf9 - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi= new CreateCustomE2EServiceInstance() -csi.preProcessRequest(execution)]]> +csi.preProcessRequest(execution) SequenceFlow_14zu6wr SequenceFlow_0je30si - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi = new CreateCustomE2EServiceInstance() -csi.prepareCompletionRequest(execution)]]> +csi.prepareCompletionRequest(execution) @@ -88,9 +86,9 @@ csi.prepareCompletionRequest(execution)]]> SequenceFlow_0n9pexp SequenceFlow_01umodj - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi = new CreateCustomE2EServiceInstance() -csi.prepareFalloutRequest(execution)]]> +csi.prepareFalloutRequest(execution) @@ -107,9 +105,9 @@ csi.prepareFalloutRequest(execution)]]> SequenceFlow_0e1r62n SequenceFlow_0n9pexp - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi = new CreateCustomE2EServiceInstance() -csi.sendSyncError(execution)]]> +csi.sendSyncError(execution) @@ -119,9 +117,9 @@ csi.sendSyncError(execution)]]> SequenceFlow_081z8l2 SequenceFlow_19eilro - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi = new CreateCustomE2EServiceInstance() -csi.sendSyncResponse(execution)]]> +csi.sendSyncResponse(execution) SequenceFlow_0klbpxx @@ -138,19 +136,19 @@ csi.sendSyncResponse(execution)]]> - + #{execution.getVariable("WorkflowException") == null} - + #{execution.getVariable("WorkflowException") != null} SequenceFlow_0z4faf9 SequenceFlow_1euqjsp - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi= new CreateCustomE2EServiceInstance() -csi.prepareInitServiceOperationStatus(execution)]]> +csi.prepareInitServiceOperationStatus(execution) @@ -178,7 +176,7 @@ csi.prepareInitServiceOperationStatus(execution)]]> - + @@ -225,61 +223,61 @@ csi.prepareInitServiceOperationStatus(execution)]]> - - + + - - + + - - + + - - + + - - + + - - - - + + + + - - + + - - - - + + + + @@ -321,54 +319,54 @@ csi.prepareInitServiceOperationStatus(execution)]]> - - + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - + + @@ -380,8 +378,8 @@ csi.prepareInitServiceOperationStatus(execution)]]> - - + + diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteCustom3rdONAPServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteCustom3rdONAPServiceInstance.bpmn index e0747eb32e..d33cb3edff 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteCustom3rdONAPServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteCustom3rdONAPServiceInstance.bpmn @@ -1,6 +1,6 @@ - - + + SequenceFlow_1wxumid @@ -8,9 +8,9 @@ SequenceFlow_0guajy5 SequenceFlow_0dbt753 - import org.openecomp.mso.bpmn.common.scripts.* ExceptionUtil ex = new ExceptionUtil() -ex.processJavaException(execution)]]> +ex.processJavaException(execution) SequenceFlow_0guajy5 @@ -48,16 +48,16 @@ ex.processJavaException(execution)]]> SequenceFlow_1wxumid SequenceFlow_0yowshs - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi= new DeleteCustomE2EServiceInstance() -csi.preProcessRequest(execution)]]> +csi.preProcessRequest(execution) SequenceFlow_04urx2e SequenceFlow_1ii935p - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi = new DeleteCustomE2EServiceInstance() -csi.prepareCompletionRequest(execution)]]> +csi.prepareCompletionRequest(execution) @@ -82,9 +82,9 @@ csi.prepareCompletionRequest(execution)]]> SequenceFlow_1s1cbgf SequenceFlow_1py6yqz - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi = new DeleteCustomE2EServiceInstance() -csi.prepareFalloutRequest(execution)]]> +csi.prepareFalloutRequest(execution) @@ -101,9 +101,9 @@ csi.prepareFalloutRequest(execution)]]> SequenceFlow_0for83z SequenceFlow_1s1cbgf - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi = new DeleteCustomE2EServiceInstance() -csi.sendSyncError(execution)]]> +csi.sendSyncError(execution) @@ -113,9 +113,9 @@ csi.sendSyncError(execution)]]> SequenceFlow_1dkcu9o SequenceFlow_0zf2qyk - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi = new DeleteCustomE2EServiceInstance() -csi.sendSyncResponse(execution)]]> +csi.sendSyncResponse(execution) SequenceFlow_07hrbs0 @@ -132,7 +132,7 @@ csi.sendSyncResponse(execution)]]> - + #{execution.getVariable("WorkflowException") == null} @@ -140,9 +140,9 @@ csi.sendSyncResponse(execution)]]> SequenceFlow_0yowshs SequenceFlow_0c4t26p - import org.openecomp.mso.bpmn.infrastructure.scripts.* def csi= new DeleteCustomE2EServiceInstance() -csi.prepareInitServiceOperationStatus(execution)]]> +csi.prepareInitServiceOperationStatus(execution) @@ -170,7 +170,7 @@ csi.prepareInitServiceOperationStatus(execution)]]> - + @@ -217,59 +217,59 @@ csi.prepareInitServiceOperationStatus(execution)]]> - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - + + + + @@ -311,54 +311,54 @@ csi.prepareInitServiceOperationStatus(execution)]]> - - + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - + + @@ -370,8 +370,8 @@ csi.prepareInitServiceOperationStatus(execution)]]> - - + + -- cgit 1.2.3-korg