Merge "Fixed sonar issue in QueryGroups.java"
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / ChangeModelVnfBB.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="ChangeModelVnfBB" name="ChangeModelVnfBB" isExecutable="true">
4     <bpmn2:startEvent id="ChangeModelVnf_Start">
5       <bpmn2:outgoing>SequenceFlow_18i4a05</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:endEvent id="ChangeModelVnf_End">
8       <bpmn2:incoming>SequenceFlow_0g502yj</bpmn2:incoming>
9     </bpmn2:endEvent>
10     <bpmn2:sequenceFlow id="SequenceFlow_18i4a05" sourceRef="ChangeModelVnf_Start" targetRef="SDNCChangeModel" />
11     <bpmn2:sequenceFlow id="SequenceFlow_0g502yj" sourceRef="AAIUpdateModel" targetRef="ChangeModelVnf_End" />
12     <bpmn2:serviceTask id="SDNCChangeModel" name="&#10;SDNC&#10;Change &#10;(vnf model)&#10;" camunda:expression="${SDNCChangeAssignTasks.changeModelVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
13       <bpmn2:incoming>SequenceFlow_18i4a05</bpmn2:incoming>
14       <bpmn2:outgoing>SequenceFlow_17yjhsl</bpmn2:outgoing>
15     </bpmn2:serviceTask>
16     <bpmn2:serviceTask id="AAIUpdateModel" name="&#10;AAI &#10;Update &#10;(vnf model)&#10;" camunda:expression="${AAIUpdateTasks.updateObjectVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
17       <bpmn2:incoming>SequenceFlow_1h1zrcl</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_0g502yj</bpmn2:outgoing>
19     </bpmn2:serviceTask>
20     <bpmn2:subProcess id="SubProcess_1nibii6" name="Error Handling&#10;&#10;" triggeredByEvent="true">
21       <bpmn2:startEvent id="StartEvent_1fnfrm5">
22         <bpmn2:outgoing>SequenceFlow_0s2743f</bpmn2:outgoing>
23         <bpmn2:errorEventDefinition />
24       </bpmn2:startEvent>
25       <bpmn2:endEvent id="EndEvent_124ugc0">
26         <bpmn2:incoming>SequenceFlow_0s2743f</bpmn2:incoming>
27         <bpmn2:terminateEventDefinition />
28       </bpmn2:endEvent>
29       <bpmn2:sequenceFlow id="SequenceFlow_0s2743f" sourceRef="StartEvent_1fnfrm5" targetRef="EndEvent_124ugc0" />
30     </bpmn2:subProcess>
31     <bpmn2:callActivity id="CallActivity_sdncHandlerCall" name="SDNC Change Model (vnf)" calledElement="SDNCHandler">
32       <bpmn2:extensionElements>
33         <camunda:in source="SDNCRequest" target="SDNCRequest" />
34         <camunda:out source="SDNCResponse" target="SDNCResponse" />
35         <camunda:out source="WorkflowException" target="WorkflowException" />
36         <camunda:in source="mso-request-id" target="mso-request-id" />
37       </bpmn2:extensionElements>
38       <bpmn2:incoming>SequenceFlow_17yjhsl</bpmn2:incoming>
39       <bpmn2:outgoing>SequenceFlow_1h1zrcl</bpmn2:outgoing>
40     </bpmn2:callActivity>
41     <bpmn2:sequenceFlow id="SequenceFlow_17yjhsl" sourceRef="SDNCChangeModel" targetRef="CallActivity_sdncHandlerCall" />
42     <bpmn2:sequenceFlow id="SequenceFlow_1h1zrcl" sourceRef="CallActivity_sdncHandlerCall" targetRef="AAIUpdateModel" />
43   </bpmn2:process>
44   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
45   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
46   <bpmn2:error id="Error_1vf4z8q" name="gDelegateError" errorCode="7000" />
47   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
48     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ChangeModelVnfBB">
49       <bpmndi:BPMNShape id="StartEvent_0kbx0xk_di" bpmnElement="ChangeModelVnf_Start">
50         <dc:Bounds x="74.89184952978059" y="88.42789968652036" width="36" height="36" />
51         <bpmndi:BPMNLabel>
52           <dc:Bounds x="81" y="128" width="24" height="12" />
53         </bpmndi:BPMNLabel>
54       </bpmndi:BPMNShape>
55       <bpmndi:BPMNShape id="EndEvent_0zsc8pz_di" bpmnElement="ChangeModelVnf_End">
56         <dc:Bounds x="631.6078576723498" y="88" width="36" height="36" />
57         <bpmndi:BPMNLabel>
58           <dc:Bounds x="641" y="128" width="19" height="12" />
59         </bpmndi:BPMNLabel>
60       </bpmndi:BPMNShape>
61       <bpmndi:BPMNEdge id="SequenceFlow_18i4a05_di" bpmnElement="SequenceFlow_18i4a05">
62         <di:waypoint xsi:type="dc:Point" x="111" y="106" />
63         <di:waypoint xsi:type="dc:Point" x="158" y="106" />
64         <bpmndi:BPMNLabel>
65           <dc:Bounds x="89.5" y="85" width="90" height="12" />
66         </bpmndi:BPMNLabel>
67       </bpmndi:BPMNEdge>
68       <bpmndi:BPMNEdge id="SequenceFlow_0g502yj_di" bpmnElement="SequenceFlow_0g502yj">
69         <di:waypoint xsi:type="dc:Point" x="590" y="106" />
70         <di:waypoint xsi:type="dc:Point" x="632" y="106" />
71         <bpmndi:BPMNLabel>
72           <dc:Bounds x="566" y="85" width="90" height="12" />
73         </bpmndi:BPMNLabel>
74       </bpmndi:BPMNEdge>
75       <bpmndi:BPMNShape id="ServiceTask_03km5f0_di" bpmnElement="SDNCChangeModel">
76         <dc:Bounds x="158" y="66" width="100" height="80" />
77       </bpmndi:BPMNShape>
78       <bpmndi:BPMNShape id="ServiceTask_10b2mxq_di" bpmnElement="AAIUpdateModel">
79         <dc:Bounds x="490" y="66" width="100" height="80" />
80       </bpmndi:BPMNShape>
81       <bpmndi:BPMNShape id="SubProcess_1nibii6_di" bpmnElement="SubProcess_1nibii6" isExpanded="true">
82         <dc:Bounds x="164" y="244" width="231" height="135" />
83       </bpmndi:BPMNShape>
84       <bpmndi:BPMNShape id="StartEvent_1fnfrm5_di" bpmnElement="StartEvent_1fnfrm5">
85         <dc:Bounds x="201" y="300" width="36" height="36" />
86         <bpmndi:BPMNLabel>
87           <dc:Bounds x="174" y="336" width="0" height="12" />
88         </bpmndi:BPMNLabel>
89       </bpmndi:BPMNShape>
90       <bpmndi:BPMNShape id="EndEvent_124ugc0_di" bpmnElement="EndEvent_124ugc0">
91         <dc:Bounds x="338" y="300" width="36" height="36" />
92         <bpmndi:BPMNLabel>
93           <dc:Bounds x="311" y="336" width="0" height="12" />
94         </bpmndi:BPMNLabel>
95       </bpmndi:BPMNShape>
96       <bpmndi:BPMNEdge id="SequenceFlow_0s2743f_di" bpmnElement="SequenceFlow_0s2743f">
97         <di:waypoint xsi:type="dc:Point" x="237" y="318" />
98         <di:waypoint xsi:type="dc:Point" x="338" y="318" />
99         <bpmndi:BPMNLabel>
100           <dc:Bounds x="287.5" y="297" width="0" height="12" />
101         </bpmndi:BPMNLabel>
102       </bpmndi:BPMNEdge>
103       <bpmndi:BPMNShape id="CallActivity_17x4av7_di" bpmnElement="CallActivity_sdncHandlerCall">
104         <dc:Bounds x="322" y="66" width="100" height="80" />
105       </bpmndi:BPMNShape>
106       <bpmndi:BPMNEdge id="SequenceFlow_17yjhsl_di" bpmnElement="SequenceFlow_17yjhsl">
107         <di:waypoint xsi:type="dc:Point" x="258" y="106" />
108         <di:waypoint xsi:type="dc:Point" x="322" y="106" />
109         <bpmndi:BPMNLabel>
110           <dc:Bounds x="290" y="85" width="0" height="12" />
111         </bpmndi:BPMNLabel>
112       </bpmndi:BPMNEdge>
113       <bpmndi:BPMNEdge id="SequenceFlow_1h1zrcl_di" bpmnElement="SequenceFlow_1h1zrcl">
114         <di:waypoint xsi:type="dc:Point" x="422" y="106" />
115         <di:waypoint xsi:type="dc:Point" x="490" y="106" />
116         <bpmndi:BPMNLabel>
117           <dc:Bounds x="456" y="85" width="0" height="12" />
118         </bpmndi:BPMNLabel>
119       </bpmndi:BPMNEdge>
120     </bpmndi:BPMNPlane>
121   </bpmndi:BPMNDiagram>
122 </bpmn2:definitions>