Merge "fixed sonar issue in MsoNetworkAdapterAsyncImpl"
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / CreateNetworkBB.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.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CreateNetworkBB" name="CreateNetworkBB" isExecutable="true">
4     <bpmn2:startEvent id="createNetwork_startEvent">
5       <bpmn2:outgoing>SequenceFlow_1maepy7</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:endEvent id="createNetwork_EndEvent">
8       <bpmn2:incoming>SequenceFlow_0sissul</bpmn2:incoming>
9     </bpmn2:endEvent>
10     <bpmn2:serviceTask id="QueryVpnBinding_ServiceTask" name="&#10;AAI&#10;Query&#10;(vpn binding)&#10;" camunda:expression="${AAIQueryTasks.queryNetworkVpnBinding(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
11       <bpmn2:incoming>SequenceFlow_1oc7wcr</bpmn2:incoming>
12       <bpmn2:outgoing>SequenceFlow_0n42zi5</bpmn2:outgoing>
13     </bpmn2:serviceTask>
14     <bpmn2:serviceTask id="Create_Network_ServiceTask" name="&#10;AIC&#10;Create&#10;(network)&#10;" camunda:expression="${NetworkAdapterCreateTasks.createNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
15       <bpmn2:incoming>SequenceFlow_1eqfh23</bpmn2:incoming>
16       <bpmn2:outgoing>SequenceFlow_0innva6</bpmn2:outgoing>
17     </bpmn2:serviceTask>
18     <bpmn2:serviceTask id="QueryNetworkPolicy_ServiceTask" name="&#10;AAI&#10;Query&#10;(net policy)&#10;" camunda:expression="${AAIQueryTasks.queryNetworkPolicy(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
19       <bpmn2:incoming>SequenceFlow_0n42zi5</bpmn2:incoming>
20       <bpmn2:outgoing>SequenceFlow_1yy4aik</bpmn2:outgoing>
21     </bpmn2:serviceTask>
22     <bpmn2:serviceTask id="QueryNetworkTableRef_ServiceTask" name="&#10;AAI&#10;Query&#10;(net table)&#10;" camunda:expression="${AAIQueryTasks.queryNetworkTableRef(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
23       <bpmn2:incoming>SequenceFlow_1yy4aik</bpmn2:incoming>
24       <bpmn2:outgoing>SequenceFlow_1h9kkhb</bpmn2:outgoing>
25     </bpmn2:serviceTask>
26     <bpmn2:serviceTask id="Update_Network_AAI_ServiceTask" name="&#10;AAI&#10;Update (network)&#10;" camunda:expression="${AAIUpdateTasks.updateNetworkCreated(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
27       <bpmn2:incoming>SequenceFlow_0innva6</bpmn2:incoming>
28       <bpmn2:outgoing>SequenceFlow_0sissul</bpmn2:outgoing>
29     </bpmn2:serviceTask>
30     <bpmn2:sequenceFlow id="SequenceFlow_0n42zi5" sourceRef="QueryVpnBinding_ServiceTask" targetRef="QueryNetworkPolicy_ServiceTask" />
31     <bpmn2:sequenceFlow id="SequenceFlow_1yy4aik" sourceRef="QueryNetworkPolicy_ServiceTask" targetRef="QueryNetworkTableRef_ServiceTask" />
32     <bpmn2:sequenceFlow id="SequenceFlow_0innva6" sourceRef="Create_Network_ServiceTask" targetRef="Update_Network_AAI_ServiceTask" />
33     <bpmn2:sequenceFlow id="SequenceFlow_0sissul" sourceRef="Update_Network_AAI_ServiceTask" targetRef="createNetwork_EndEvent" />
34     <bpmn2:sequenceFlow id="SequenceFlow_1maepy7" sourceRef="createNetwork_startEvent" targetRef="ServiceTask_get_cloud_region" />
35     <bpmn2:intermediateThrowEvent id="ThrowEvent_ToCollectAAIData" name="ThrowEvent_ToCollectAAIData">
36       <bpmn2:incoming>SequenceFlow_03ebe6c</bpmn2:incoming>
37       <bpmn2:linkEventDefinition name="CatchEvent_Collect_AAI_Data" />
38     </bpmn2:intermediateThrowEvent>
39     <bpmn2:intermediateCatchEvent id="CatchEvent_Collect_AAI_Data" name="CatchEvent_Collect_AAI_Data">
40       <bpmn2:outgoing>SequenceFlow_1oc7wcr</bpmn2:outgoing>
41       <bpmn2:linkEventDefinition name="CatchEvent_Collect_AAI_Data" />
42     </bpmn2:intermediateCatchEvent>
43     <bpmn2:intermediateCatchEvent id="CatchEvent_Create_Network" name="CatchEvent_Create_Network">
44       <bpmn2:outgoing>SequenceFlow_1eqfh23</bpmn2:outgoing>
45       <bpmn2:linkEventDefinition name="CatchEvent_Create_Network" />
46     </bpmn2:intermediateCatchEvent>
47     <bpmn2:intermediateThrowEvent id="ThrowEvent_ToCreateNetwork" name="ThrowEvent_ToCreateNetwork">
48       <bpmn2:incoming>SequenceFlow_1h9kkhb</bpmn2:incoming>
49       <bpmn2:linkEventDefinition name="CatchEvent_Create_Network" />
50     </bpmn2:intermediateThrowEvent>
51     <bpmn2:sequenceFlow id="SequenceFlow_1h9kkhb" sourceRef="QueryNetworkTableRef_ServiceTask" targetRef="ThrowEvent_ToCreateNetwork" />
52     <bpmn2:sequenceFlow id="SequenceFlow_1oc7wcr" sourceRef="CatchEvent_Collect_AAI_Data" targetRef="QueryVpnBinding_ServiceTask" />
53     <bpmn2:sequenceFlow id="SequenceFlow_1eqfh23" sourceRef="CatchEvent_Create_Network" targetRef="Create_Network_ServiceTask" />
54     <bpmn2:serviceTask id="ServiceTask_get_cloud_region" name="Process cloud region by version&#10;" camunda:expression="${AssignNetworkBBUtils.getCloudRegion(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
55       <bpmn2:incoming>SequenceFlow_1maepy7</bpmn2:incoming>
56       <bpmn2:outgoing>SequenceFlow_03ebe6c</bpmn2:outgoing>
57     </bpmn2:serviceTask>
58     <bpmn2:sequenceFlow id="SequenceFlow_03ebe6c" sourceRef="ServiceTask_get_cloud_region" targetRef="ThrowEvent_ToCollectAAIData" />
59   </bpmn2:process>
60   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
61   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
62   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
63     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateNetworkBB">
64       <bpmndi:BPMNShape id="StartEvent_0lbwmd1_di" bpmnElement="createNetwork_startEvent">
65         <dc:Bounds x="236" y="-55" width="36" height="36" />
66         <bpmndi:BPMNLabel>
67           <dc:Bounds x="229" y="-14" width="50" height="12" />
68         </bpmndi:BPMNLabel>
69       </bpmndi:BPMNShape>
70       <bpmndi:BPMNShape id="EndEvent_10l9a3s_di" bpmnElement="createNetwork_EndEvent">
71         <dc:Bounds x="656" y="326" width="36" height="36" />
72         <bpmndi:BPMNLabel>
73           <dc:Bounds x="652" y="362" width="46" height="12" />
74         </bpmndi:BPMNLabel>
75       </bpmndi:BPMNShape>
76       <bpmndi:BPMNShape id="ServiceTask_1k7d8ih_di" bpmnElement="QueryVpnBinding_ServiceTask">
77         <dc:Bounds x="340" y="91" width="100" height="80" />
78       </bpmndi:BPMNShape>
79       <bpmndi:BPMNShape id="ServiceTask_1911vum_di" bpmnElement="Create_Network_ServiceTask">
80         <dc:Bounds x="346" y="304" width="100" height="80" />
81       </bpmndi:BPMNShape>
82       <bpmndi:BPMNShape id="ServiceTask_1glneas_di" bpmnElement="QueryNetworkPolicy_ServiceTask">
83         <dc:Bounds x="503" y="91" width="100" height="80" />
84       </bpmndi:BPMNShape>
85       <bpmndi:BPMNShape id="ServiceTask_00rw5co_di" bpmnElement="QueryNetworkTableRef_ServiceTask">
86         <dc:Bounds x="663" y="91" width="100" height="80" />
87       </bpmndi:BPMNShape>
88       <bpmndi:BPMNShape id="ServiceTask_0q51h0f_di" bpmnElement="Update_Network_AAI_ServiceTask">
89         <dc:Bounds x="499" y="304" width="100" height="80" />
90       </bpmndi:BPMNShape>
91       <bpmndi:BPMNEdge id="SequenceFlow_0n42zi5_di" bpmnElement="SequenceFlow_0n42zi5">
92         <di:waypoint xsi:type="dc:Point" x="440" y="131" />
93         <di:waypoint xsi:type="dc:Point" x="503" y="131" />
94         <bpmndi:BPMNLabel>
95           <dc:Bounds x="472" y="106" width="0" height="0" />
96         </bpmndi:BPMNLabel>
97       </bpmndi:BPMNEdge>
98       <bpmndi:BPMNEdge id="SequenceFlow_1yy4aik_di" bpmnElement="SequenceFlow_1yy4aik">
99         <di:waypoint xsi:type="dc:Point" x="603" y="131" />
100         <di:waypoint xsi:type="dc:Point" x="663" y="131" />
101         <bpmndi:BPMNLabel>
102           <dc:Bounds x="633" y="106" width="0" height="0" />
103         </bpmndi:BPMNLabel>
104       </bpmndi:BPMNEdge>
105       <bpmndi:BPMNEdge id="SequenceFlow_0innva6_di" bpmnElement="SequenceFlow_0innva6">
106         <di:waypoint xsi:type="dc:Point" x="446" y="344" />
107         <di:waypoint xsi:type="dc:Point" x="499" y="344" />
108         <bpmndi:BPMNLabel>
109           <dc:Bounds x="473" y="319" width="0" height="0" />
110         </bpmndi:BPMNLabel>
111       </bpmndi:BPMNEdge>
112       <bpmndi:BPMNEdge id="SequenceFlow_0sissul_di" bpmnElement="SequenceFlow_0sissul">
113         <di:waypoint xsi:type="dc:Point" x="599" y="344" />
114         <di:waypoint xsi:type="dc:Point" x="656" y="344" />
115         <bpmndi:BPMNLabel>
116           <dc:Bounds x="628" y="319" width="0" height="0" />
117         </bpmndi:BPMNLabel>
118       </bpmndi:BPMNEdge>
119       <bpmndi:BPMNEdge id="SequenceFlow_1maepy7_di" bpmnElement="SequenceFlow_1maepy7">
120         <di:waypoint xsi:type="dc:Point" x="272" y="-37" />
121         <di:waypoint xsi:type="dc:Point" x="426" y="-37" />
122         <bpmndi:BPMNLabel>
123           <dc:Bounds x="304" y="-52" width="90" height="0" />
124         </bpmndi:BPMNLabel>
125       </bpmndi:BPMNEdge>
126       <bpmndi:BPMNShape id="IntermediateThrowEvent_0fexg2g_di" bpmnElement="ThrowEvent_ToCollectAAIData">
127         <dc:Bounds x="666" y="-55" width="36" height="36" />
128         <bpmndi:BPMNLabel>
129           <dc:Bounds x="709" y="-43" width="85" height="24" />
130         </bpmndi:BPMNLabel>
131       </bpmndi:BPMNShape>
132       <bpmndi:BPMNShape id="IntermediateCatchEvent_1plrukk_di" bpmnElement="CatchEvent_Collect_AAI_Data">
133         <dc:Bounds x="236" y="113" width="36" height="36" />
134         <bpmndi:BPMNLabel>
135           <dc:Bounds x="216" y="154" width="81" height="24" />
136         </bpmndi:BPMNLabel>
137       </bpmndi:BPMNShape>
138       <bpmndi:BPMNShape id="IntermediateCatchEvent_1n0vun1_di" bpmnElement="CatchEvent_Create_Network">
139         <dc:Bounds x="236" y="326" width="36" height="36" />
140         <bpmndi:BPMNLabel>
141           <dc:Bounds x="213" y="367" width="87" height="24" />
142         </bpmndi:BPMNLabel>
143       </bpmndi:BPMNShape>
144       <bpmndi:BPMNShape id="IntermediateThrowEvent_04qwhex_di" bpmnElement="ThrowEvent_ToCreateNetwork">
145         <dc:Bounds x="827" y="113" width="36" height="36" />
146         <bpmndi:BPMNLabel>
147           <dc:Bounds x="868" y="125" width="89" height="24" />
148         </bpmndi:BPMNLabel>
149       </bpmndi:BPMNShape>
150       <bpmndi:BPMNEdge id="SequenceFlow_1h9kkhb_di" bpmnElement="SequenceFlow_1h9kkhb">
151         <di:waypoint xsi:type="dc:Point" x="763" y="131" />
152         <di:waypoint xsi:type="dc:Point" x="827" y="131" />
153         <bpmndi:BPMNLabel>
154           <dc:Bounds x="795" y="116" width="0" height="0" />
155         </bpmndi:BPMNLabel>
156       </bpmndi:BPMNEdge>
157       <bpmndi:BPMNEdge id="SequenceFlow_1oc7wcr_di" bpmnElement="SequenceFlow_1oc7wcr">
158         <di:waypoint xsi:type="dc:Point" x="272" y="131" />
159         <di:waypoint xsi:type="dc:Point" x="340" y="131" />
160         <bpmndi:BPMNLabel>
161           <dc:Bounds x="306" y="106" width="0" height="0" />
162         </bpmndi:BPMNLabel>
163       </bpmndi:BPMNEdge>
164       <bpmndi:BPMNEdge id="SequenceFlow_1eqfh23_di" bpmnElement="SequenceFlow_1eqfh23">
165         <di:waypoint xsi:type="dc:Point" x="272" y="344" />
166         <di:waypoint xsi:type="dc:Point" x="346" y="344" />
167         <bpmndi:BPMNLabel>
168           <dc:Bounds x="309" y="319" width="0" height="0" />
169         </bpmndi:BPMNLabel>
170       </bpmndi:BPMNEdge>
171       <bpmndi:BPMNShape id="ServiceTask_02qnccl_di" bpmnElement="ServiceTask_get_cloud_region">
172         <dc:Bounds x="426" y="-77" width="100" height="80" />
173       </bpmndi:BPMNShape>
174       <bpmndi:BPMNEdge id="SequenceFlow_03ebe6c_di" bpmnElement="SequenceFlow_03ebe6c">
175         <di:waypoint xsi:type="dc:Point" x="526" y="-37" />
176         <di:waypoint xsi:type="dc:Point" x="666" y="-37" />
177         <bpmndi:BPMNLabel>
178           <dc:Bounds x="551" y="-52" width="90" height="0" />
179         </bpmndi:BPMNLabel>
180       </bpmndi:BPMNEdge>
181     </bpmndi:BPMNPlane>
182   </bpmndi:BPMNDiagram>
183 </bpmn2:definitions>