diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2018-04-09 04:06:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-09 04:06:59 +0000 |
commit | 778cab2ba0ae8ef5b5db90e8ed83302ebabe0e9e (patch) | |
tree | 73f5c7abaa62592172bd9939b0950ea6a9317a15 /bpmn/MSOInfrastructureBPMN/src/main/resources/process | |
parent | 039122fa9a5d6acb08a900b6615aea948d1099bd (diff) | |
parent | 41e01b5dbde7389d1070c85a0a30cef93b254c07 (diff) |
Merge "Add uuiRequest parameter as input parameter"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/process')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn index 99244c54d2..ca6c048b28 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn @@ -41,6 +41,7 @@ ex.processJavaException(execution)]]></bpmn:script> <camunda:in sourceExpression="1610" target="sdncVersion" /> <camunda:in source="initialStatus" target="initialStatus" /> <camunda:in source="serviceType" target="serviceType" /> + <camunda:in source="uuiRequest" target="uuiRequest" /> </bpmn:extensionElements> <bpmn:incoming>SequenceFlow_19eilro</bpmn:incoming> <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing> |