diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2018-03-12 09:56:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-12 09:56:51 +0000 |
commit | 4370cf4eefb3de99b5eff870f90637931e9759e1 (patch) | |
tree | bcb4096d876a7a02e3c6c0cdf9bb4aaf3fbffb39 /bpmn/MSOInfrastructureBPMN/src/main/resources | |
parent | a63fd05978924cb41e0779beadac5cac6b18e2dc (diff) | |
parent | bc0111bfba7b7fabedcefee3d311baf6a5b4e7f9 (diff) |
Merge "Rename the default recipe for VFC NS"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNSResource.bpmn (renamed from bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNetworkService.bpmn) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNetworkService.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNSResource.bpmn index 13402759fc..29dbca4e55 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNetworkService.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNSResource.bpmn @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0"> - <bpmn:process id="CreateVFCNetworkService" name="CreateVFCNetworkService" isExecutable="true"> + <bpmn:process id="CreateVFCNSResource" name="CreateVFCNSResource" isExecutable="true"> <bpmn:startEvent id="createNS_StartEvent" name="createNS_StartEvent"> <bpmn:outgoing>SequenceFlow_1qo2pln</bpmn:outgoing> </bpmn:startEvent> |