diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2018-04-09 04:07:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-09 04:07:54 +0000 |
commit | 2410f3e11ff12b193e6193670e093e0b37449c8e (patch) | |
tree | 065b462bec60a57a732fd15ad9fb54f24c649be8 /bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess | |
parent | cebe3e054796eba2c538ec7e45dfdf9076599dd4 (diff) | |
parent | 9c1a82863dd6d5fdc6e7b051c89a2ed0b34d01cd (diff) |
Merge "Pass uuiRequest as input variable"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn index e59595c793..5772faadf0 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn @@ -209,6 +209,7 @@ dcsi.doServiceHoming(execution)]]></bpmn2:script> <camunda:in source="addResourceList" target="addResourceList" /> <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> + <camunda:in source="uuiRequest" target="uuiRequest" /> </bpmn2:extensionElements> <bpmn2:incoming>SequenceFlow_0bf6bzp</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_0d0c20n</bpmn2:outgoing> |