From 6b2fc5ff444428d80742a8c8861ddae11cad281f Mon Sep 17 00:00:00 2001 From: Zhuoyao Huang <10112215@zte.com.cn> Date: Mon, 25 Sep 2017 21:00:20 +0800 Subject: Change bpmn file name Change-Id: I4de255105cb9b1b7ac536738d0aef9655d147007 Issue-ID: SO-88 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> --- .../subprocess/DoCreateE2ENetworkInstance.bpmn | 4 +- .../subprocess/DoUnderVpnOperation_java.bpmn | 90 ---------------------- .../subprocess/DoUnderlayVpnOperation.bpmn | 90 ++++++++++++++++++++++ 3 files changed, 92 insertions(+), 92 deletions(-) delete mode 100644 bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUnderVpnOperation_java.bpmn create mode 100644 bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUnderlayVpnOperation.bpmn (limited to 'bpmn') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2ENetworkInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2ENetworkInstance.bpmn index 9fad8dd398..758b98c218 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2ENetworkInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2ENetworkInstance.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1gomb9n @@ -18,7 +18,7 @@ dcsi.preProcessSDNCAssignRequest(execution)]]> def dcsi = new DoCreateE2EServiceInstance() dcsi.postProcessSDNCAssign(execution)]]> - + diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUnderVpnOperation_java.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUnderVpnOperation_java.bpmn deleted file mode 100644 index b8e79a2508..0000000000 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUnderVpnOperation_java.bpmn +++ /dev/null @@ -1,90 +0,0 @@ - - - - - SequenceFlow_0trm4dk - - - SequenceFlow_11dtpnr - SequenceFlow_1amfirn - SequenceFlow_083crve - - - SequenceFlow_1amfirn - - - SequenceFlow_083crve - - - - - - - - - - SequenceFlow_0trm4dk - SequenceFlow_11dtpnr - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUnderlayVpnOperation.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUnderlayVpnOperation.bpmn new file mode 100644 index 0000000000..b8e79a2508 --- /dev/null +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUnderlayVpnOperation.bpmn @@ -0,0 +1,90 @@ + + + + + SequenceFlow_0trm4dk + + + SequenceFlow_11dtpnr + SequenceFlow_1amfirn + SequenceFlow_083crve + + + SequenceFlow_1amfirn + + + SequenceFlow_083crve + + + + + + + + + + SequenceFlow_0trm4dk + SequenceFlow_11dtpnr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg