diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2021-07-21 11:47:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-21 11:47:09 +0000 |
commit | 1be8408f26d3f20cf2ffb923a956b7ba6dfbd994 (patch) | |
tree | 081ced3904a8be5a8bbc506f995f9abd1e5b7fe5 /bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn | |
parent | f5c314b7b783887e4dad9d41751e2c3674cb4fdb (diff) | |
parent | 6258c7a3dea0340ff2b82db82875e04fee777c33 (diff) |
Merge "Fix issues in AN NSSMF for allocate &modify flow"
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn index 07077a1cab..4012467df9 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn @@ -77,7 +77,8 @@ nss.sendSyncResponse(execution)</bpmn:script> <camunda:in source="jobId" target="jobId" /> <camunda:in source="sliceParams" target="sliceParams" /> <camunda:out source="WorkflowException" target="WorkflowException" /> - <camunda:in source="servicename" target="servicename" /> + <camunda:in source="servicename" target="servicename" /> + <camunda:in source="sst" target="sst" /> </bpmn:extensionElements> <bpmn:incoming>Flow_1kk0exp</bpmn:incoming> <bpmn:outgoing>Flow_09b50tn</bpmn:outgoing> @@ -105,7 +106,8 @@ nss.prepareInitOperationStatus(execution)</bpmn:script> <camunda:in source="jobId" target="jobId" /> <camunda:in source="sliceParams" target="sliceParams" /> <camunda:out source="WorkflowException" target="WorkflowException" /> - <camunda:in source="servicename" target="servicename" /> + <camunda:in source="servicename" target="servicename" /> + <camunda:in source="sst" target="sst" /> </bpmn:extensionElements> <bpmn:incoming>Flow_1fij4ds</bpmn:incoming> <bpmn:outgoing>Flow_1coedjo</bpmn:outgoing> |