diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-05-24 17:49:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-24 17:49:57 +0000 |
commit | 903d435483d30ec75aa46e68b63bdc513d56f695 (patch) | |
tree | 07536cb81b27ef9bb3960374aefd727e4e3bac7b /bpmn/MSOInfrastructureBPMN/src/main/resources | |
parent | 155f10aee25fc1f89929e13a4a62a8335ee33279 (diff) | |
parent | 9cbec08a54c14fa3ce991163b6203906e465c7e5 (diff) |
Merge "Fix serviceInstanceName in Homing"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn index ea48104ba7..9342e34f59 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn @@ -451,6 +451,7 @@ CreateVcpeResCustService.prepareCreateAllottedResourceTXC(execution)]]></bpmn2:s <camunda:in source="customerLocation" target="customerLocation" /> <camunda:in source="cloudOwner" target="cloudOwner" /> <camunda:in source="cloudRegionId" target="cloudRegionId" /> + <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> </bpmn2:extensionElements> <bpmn2:incoming>SequenceFlow_11efpvh</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_1jbuf1t</bpmn2:outgoing> |