diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2018-08-27 13:31:06 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2018-08-27 13:31:39 -0700 |
commit | 963b2eb3fd0af7da96554860d17558242db4616f (patch) | |
tree | 3758c6e1be44520a8d5819336137c7b797a2edce /bpmn/so-bpmn-infrastructure-flows/src/main | |
parent | fe2c0d11986a49aed5cb578f5aea227e4d34b1de (diff) |
Add subscriptionServiceType variable to vCPE BPMN
Made subscriptionServiceType available for
homing flows
Issue-ID: SO-667
Change-Id: I75c38473ae4302d1cdeb57265ab737668a897133
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn index 9ea6a9b5c4..5833244c7c 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn @@ -454,6 +454,7 @@ CreateVcpeResCustService.prepareCreateAllottedResourceTXC(execution)]]></bpmn2:s <camunda:in source="cloudRegionId" target="cloudRegionId" /> <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> <camunda:in source="homingModelIds" target="homingModelIds" /> + <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> </bpmn2:extensionElements> <bpmn2:incoming>SequenceFlow_11efpvh</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_1jbuf1t</bpmn2:outgoing> |