diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-05-23 14:05:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-23 14:05:17 +0000 |
commit | c8540791fdbe2bccf3ae07798c0ff25a24ffd620 (patch) | |
tree | dad0a459ef7cca02668e6bf5767a23a2a6cd2455 /bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn | |
parent | 7c5a932e1f3ded5da1277287491af6c85f31f6b7 (diff) | |
parent | cd817ddd55b18426ddd8260fa29f29fefc3c5108 (diff) |
Merge "Fix cloudOwner, cloudRegionId in Homing"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn index d1019887b0..ea48104ba7 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn @@ -449,6 +449,8 @@ CreateVcpeResCustService.prepareCreateAllottedResourceTXC(execution)]]></bpmn2:s <camunda:in source="subscriberInfo" target="subscriberInfo" /> <camunda:in source="homingService" target="homingService" /> <camunda:in source="customerLocation" target="customerLocation" /> + <camunda:in source="cloudOwner" target="cloudOwner" /> + <camunda:in source="cloudRegionId" target="cloudRegionId" /> </bpmn2:extensionElements> <bpmn2:incoming>SequenceFlow_11efpvh</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_1jbuf1t</bpmn2:outgoing> |