aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main
diff options
context:
space:
mode:
authorByung-Woo Jun <byung-woo.jun@est.tech>2021-08-17 11:30:58 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-17 11:30:58 +0000
commit9e597da1e74ab81a27879f6100335e6815ff1702 (patch)
treef41804027c38ae4530e08ab8d9a4cae5413a3754 /bpmn/so-bpmn-infrastructure-flows/src/main
parent1ceb7d62d1c1f53e680b5d5dbcc2cdd5e339bf28 (diff)
parent12d11c2c6fe356d00dfb8a324f4e6ef8726a1aca (diff)
Merge "Fix Relationship update b/w core NSSI and its Sliceprofile"
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main')
-rw-r--r--bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn
index 45ebfb9664..ba2f6bbe3a 100644
--- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn
+++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn
@@ -42,7 +42,7 @@ allocateNssi.getNSSTName(execution)</bpmn:script>
def allocateNssi = new DoAllocateCoreNSSI()
allocateNssi.prepareOOFRequest(execution)</bpmn:script>
</bpmn:scriptTask>
- <bpmn:callActivity id="CallActivity_0ue7vug" name="Call non-shared slice flow" calledElement="DoAllocateCoreNonSharedSlice">
+ <bpmn:callActivity id="CallActivity_0ue7vug" name="Call non-shared slice flow" calledElement="DoAllocateCoreNonSharedSlice">
<bpmn:extensionElements>
<camunda:in source="coreServiceInstanceId" target="serviceInstanceId" />
<camunda:in source="networkServiceModelInfo" target="networkServiceModelInfo" />
@@ -58,6 +58,8 @@ allocateNssi.prepareOOFRequest(execution)</bpmn:script>
<camunda:in source="servicename" target="servicename" />
<camunda:in source="msoRequestId" target="msoRequestId" />
<camunda:in source="sliceProfile" target="sliceProfile" />
+ <camunda:in source="networkType" target="networkType" />
+ <camunda:in source="sst" target="sst" />
</bpmn:extensionElements>
<bpmn:incoming>SequenceFlow_1scva4p</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0tubodn</bpmn:outgoing>