Merge "naming ms client fixes"
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / AssignNetworkBB.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="AssignNetworkBB" name="AssignNetworkBB" isExecutable="true">
4     <bpmn2:startEvent id="AssignNetworkBB_start">
5       <bpmn2:outgoing>SequenceFlow_11op1ih</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:serviceTask id="ServiceTask_get_cloud_region" name="&#10;Process cloud region by version&#10;" camunda:expression="${AssignNetworkBBUtils.getCloudRegion(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn2:incoming>SequenceFlow_0jm95hf</bpmn2:incoming>
9       <bpmn2:outgoing>SequenceFlow_16hhbw3</bpmn2:outgoing>
10     </bpmn2:serviceTask>
11     <bpmn2:serviceTask id="ServiceTask_assign_network_sdnc" name="&#10;SDNC&#10;Assign&#10;(network)&#10;" camunda:expression="${SDNCAssignTasks.assignNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn2:incoming>SequenceFlow_16hhbw3</bpmn2:incoming>
13       <bpmn2:outgoing>SequenceFlow_0rt36co</bpmn2:outgoing>
14     </bpmn2:serviceTask>
15     <bpmn2:serviceTask id="ServiceTask_put_network_in_AAI" name="&#10;AAI&#10;Create&#10;(network)&#10;" camunda:expression="${AAICreateTasks.createNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
16       <bpmn2:incoming>SequenceFlow_0gkr871</bpmn2:incoming>
17       <bpmn2:outgoing>SequenceFlow_1ctpnpe</bpmn2:outgoing>
18     </bpmn2:serviceTask>
19     <bpmn2:serviceTask id="ServiceTask_assign_network_aai" name="&#10;AAI&#10;Update&#10;(network)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusAssignedNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
20       <bpmn2:incoming>SequenceFlow_1mvf7b9</bpmn2:incoming>
21       <bpmn2:outgoing>SequenceFlow_0988gld</bpmn2:outgoing>
22     </bpmn2:serviceTask>
23     <bpmn2:sequenceFlow id="SequenceFlow_017131q" name="Yes" sourceRef="networkFoundByName_ExclusiveGateway" targetRef="ExclusiveGateway_0vtj8n8">
24       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{AssignNetwork.networkFoundByName(execution.getVariable("gBuildingBlockExecution")) == true}]]></bpmn2:conditionExpression>
25     </bpmn2:sequenceFlow>
26     <bpmn2:sequenceFlow id="SequenceFlow_0gkr871" name="No" sourceRef="networkFoundByName_ExclusiveGateway" targetRef="ServiceTask_put_network_in_AAI" />
27     <bpmn2:endEvent id="AssignNetworkBB_end">
28       <bpmn2:incoming>SequenceFlow_0988gld</bpmn2:incoming>
29     </bpmn2:endEvent>
30     <bpmn2:sequenceFlow id="SequenceFlow_11op1ih" sourceRef="AssignNetworkBB_start" targetRef="networkFoundByName_ExclusiveGateway" />
31     <bpmn2:serviceTask id="ServiceTask_connect_to_NCIG" name="&#10;AAI&#10;Connect&#10;(collection)&#10;" camunda:expression="${AAICreateTasks.connectNetworkToNetworkCollectionInstanceGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
32       <bpmn2:incoming>SequenceFlow_07z7hcu</bpmn2:incoming>
33       <bpmn2:outgoing>SequenceFlow_0e08b9t</bpmn2:outgoing>
34     </bpmn2:serviceTask>
35     <bpmn2:serviceTask id="ServiceTask_connect_to_NCSI" name="&#10;AAI&#10;Connect&#10;(svc instance)&#10;" camunda:expression="${AAICreateTasks.connectNetworkToNetworkCollectionServiceInstance(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
36       <bpmn2:incoming>SequenceFlow_0e08b9t</bpmn2:incoming>
37       <bpmn2:outgoing>SequenceFlow_0mxc4ri</bpmn2:outgoing>
38     </bpmn2:serviceTask>
39     <bpmn2:sequenceFlow id="SequenceFlow_1ctpnpe" sourceRef="ServiceTask_put_network_in_AAI" targetRef="ServiceTask_connect_to_Tenant" />
40     <bpmn2:sequenceFlow id="SequenceFlow_0e08b9t" sourceRef="ServiceTask_connect_to_NCIG" targetRef="ServiceTask_connect_to_NCSI" />
41     <bpmn2:sequenceFlow id="SequenceFlow_0mxc4ri" sourceRef="ServiceTask_connect_to_NCSI" targetRef="ExclusiveGateway_0vtj8n8" />
42     <bpmn2:serviceTask id="ServiceTask_connect_to_Tenant" name="&#10;AAI&#10;Connect&#10;(tenant)&#10;" camunda:expression="${AAICreateTasks.connectNetworkToTenant(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
43       <bpmn2:incoming>SequenceFlow_1ctpnpe</bpmn2:incoming>
44       <bpmn2:outgoing>SequenceFlow_0fwcvep</bpmn2:outgoing>
45     </bpmn2:serviceTask>
46     <bpmn2:serviceTask id="ServiceTask_connect_to_CloudRegion" name="&#10;AAI&#10;Connect&#10;(cloud region)&#10;" camunda:expression="${AAICreateTasks.connectNetworkToCloudRegion(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
47       <bpmn2:incoming>SequenceFlow_0fwcvep</bpmn2:incoming>
48       <bpmn2:outgoing>SequenceFlow_07z7hcu</bpmn2:outgoing>
49     </bpmn2:serviceTask>
50     <bpmn2:sequenceFlow id="SequenceFlow_0fwcvep" sourceRef="ServiceTask_connect_to_Tenant" targetRef="ServiceTask_connect_to_CloudRegion" />
51     <bpmn2:sequenceFlow id="SequenceFlow_07z7hcu" sourceRef="ServiceTask_connect_to_CloudRegion" targetRef="ServiceTask_connect_to_NCIG" />
52     <bpmn2:inclusiveGateway id="networkFoundByName_ExclusiveGateway" name="Network Name Found?" default="SequenceFlow_0gkr871">
53       <bpmn2:incoming>SequenceFlow_11op1ih</bpmn2:incoming>
54       <bpmn2:outgoing>SequenceFlow_017131q</bpmn2:outgoing>
55       <bpmn2:outgoing>SequenceFlow_0gkr871</bpmn2:outgoing>
56     </bpmn2:inclusiveGateway>
57     <bpmn2:inclusiveGateway id="ExclusiveGateway_0vtj8n8">
58       <bpmn2:incoming>SequenceFlow_017131q</bpmn2:incoming>
59       <bpmn2:incoming>SequenceFlow_0mxc4ri</bpmn2:incoming>
60       <bpmn2:outgoing>SequenceFlow_0jm95hf</bpmn2:outgoing>
61     </bpmn2:inclusiveGateway>
62     <bpmn2:sequenceFlow id="SequenceFlow_0jm95hf" sourceRef="ExclusiveGateway_0vtj8n8" targetRef="ServiceTask_get_cloud_region" />
63     <bpmn2:sequenceFlow id="SequenceFlow_16hhbw3" sourceRef="ServiceTask_get_cloud_region" targetRef="ServiceTask_assign_network_sdnc" />
64     <bpmn2:sequenceFlow id="SequenceFlow_0988gld" sourceRef="ServiceTask_assign_network_aai" targetRef="AssignNetworkBB_end" />
65     <bpmn2:callActivity id="CallActivity_sdncHandlerCall" name="SDNC Assign (network)" calledElement="SDNCHandler">
66       <bpmn2:extensionElements>
67         <camunda:in source="SDNCRequest" target="SDNCRequest" />
68         <camunda:out source="SDNCResponse" target="SDNCResponse" />
69         <camunda:out source="WorkflowException" target="WorkflowException" />
70         <camunda:in source="mso-request-id" target="mso-request-id" />
71       </bpmn2:extensionElements>
72       <bpmn2:incoming>SequenceFlow_0rt36co</bpmn2:incoming>
73       <bpmn2:outgoing>SequenceFlow_1mvf7b9</bpmn2:outgoing>
74     </bpmn2:callActivity>
75     <bpmn2:sequenceFlow id="SequenceFlow_0rt36co" sourceRef="ServiceTask_assign_network_sdnc" targetRef="CallActivity_sdncHandlerCall" />
76     <bpmn2:sequenceFlow id="SequenceFlow_1mvf7b9" sourceRef="CallActivity_sdncHandlerCall" targetRef="ServiceTask_assign_network_aai" />
77     <bpmn2:textAnnotation id="TextAnnotation_0dnksb2">    <bpmn2:text>sets Cloud Region on BB execution for SDNC assign</bpmn2:text>
78 </bpmn2:textAnnotation>
79     <bpmn2:association id="Association_1rsqd3z" sourceRef="ServiceTask_get_cloud_region" targetRef="TextAnnotation_0dnksb2" />
80     <bpmn2:textAnnotation id="TextAnnotation_17jb2vn">    <bpmn2:text>conditionally executed if Network Collection Instance Group exists</bpmn2:text>
81 </bpmn2:textAnnotation>
82     <bpmn2:association id="Association_15ppe1t" sourceRef="ServiceTask_connect_to_NCIG" targetRef="TextAnnotation_17jb2vn" />
83   </bpmn2:process>
84   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
85   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
86   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
87     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="AssignNetworkBB">
88       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="AssignNetworkBB_start">
89         <dc:Bounds x="746" y="-105" width="36" height="36" />
90         <bpmndi:BPMNLabel>
91           <dc:Bounds x="739" y="-64" width="50" height="12" />
92         </bpmndi:BPMNLabel>
93       </bpmndi:BPMNShape>
94       <bpmndi:BPMNShape id="ServiceTask_1wo7ke9_di" bpmnElement="ServiceTask_get_cloud_region">
95         <dc:Bounds x="1632" y="-127" width="100" height="80" />
96       </bpmndi:BPMNShape>
97       <bpmndi:BPMNShape id="ServiceTask_1ofnl0p_di" bpmnElement="ServiceTask_assign_network_sdnc">
98         <dc:Bounds x="1769" y="-127" width="100" height="80" />
99       </bpmndi:BPMNShape>
100       <bpmndi:BPMNShape id="TextAnnotation_0dnksb2_di" bpmnElement="TextAnnotation_0dnksb2">
101         <dc:Bounds x="1576" y="35" width="212" height="30" />
102       </bpmndi:BPMNShape>
103       <bpmndi:BPMNEdge id="Association_1rsqd3z_di" bpmnElement="Association_1rsqd3z">
104         <di:waypoint xsi:type="dc:Point" x="1682" y="-47" />
105         <di:waypoint xsi:type="dc:Point" x="1682" y="35" />
106       </bpmndi:BPMNEdge>
107       <bpmndi:BPMNShape id="ServiceTask_1dm3ngd_di" bpmnElement="ServiceTask_put_network_in_AAI">
108         <dc:Bounds x="906" y="-49" width="100" height="80" />
109       </bpmndi:BPMNShape>
110       <bpmndi:BPMNShape id="ServiceTask_18yks1p_di" bpmnElement="ServiceTask_assign_network_aai">
111         <dc:Bounds x="2106" y="-127" width="100" height="80" />
112       </bpmndi:BPMNShape>
113       <bpmndi:BPMNEdge id="SequenceFlow_017131q_di" bpmnElement="SequenceFlow_017131q">
114         <di:waypoint xsi:type="dc:Point" x="863" y="-112" />
115         <di:waypoint xsi:type="dc:Point" x="863" y="-161" />
116         <di:waypoint xsi:type="dc:Point" x="1562" y="-161" />
117         <di:waypoint xsi:type="dc:Point" x="1562" y="-112" />
118         <bpmndi:BPMNLabel>
119           <dc:Bounds x="871.5" y="-151.96931534232883" width="19" height="12" />
120         </bpmndi:BPMNLabel>
121       </bpmndi:BPMNEdge>
122       <bpmndi:BPMNEdge id="SequenceFlow_0gkr871_di" bpmnElement="SequenceFlow_0gkr871">
123         <di:waypoint xsi:type="dc:Point" x="863" y="-62" />
124         <di:waypoint xsi:type="dc:Point" x="863" y="-9" />
125         <di:waypoint xsi:type="dc:Point" x="906" y="-9" />
126         <bpmndi:BPMNLabel>
127           <dc:Bounds x="872.125" y="-36.06410256410257" width="14" height="12" />
128         </bpmndi:BPMNLabel>
129       </bpmndi:BPMNEdge>
130       <bpmndi:BPMNShape id="EndEvent_083u1a5_di" bpmnElement="AssignNetworkBB_end">
131         <dc:Bounds x="2241" y="-105" width="36" height="36" />
132         <bpmndi:BPMNLabel>
133           <dc:Bounds x="2214" y="-65" width="90" height="12" />
134         </bpmndi:BPMNLabel>
135       </bpmndi:BPMNShape>
136       <bpmndi:BPMNEdge id="SequenceFlow_11op1ih_di" bpmnElement="SequenceFlow_11op1ih">
137         <di:waypoint xsi:type="dc:Point" x="782" y="-87" />
138         <di:waypoint xsi:type="dc:Point" x="838" y="-87" />
139         <bpmndi:BPMNLabel>
140           <dc:Bounds x="765" y="-102" width="90" height="0" />
141         </bpmndi:BPMNLabel>
142       </bpmndi:BPMNEdge>
143       <bpmndi:BPMNShape id="ServiceTask_0a96yhg_di" bpmnElement="ServiceTask_connect_to_NCIG">
144         <dc:Bounds x="1286" y="-49" width="100" height="80" />
145       </bpmndi:BPMNShape>
146       <bpmndi:BPMNShape id="ServiceTask_0mauyto_di" bpmnElement="ServiceTask_connect_to_NCSI">
147         <dc:Bounds x="1422" y="-49" width="100" height="80" />
148       </bpmndi:BPMNShape>
149       <bpmndi:BPMNEdge id="SequenceFlow_1ctpnpe_di" bpmnElement="SequenceFlow_1ctpnpe">
150         <di:waypoint xsi:type="dc:Point" x="1006" y="-9" />
151         <di:waypoint xsi:type="dc:Point" x="1036" y="-9" />
152         <bpmndi:BPMNLabel>
153           <dc:Bounds x="976" y="-24" width="90" height="0" />
154         </bpmndi:BPMNLabel>
155       </bpmndi:BPMNEdge>
156       <bpmndi:BPMNEdge id="SequenceFlow_0e08b9t_di" bpmnElement="SequenceFlow_0e08b9t">
157         <di:waypoint xsi:type="dc:Point" x="1386" y="-9" />
158         <di:waypoint xsi:type="dc:Point" x="1422" y="-9" />
159         <bpmndi:BPMNLabel>
160           <dc:Bounds x="1359" y="-24" width="90" height="0" />
161         </bpmndi:BPMNLabel>
162       </bpmndi:BPMNEdge>
163       <bpmndi:BPMNEdge id="SequenceFlow_0mxc4ri_di" bpmnElement="SequenceFlow_0mxc4ri">
164         <di:waypoint xsi:type="dc:Point" x="1522" y="-9" />
165         <di:waypoint xsi:type="dc:Point" x="1562" y="-9" />
166         <di:waypoint xsi:type="dc:Point" x="1562" y="-62" />
167         <bpmndi:BPMNLabel>
168           <dc:Bounds x="1497" y="-24" width="90" height="0" />
169         </bpmndi:BPMNLabel>
170       </bpmndi:BPMNEdge>
171       <bpmndi:BPMNShape id="ServiceTask_019bzpc_di" bpmnElement="ServiceTask_connect_to_Tenant">
172         <dc:Bounds x="1036" y="-49" width="100" height="80" />
173       </bpmndi:BPMNShape>
174       <bpmndi:BPMNShape id="ServiceTask_1alvmym_di" bpmnElement="ServiceTask_connect_to_CloudRegion">
175         <dc:Bounds x="1162" y="-49" width="100" height="80" />
176       </bpmndi:BPMNShape>
177       <bpmndi:BPMNEdge id="SequenceFlow_0fwcvep_di" bpmnElement="SequenceFlow_0fwcvep">
178         <di:waypoint xsi:type="dc:Point" x="1136" y="-9" />
179         <di:waypoint xsi:type="dc:Point" x="1162" y="-9" />
180         <bpmndi:BPMNLabel>
181           <dc:Bounds x="1104" y="-24" width="90" height="0" />
182         </bpmndi:BPMNLabel>
183       </bpmndi:BPMNEdge>
184       <bpmndi:BPMNEdge id="SequenceFlow_07z7hcu_di" bpmnElement="SequenceFlow_07z7hcu">
185         <di:waypoint xsi:type="dc:Point" x="1262" y="-9" />
186         <di:waypoint xsi:type="dc:Point" x="1286" y="-9" />
187         <bpmndi:BPMNLabel>
188           <dc:Bounds x="1229" y="-24" width="90" height="0" />
189         </bpmndi:BPMNLabel>
190       </bpmndi:BPMNEdge>
191       <bpmndi:BPMNShape id="TextAnnotation_17jb2vn_di" bpmnElement="TextAnnotation_17jb2vn">
192         <dc:Bounds x="1232" y="86" width="158" height="54" />
193       </bpmndi:BPMNShape>
194       <bpmndi:BPMNEdge id="Association_15ppe1t_di" bpmnElement="Association_15ppe1t">
195         <di:waypoint xsi:type="dc:Point" x="1306" y="31" />
196         <di:waypoint xsi:type="dc:Point" x="1267" y="86" />
197       </bpmndi:BPMNEdge>
198       <bpmndi:BPMNShape id="InclusiveGateway_0kiphfm_di" bpmnElement="networkFoundByName_ExclusiveGateway">
199         <dc:Bounds x="838" y="-112" width="50" height="50" />
200         <bpmndi:BPMNLabel>
201           <dc:Bounds x="898" y="-104" width="73" height="24" />
202         </bpmndi:BPMNLabel>
203       </bpmndi:BPMNShape>
204       <bpmndi:BPMNShape id="InclusiveGateway_0pxktc3_di" bpmnElement="ExclusiveGateway_0vtj8n8">
205         <dc:Bounds x="1537" y="-112" width="50" height="50" />
206         <bpmndi:BPMNLabel>
207           <dc:Bounds x="1562" y="-58" width="0" height="12" />
208         </bpmndi:BPMNLabel>
209       </bpmndi:BPMNShape>
210       <bpmndi:BPMNEdge id="SequenceFlow_0jm95hf_di" bpmnElement="SequenceFlow_0jm95hf">
211         <di:waypoint xsi:type="dc:Point" x="1587" y="-87" />
212         <di:waypoint xsi:type="dc:Point" x="1632" y="-87" />
213         <bpmndi:BPMNLabel>
214           <dc:Bounds x="1609.5" y="-108" width="0" height="12" />
215         </bpmndi:BPMNLabel>
216       </bpmndi:BPMNEdge>
217       <bpmndi:BPMNEdge id="SequenceFlow_16hhbw3_di" bpmnElement="SequenceFlow_16hhbw3">
218         <di:waypoint xsi:type="dc:Point" x="1732" y="-87" />
219         <di:waypoint xsi:type="dc:Point" x="1769" y="-87" />
220         <bpmndi:BPMNLabel>
221           <dc:Bounds x="1750.5" y="-108" width="0" height="12" />
222         </bpmndi:BPMNLabel>
223       </bpmndi:BPMNEdge>
224       <bpmndi:BPMNEdge id="SequenceFlow_0988gld_di" bpmnElement="SequenceFlow_0988gld">
225         <di:waypoint xsi:type="dc:Point" x="2206" y="-87" />
226         <di:waypoint xsi:type="dc:Point" x="2241" y="-87" />
227         <bpmndi:BPMNLabel>
228           <dc:Bounds x="2178.5" y="-108" width="90" height="12" />
229         </bpmndi:BPMNLabel>
230       </bpmndi:BPMNEdge>
231       <bpmndi:BPMNShape id="CallActivity_0h7upeg_di" bpmnElement="CallActivity_sdncHandlerCall">
232         <dc:Bounds x="1927" y="-127" width="100" height="80" />
233       </bpmndi:BPMNShape>
234       <bpmndi:BPMNEdge id="SequenceFlow_0rt36co_di" bpmnElement="SequenceFlow_0rt36co">
235         <di:waypoint xsi:type="dc:Point" x="1869" y="-87" />
236         <di:waypoint xsi:type="dc:Point" x="1927" y="-87" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="1898" y="-108" width="0" height="12" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNEdge>
241       <bpmndi:BPMNEdge id="SequenceFlow_1mvf7b9_di" bpmnElement="SequenceFlow_1mvf7b9">
242         <di:waypoint xsi:type="dc:Point" x="2027" y="-87" />
243         <di:waypoint xsi:type="dc:Point" x="2106" y="-87" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="2066.5" y="-108" width="0" height="12" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248     </bpmndi:BPMNPlane>
249   </bpmndi:BPMNDiagram>
250 </bpmn2:definitions>