Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / UnassignNetwork1802BB.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2">
3   <bpmn:process id="UnassignNetwork1802BB" name="UnassignNetwork1802BB" isExecutable="true">
4     <bpmn:startEvent id="Start_UnassignNetworkBB" name="start">
5       <bpmn:outgoing>SequenceFlow_0zaz9o2</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="Task_SNDCUnAssign" name="Call SDNC Adapter Topology UnAssign" camunda:expression="${SDNCUnassignTasks.unassignNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_0le4vrj</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_1ks8kmt</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:endEvent id="End_UnassignNetworkBB" name="end">
12       <bpmn:incoming>SequenceFlow_1ks8kmt</bpmn:incoming>
13     </bpmn:endEvent>
14     <bpmn:sequenceFlow id="SequenceFlow_0zaz9o2" sourceRef="Start_UnassignNetworkBB" targetRef="Task_GetL3NetworkById" />
15     <bpmn:sequenceFlow id="SequenceFlow_1ks8kmt" sourceRef="Task_SNDCUnAssign" targetRef="End_UnassignNetworkBB" />
16     <bpmn:serviceTask id="Task_VfModuleRelatioship" name="Veriyf &#39;vf-module&#39; relationship exists" camunda:expression="${UnassignNetworkBB.checkRelationshipRelatedTo(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)), &#34;vf-module&#34;)}">
17       <bpmn:incoming>SequenceFlow_1gd5h4c</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_0mxe1a7</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:sequenceFlow id="SequenceFlow_0mxe1a7" sourceRef="Task_VfModuleRelatioship" targetRef="Task_GetCloudRegionVersion" />
21     <bpmn:sequenceFlow id="SequenceFlow_1gd5h4c" sourceRef="Task_GetL3NetworkById" targetRef="Task_VfModuleRelatioship" />
22     <bpmn:serviceTask id="Task_GetL3NetworkById" name="Get L3Network by networkId (AAI)" camunda:expression="${AAIQueryTasks.getNetworkWrapperById(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
23       <bpmn:incoming>SequenceFlow_0zaz9o2</bpmn:incoming>
24       <bpmn:outgoing>SequenceFlow_1gd5h4c</bpmn:outgoing>
25     </bpmn:serviceTask>
26     <bpmn:sequenceFlow id="SequenceFlow_0le4vrj" sourceRef="Task_GetCloudRegionVersion" targetRef="Task_SNDCUnAssign" />
27     <bpmn:serviceTask id="Task_GetCloudRegionVersion" name="Get Sdnc Cloud Region Version" camunda:expression="${UnassignNetworkBB.getCloudSdncRegion(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
28       <bpmn:incoming>SequenceFlow_0mxe1a7</bpmn:incoming>
29       <bpmn:outgoing>SequenceFlow_0le4vrj</bpmn:outgoing>
30     </bpmn:serviceTask>
31   </bpmn:process>
32   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
33     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UnassignNetwork1802BB">
34       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_UnassignNetworkBB">
35         <dc:Bounds x="145" y="119" width="36" height="36" />
36         <bpmndi:BPMNLabel>
37           <dc:Bounds x="152" y="155" width="22" height="12" />
38         </bpmndi:BPMNLabel>
39       </bpmndi:BPMNShape>
40       <bpmndi:BPMNShape id="ServiceTask_0m0ikey_di" bpmnElement="Task_SNDCUnAssign">
41         <dc:Bounds x="665" y="97" width="100" height="80" />
42       </bpmndi:BPMNShape>
43       <bpmndi:BPMNShape id="EndEvent_1h93h9d_di" bpmnElement="End_UnassignNetworkBB">
44         <dc:Bounds x="817" y="119" width="36" height="36" />
45         <bpmndi:BPMNLabel>
46           <dc:Bounds x="826" y="159" width="18" height="14" />
47         </bpmndi:BPMNLabel>
48       </bpmndi:BPMNShape>
49       <bpmndi:BPMNEdge id="SequenceFlow_0zaz9o2_di" bpmnElement="SequenceFlow_0zaz9o2">
50         <di:waypoint xsi:type="dc:Point" x="181" y="137" />
51         <di:waypoint xsi:type="dc:Point" x="232" y="137" />
52         <bpmndi:BPMNLabel>
53           <dc:Bounds x="207" y="122" width="0" height="0" />
54         </bpmndi:BPMNLabel>
55       </bpmndi:BPMNEdge>
56       <bpmndi:BPMNEdge id="SequenceFlow_1ks8kmt_di" bpmnElement="SequenceFlow_1ks8kmt">
57         <di:waypoint xsi:type="dc:Point" x="765" y="137" />
58         <di:waypoint xsi:type="dc:Point" x="817" y="137" />
59         <bpmndi:BPMNLabel>
60           <dc:Bounds x="791" y="122" width="0" height="0" />
61         </bpmndi:BPMNLabel>
62       </bpmndi:BPMNEdge>
63       <bpmndi:BPMNShape id="ServiceTask_194x6el_di" bpmnElement="Task_VfModuleRelatioship">
64         <dc:Bounds x="375" y="97" width="100" height="80" />
65       </bpmndi:BPMNShape>
66       <bpmndi:BPMNEdge id="SequenceFlow_0mxe1a7_di" bpmnElement="SequenceFlow_0mxe1a7">
67         <di:waypoint xsi:type="dc:Point" x="475" y="137" />
68         <di:waypoint xsi:type="dc:Point" x="524" y="137" />
69         <bpmndi:BPMNLabel>
70           <dc:Bounds x="500" y="122" width="0" height="0" />
71         </bpmndi:BPMNLabel>
72       </bpmndi:BPMNEdge>
73       <bpmndi:BPMNEdge id="SequenceFlow_1gd5h4c_di" bpmnElement="SequenceFlow_1gd5h4c">
74         <di:waypoint xsi:type="dc:Point" x="332" y="137" />
75         <di:waypoint xsi:type="dc:Point" x="375" y="137" />
76         <bpmndi:BPMNLabel>
77           <dc:Bounds x="354" y="122" width="0" height="0" />
78         </bpmndi:BPMNLabel>
79       </bpmndi:BPMNEdge>
80       <bpmndi:BPMNShape id="ServiceTask_1scptd7_di" bpmnElement="Task_GetL3NetworkById">
81         <dc:Bounds x="232" y="97" width="100" height="80" />
82       </bpmndi:BPMNShape>
83       <bpmndi:BPMNEdge id="SequenceFlow_0le4vrj_di" bpmnElement="SequenceFlow_0le4vrj">
84         <di:waypoint xsi:type="dc:Point" x="624" y="137" />
85         <di:waypoint xsi:type="dc:Point" x="665" y="137" />
86         <bpmndi:BPMNLabel>
87           <dc:Bounds x="645" y="122" width="0" height="0" />
88         </bpmndi:BPMNLabel>
89       </bpmndi:BPMNEdge>
90       <bpmndi:BPMNShape id="ServiceTask_1ev9w69_di" bpmnElement="Task_GetCloudRegionVersion">
91         <dc:Bounds x="524" y="97" width="100" height="80" />
92       </bpmndi:BPMNShape>
93     </bpmndi:BPMNPlane>
94   </bpmndi:BPMNDiagram>
95 </bpmn:definitions>