Merge "Fix rollback for ConfigAssignBB"
[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_1fm99t6</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_16152be</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_0sissul" sourceRef="Update_Network_AAI_ServiceTask" targetRef="createNetwork_EndEvent" />
33     <bpmn2:sequenceFlow id="SequenceFlow_1maepy7" sourceRef="createNetwork_startEvent" targetRef="ServiceTask_get_cloud_region" />
34     <bpmn2:intermediateThrowEvent id="ThrowEvent_ToCollectAAIData" name="ThrowEvent_ToCollectAAIData">
35       <bpmn2:incoming>SequenceFlow_03ebe6c</bpmn2:incoming>
36       <bpmn2:linkEventDefinition name="CatchEvent_Collect_AAI_Data" />
37     </bpmn2:intermediateThrowEvent>
38     <bpmn2:intermediateCatchEvent id="CatchEvent_Collect_AAI_Data" name="CatchEvent_Collect_AAI_Data">
39       <bpmn2:outgoing>SequenceFlow_1oc7wcr</bpmn2:outgoing>
40       <bpmn2:linkEventDefinition name="CatchEvent_Collect_AAI_Data" />
41     </bpmn2:intermediateCatchEvent>
42     <bpmn2:intermediateCatchEvent id="CatchEvent_Create_Network" name="CatchEvent_Create_Network">
43       <bpmn2:outgoing>SequenceFlow_1eqfh23</bpmn2:outgoing>
44       <bpmn2:linkEventDefinition name="CatchEvent_Create_Network" />
45     </bpmn2:intermediateCatchEvent>
46     <bpmn2:intermediateThrowEvent id="ThrowEvent_ToCreateNetwork" name="ThrowEvent_ToCreateNetwork">
47       <bpmn2:incoming>SequenceFlow_0y0w60u</bpmn2:incoming>
48       <bpmn2:linkEventDefinition name="CatchEvent_Create_Network" />
49     </bpmn2:intermediateThrowEvent>
50     <bpmn2:sequenceFlow id="SequenceFlow_1h9kkhb" sourceRef="QueryNetworkTableRef_ServiceTask" targetRef="QueryNetworkSubnet_ServiceTask" />
51     <bpmn2:sequenceFlow id="SequenceFlow_1oc7wcr" sourceRef="CatchEvent_Collect_AAI_Data" targetRef="QueryVpnBinding_ServiceTask" />
52     <bpmn2:sequenceFlow id="SequenceFlow_1eqfh23" sourceRef="CatchEvent_Create_Network" targetRef="Create_Network_ServiceTask" />
53     <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;)))}">
54       <bpmn2:incoming>SequenceFlow_1maepy7</bpmn2:incoming>
55       <bpmn2:outgoing>SequenceFlow_03ebe6c</bpmn2:outgoing>
56     </bpmn2:serviceTask>
57     <bpmn2:sequenceFlow id="SequenceFlow_03ebe6c" sourceRef="ServiceTask_get_cloud_region" targetRef="ThrowEvent_ToCollectAAIData" />
58     <bpmn2:callActivity id="CallActivity_0aj19il" name="Call NetworkAdapterRestV1" calledElement="NetworkAdapterRestV1">
59       <bpmn2:extensionElements>
60         <camunda:in source="networkAdapterRequest" target="networkAdapterRequest" />
61         <camunda:out source="WorkflowException" target="WorkflowException" />
62         <camunda:out source="createNetworkResponse" target="createNetworkResponse" />
63         <camunda:in source="mso-request-id" target="mso-request-id" />
64       </bpmn2:extensionElements>
65       <bpmn2:incoming>SequenceFlow_1fm99t6</bpmn2:incoming>
66       <bpmn2:outgoing>SequenceFlow_0qpu80i</bpmn2:outgoing>
67     </bpmn2:callActivity>
68     <bpmn2:serviceTask id="ServiceTask_1k8gsz5" name="Process Response From Openstack" camunda:expression="${NetworkAdapterCreateTasks.processResponseFromOpenstack(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
69       <bpmn2:incoming>SequenceFlow_0qpu80i</bpmn2:incoming>
70       <bpmn2:outgoing>SequenceFlow_16152be</bpmn2:outgoing>
71     </bpmn2:serviceTask>
72     <bpmn2:sequenceFlow id="SequenceFlow_0qpu80i" sourceRef="CallActivity_0aj19il" targetRef="ServiceTask_1k8gsz5" />
73     <bpmn2:sequenceFlow id="SequenceFlow_16152be" sourceRef="ServiceTask_1k8gsz5" targetRef="Update_Network_AAI_ServiceTask" />
74     <bpmn2:sequenceFlow id="SequenceFlow_1fm99t6" sourceRef="Create_Network_ServiceTask" targetRef="CallActivity_0aj19il" />
75     <bpmn2:serviceTask id="QueryNetworkSubnet_ServiceTask" name="&#10;AAI&#10;Query&#10;(subnet)&#10;" camunda:expression="${AAIQueryTasks.querySubnet(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
76       <bpmn2:incoming>SequenceFlow_1h9kkhb</bpmn2:incoming>
77       <bpmn2:outgoing>SequenceFlow_0y0w60u</bpmn2:outgoing>
78     </bpmn2:serviceTask>
79     <bpmn2:sequenceFlow id="SequenceFlow_0y0w60u" sourceRef="QueryNetworkSubnet_ServiceTask" targetRef="ThrowEvent_ToCreateNetwork" />
80   </bpmn2:process>
81   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
82   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
83   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
84     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateNetworkBB">
85       <bpmndi:BPMNShape id="StartEvent_0lbwmd1_di" bpmnElement="createNetwork_startEvent">
86         <dc:Bounds x="236" y="-55" width="36" height="36" />
87         <bpmndi:BPMNLabel>
88           <dc:Bounds x="229" y="-14" width="50" height="12" />
89         </bpmndi:BPMNLabel>
90       </bpmndi:BPMNShape>
91       <bpmndi:BPMNShape id="EndEvent_10l9a3s_di" bpmnElement="createNetwork_EndEvent">
92         <dc:Bounds x="997" y="326" width="36" height="36" />
93         <bpmndi:BPMNLabel>
94           <dc:Bounds x="971" y="362" width="90" height="12" />
95         </bpmndi:BPMNLabel>
96       </bpmndi:BPMNShape>
97       <bpmndi:BPMNShape id="ServiceTask_1k7d8ih_di" bpmnElement="QueryVpnBinding_ServiceTask">
98         <dc:Bounds x="340" y="91" width="100" height="80" />
99       </bpmndi:BPMNShape>
100       <bpmndi:BPMNShape id="ServiceTask_1911vum_di" bpmnElement="Create_Network_ServiceTask">
101         <dc:Bounds x="346" y="304" width="100" height="80" />
102       </bpmndi:BPMNShape>
103       <bpmndi:BPMNShape id="ServiceTask_1glneas_di" bpmnElement="QueryNetworkPolicy_ServiceTask">
104         <dc:Bounds x="503" y="91" width="100" height="80" />
105       </bpmndi:BPMNShape>
106       <bpmndi:BPMNShape id="ServiceTask_00rw5co_di" bpmnElement="QueryNetworkTableRef_ServiceTask">
107         <dc:Bounds x="663" y="91" width="100" height="80" />
108       </bpmndi:BPMNShape>
109       <bpmndi:BPMNShape id="ServiceTask_0q51h0f_di" bpmnElement="Update_Network_AAI_ServiceTask">
110         <dc:Bounds x="836" y="304" width="100" height="80" />
111       </bpmndi:BPMNShape>
112       <bpmndi:BPMNEdge id="SequenceFlow_0n42zi5_di" bpmnElement="SequenceFlow_0n42zi5">
113         <di:waypoint xsi:type="dc:Point" x="440" y="131" />
114         <di:waypoint xsi:type="dc:Point" x="503" y="131" />
115         <bpmndi:BPMNLabel>
116           <dc:Bounds x="472" y="106" width="0" height="0" />
117         </bpmndi:BPMNLabel>
118       </bpmndi:BPMNEdge>
119       <bpmndi:BPMNEdge id="SequenceFlow_1yy4aik_di" bpmnElement="SequenceFlow_1yy4aik">
120         <di:waypoint xsi:type="dc:Point" x="603" y="131" />
121         <di:waypoint xsi:type="dc:Point" x="663" y="131" />
122         <bpmndi:BPMNLabel>
123           <dc:Bounds x="633" y="106" width="0" height="0" />
124         </bpmndi:BPMNLabel>
125       </bpmndi:BPMNEdge>
126       <bpmndi:BPMNEdge id="SequenceFlow_0sissul_di" bpmnElement="SequenceFlow_0sissul">
127         <di:waypoint xsi:type="dc:Point" x="936" y="344" />
128         <di:waypoint xsi:type="dc:Point" x="997" y="344" />
129         <bpmndi:BPMNLabel>
130           <dc:Bounds x="921.5" y="329" width="90" height="0" />
131         </bpmndi:BPMNLabel>
132       </bpmndi:BPMNEdge>
133       <bpmndi:BPMNEdge id="SequenceFlow_1maepy7_di" bpmnElement="SequenceFlow_1maepy7">
134         <di:waypoint xsi:type="dc:Point" x="272" y="-37" />
135         <di:waypoint xsi:type="dc:Point" x="426" y="-37" />
136         <bpmndi:BPMNLabel>
137           <dc:Bounds x="304" y="-52" width="90" height="0" />
138         </bpmndi:BPMNLabel>
139       </bpmndi:BPMNEdge>
140       <bpmndi:BPMNShape id="IntermediateThrowEvent_0fexg2g_di" bpmnElement="ThrowEvent_ToCollectAAIData">
141         <dc:Bounds x="666" y="-55" width="36" height="36" />
142         <bpmndi:BPMNLabel>
143           <dc:Bounds x="709" y="-43" width="85" height="24" />
144         </bpmndi:BPMNLabel>
145       </bpmndi:BPMNShape>
146       <bpmndi:BPMNShape id="IntermediateCatchEvent_1plrukk_di" bpmnElement="CatchEvent_Collect_AAI_Data">
147         <dc:Bounds x="236" y="113" width="36" height="36" />
148         <bpmndi:BPMNLabel>
149           <dc:Bounds x="216" y="154" width="81" height="24" />
150         </bpmndi:BPMNLabel>
151       </bpmndi:BPMNShape>
152       <bpmndi:BPMNShape id="IntermediateCatchEvent_1n0vun1_di" bpmnElement="CatchEvent_Create_Network">
153         <dc:Bounds x="236" y="326" width="36" height="36" />
154         <bpmndi:BPMNLabel>
155           <dc:Bounds x="213" y="367" width="87" height="24" />
156         </bpmndi:BPMNLabel>
157       </bpmndi:BPMNShape>
158       <bpmndi:BPMNShape id="IntermediateThrowEvent_04qwhex_di" bpmnElement="ThrowEvent_ToCreateNetwork">
159         <dc:Bounds x="962" y="113" width="36" height="36" />
160         <bpmndi:BPMNLabel>
161           <dc:Bounds x="1005" y="125" width="86" height="24" />
162         </bpmndi:BPMNLabel>
163       </bpmndi:BPMNShape>
164       <bpmndi:BPMNEdge id="SequenceFlow_1h9kkhb_di" bpmnElement="SequenceFlow_1h9kkhb">
165         <di:waypoint xsi:type="dc:Point" x="763" y="131" />
166         <di:waypoint xsi:type="dc:Point" x="817" y="131" />
167         <bpmndi:BPMNLabel>
168           <dc:Bounds x="745" y="116" width="90" height="0" />
169         </bpmndi:BPMNLabel>
170       </bpmndi:BPMNEdge>
171       <bpmndi:BPMNEdge id="SequenceFlow_1oc7wcr_di" bpmnElement="SequenceFlow_1oc7wcr">
172         <di:waypoint xsi:type="dc:Point" x="272" y="131" />
173         <di:waypoint xsi:type="dc:Point" x="340" y="131" />
174         <bpmndi:BPMNLabel>
175           <dc:Bounds x="306" y="106" width="0" height="0" />
176         </bpmndi:BPMNLabel>
177       </bpmndi:BPMNEdge>
178       <bpmndi:BPMNEdge id="SequenceFlow_1eqfh23_di" bpmnElement="SequenceFlow_1eqfh23">
179         <di:waypoint xsi:type="dc:Point" x="272" y="344" />
180         <di:waypoint xsi:type="dc:Point" x="346" y="344" />
181         <bpmndi:BPMNLabel>
182           <dc:Bounds x="309" y="319" width="0" height="0" />
183         </bpmndi:BPMNLabel>
184       </bpmndi:BPMNEdge>
185       <bpmndi:BPMNShape id="ServiceTask_02qnccl_di" bpmnElement="ServiceTask_get_cloud_region">
186         <dc:Bounds x="426" y="-77" width="100" height="80" />
187       </bpmndi:BPMNShape>
188       <bpmndi:BPMNEdge id="SequenceFlow_03ebe6c_di" bpmnElement="SequenceFlow_03ebe6c">
189         <di:waypoint xsi:type="dc:Point" x="526" y="-37" />
190         <di:waypoint xsi:type="dc:Point" x="666" y="-37" />
191         <bpmndi:BPMNLabel>
192           <dc:Bounds x="551" y="-52" width="90" height="0" />
193         </bpmndi:BPMNLabel>
194       </bpmndi:BPMNEdge>
195       <bpmndi:BPMNShape id="CallActivity_0aj19il_di" bpmnElement="CallActivity_0aj19il">
196         <dc:Bounds x="503" y="304" width="100" height="80" />
197       </bpmndi:BPMNShape>
198       <bpmndi:BPMNShape id="ServiceTask_1k8gsz5_di" bpmnElement="ServiceTask_1k8gsz5">
199         <dc:Bounds x="663" y="304" width="100" height="80" />
200       </bpmndi:BPMNShape>
201       <bpmndi:BPMNEdge id="SequenceFlow_0qpu80i_di" bpmnElement="SequenceFlow_0qpu80i">
202         <di:waypoint xsi:type="dc:Point" x="603" y="344" />
203         <di:waypoint xsi:type="dc:Point" x="663" y="344" />
204         <bpmndi:BPMNLabel>
205           <dc:Bounds x="633" y="323" width="0" height="12" />
206         </bpmndi:BPMNLabel>
207       </bpmndi:BPMNEdge>
208       <bpmndi:BPMNEdge id="SequenceFlow_16152be_di" bpmnElement="SequenceFlow_16152be">
209         <di:waypoint xsi:type="dc:Point" x="763" y="344" />
210         <di:waypoint xsi:type="dc:Point" x="836" y="344" />
211         <bpmndi:BPMNLabel>
212           <dc:Bounds x="799.5" y="323" width="0" height="12" />
213         </bpmndi:BPMNLabel>
214       </bpmndi:BPMNEdge>
215       <bpmndi:BPMNEdge id="SequenceFlow_1fm99t6_di" bpmnElement="SequenceFlow_1fm99t6">
216         <di:waypoint xsi:type="dc:Point" x="446" y="344" />
217         <di:waypoint xsi:type="dc:Point" x="503" y="344" />
218         <bpmndi:BPMNLabel>
219           <dc:Bounds x="474.5" y="323" width="0" height="12" />
220         </bpmndi:BPMNLabel>
221       </bpmndi:BPMNEdge>
222       <bpmndi:BPMNShape id="ServiceTask_0u4ie2q_di" bpmnElement="QueryNetworkSubnet_ServiceTask">
223         <dc:Bounds x="817" y="91" width="100" height="80" />
224       </bpmndi:BPMNShape>
225       <bpmndi:BPMNEdge id="SequenceFlow_0y0w60u_di" bpmnElement="SequenceFlow_0y0w60u">
226         <di:waypoint xsi:type="dc:Point" x="917" y="131" />
227         <di:waypoint xsi:type="dc:Point" x="962" y="131" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="939.5" y="110" width="0" height="12" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNEdge>
232     </bpmndi:BPMNPlane>
233   </bpmndi:BPMNDiagram>
234 </bpmn2:definitions>