From 17b8976e39ae4d45652c56857f57b6bb55692560 Mon Sep 17 00:00:00 2001 From: zm330 Date: Fri, 4 Dec 2020 00:13:14 +0800 Subject: Add Endpoint and relationships Issue-ID: SO-2963 Signed-off-by: zm330 Change-Id: Ib745ab2587e63a598a47b433d58cee317858dead --- .../resources/subprocess/DoAllocateNSIandNSSI.bpmn | 100 +++++++++++++-------- 1 file changed, 65 insertions(+), 35 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateNSIandNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateNSIandNSSI.bpmn index 9090bf2fab..c6268d3638 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateNSIandNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateNSIandNSSI.bpmn @@ -140,7 +140,7 @@ dcnsio.createAnSliceProfileInstance(execution) def dcnsio = new DoAllocateNSIandNSSI() dcnsio.createAnSliceProfile(execution) - + SequenceFlow_0k5iu2n SequenceFlow_0f36cu2 @@ -234,7 +234,7 @@ dcnsio.updateCnRelationship(execution) - SequenceFlow_0zbd2tq + SequenceFlow_1rwy8q7 SequenceFlow_0npsyye import org.onap.so.bpmn.infrastructure.scripts.* def dcnsio = new DoAllocateNSIandNSSI() @@ -242,14 +242,14 @@ dcnsio.prepareAllocateAnNssi(execution) - SequenceFlow_1wffel4 + SequenceFlow_17r1oa0 SequenceFlow_0cwbtmr import org.onap.so.bpmn.infrastructure.scripts.* def dcnsio = new DoAllocateNSIandNSSI() dcnsio.prepareAllocateCnNssi(execution) - + SequenceFlow_00dexhy SequenceFlow_01isn2q @@ -258,6 +258,22 @@ def dcnsio = new DoAllocateNSIandNSSI() dcnsio.prepareAllocateTnBHNssi(execution) + + + SequenceFlow_0zbd2tq + SequenceFlow_1rwy8q7 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnsio = new DoAllocateNSIandNSSI() +dcnsio.createANEndpoint(execution) + + + + SequenceFlow_1wffel4 + SequenceFlow_17r1oa0 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnsio = new DoAllocateNSIandNSSI() +dcnsio.createCNEndpoint(execution) + @@ -338,25 +354,25 @@ dcnsio.prepareAllocateTnBHNssi(execution) - + - + - + - + - - + + - + @@ -377,21 +393,21 @@ dcnsio.prepareAllocateTnBHNssi(execution) - + - - + + - + - - + + @@ -428,24 +444,24 @@ dcnsio.prepareAllocateTnBHNssi(execution) - + - - - + + + - + - - + + - - - + + + @@ -455,28 +471,28 @@ dcnsio.prepareAllocateTnBHNssi(execution) - + - + - + - + - + - + - - + + @@ -485,6 +501,20 @@ dcnsio.prepareAllocateTnBHNssi(execution) + + + + + + + + + + + + + + -- cgit 1.2.3-korg