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 --- .../DeleteCustom3rdONAPServiceInstance.bpmn | 112 ++++++++++----------- 1 file changed, 56 insertions(+), 56 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteCustom3rdONAPServiceInstance.bpmn') 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