Merge "removed classes no longer in use"
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / CreateVolumeGroupBB.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0">
3   <bpmn:process id="CreateVolumeGroupBB" name="CreateVolumeGroupBB" isExecutable="true">
4     <bpmn:startEvent id="CreateVolumeGroupBB_Start" name="Start">
5       <bpmn:outgoing>SequenceFlow_1wz1rfg</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_1wz1rfg" sourceRef="CreateVolumeGroupBB_Start" targetRef="QueryVfModuleSDNC" />
8     <bpmn:endEvent id="CreateVolumeGroupBB_End">
9       <bpmn:incoming>SequenceFlow_0mh0v9h</bpmn:incoming>
10     </bpmn:endEvent>
11     <bpmn:serviceTask id="CreateVolumeGroupVnfAdapter" name="CreateVolumeGroupVnfAdapter Request" camunda:expression="${VnfAdapterCreateTasks.createVolumeGroupRequest(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_06q6g74</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_0kfkpbh</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:sequenceFlow id="SequenceFlow_0kfkpbh" sourceRef="CreateVolumeGroupVnfAdapter" targetRef="Vnf_Adapter" />
16     <bpmn:serviceTask id="UpdateVolumeGroupAAI" name="UpdateVolumeGroupAAI" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusCreatedVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
17       <bpmn:incoming>SequenceFlow_1d5nux2</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_0mh0v9h</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:sequenceFlow id="SequenceFlow_0mh0v9h" sourceRef="UpdateVolumeGroupAAI" targetRef="CreateVolumeGroupBB_End" />
21     <bpmn:serviceTask id="QueryVfModuleSDNC" name="Query Vf Module (SDNC)" camunda:expression="${SDNCQueryTasks.queryVfModuleForVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
22       <bpmn:incoming>SequenceFlow_1wz1rfg</bpmn:incoming>
23       <bpmn:outgoing>SequenceFlow_06q6g74</bpmn:outgoing>
24     </bpmn:serviceTask>
25     <bpmn:sequenceFlow id="SequenceFlow_06q6g74" sourceRef="QueryVfModuleSDNC" targetRef="CreateVolumeGroupVnfAdapter" />
26     <bpmn:callActivity id="Vnf_Adapter" name="Vnf Adapter" calledElement="VnfAdapter">
27       <bpmn:extensionElements>
28         <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
29         <camunda:out source="WorkflowException" target="WorkflowException" />
30         <camunda:in source="VNFREST_Request" target="VNFREST_Request" />
31         <camunda:out source="heatStackId" target="heatStackId" />
32       </bpmn:extensionElements>
33       <bpmn:incoming>SequenceFlow_0kfkpbh</bpmn:incoming>
34       <bpmn:outgoing>SequenceFlow_06flg6h</bpmn:outgoing>
35     </bpmn:callActivity>
36     <bpmn:sequenceFlow id="SequenceFlow_06flg6h" sourceRef="Vnf_Adapter" targetRef="UpdateVolumeGroupHeatStackId" />
37     <bpmn:sequenceFlow id="SequenceFlow_1d5nux2" sourceRef="UpdateVolumeGroupHeatStackId" targetRef="UpdateVolumeGroupAAI" />
38     <bpmn:serviceTask id="UpdateVolumeGroupHeatStackId" name="Update VolumeGroup HeatStackId (AAI)" camunda:expression="${AAIUpdateTasks.updateHeatStackIdVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
39       <bpmn:incoming>SequenceFlow_06flg6h</bpmn:incoming>
40       <bpmn:outgoing>SequenceFlow_1d5nux2</bpmn:outgoing>
41     </bpmn:serviceTask>
42   </bpmn:process>
43   <bpmn:error id="Error_0pz4sdi" name="gDelegateError" errorCode="7000" />
44   <bpmn:escalation id="Escalation_1hjulni" name="Escalation_2cgup2p" />
45   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
46     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVolumeGroupBB">
47       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="CreateVolumeGroupBB_Start">
48         <dc:Bounds x="237" y="102" width="36" height="36" />
49         <bpmndi:BPMNLabel>
50           <dc:Bounds x="243" y="138" width="24" height="12" />
51         </bpmndi:BPMNLabel>
52       </bpmndi:BPMNShape>
53       <bpmndi:BPMNEdge id="SequenceFlow_1wz1rfg_di" bpmnElement="SequenceFlow_1wz1rfg">
54         <di:waypoint xsi:type="dc:Point" x="273" y="120" />
55         <di:waypoint xsi:type="dc:Point" x="326" y="120" />
56         <bpmndi:BPMNLabel>
57           <dc:Bounds x="254.5" y="99" width="90" height="12" />
58         </bpmndi:BPMNLabel>
59       </bpmndi:BPMNEdge>
60       <bpmndi:BPMNShape id="EndEvent_1k6463v_di" bpmnElement="CreateVolumeGroupBB_End">
61         <dc:Bounds x="1063" y="102" width="36" height="36" />
62         <bpmndi:BPMNLabel>
63           <dc:Bounds x="1081" y="142" width="0" height="0" />
64         </bpmndi:BPMNLabel>
65       </bpmndi:BPMNShape>
66       <bpmndi:BPMNShape id="ServiceTask_01zmebl_di" bpmnElement="CreateVolumeGroupVnfAdapter">
67         <dc:Bounds x="476" y="80" width="100" height="80" />
68       </bpmndi:BPMNShape>
69       <bpmndi:BPMNEdge id="SequenceFlow_0kfkpbh_di" bpmnElement="SequenceFlow_0kfkpbh">
70         <di:waypoint xsi:type="dc:Point" x="576" y="120" />
71         <di:waypoint xsi:type="dc:Point" x="629" y="120" />
72         <bpmndi:BPMNLabel>
73           <dc:Bounds x="557.5" y="99" width="90" height="12" />
74         </bpmndi:BPMNLabel>
75       </bpmndi:BPMNEdge>
76       <bpmndi:BPMNShape id="ServiceTask_0rytcj0_di" bpmnElement="UpdateVolumeGroupAAI">
77         <dc:Bounds x="929" y="80" width="100" height="80" />
78       </bpmndi:BPMNShape>
79       <bpmndi:BPMNEdge id="SequenceFlow_0mh0v9h_di" bpmnElement="SequenceFlow_0mh0v9h">
80         <di:waypoint xsi:type="dc:Point" x="1029" y="120" />
81         <di:waypoint xsi:type="dc:Point" x="1063" y="120" />
82         <bpmndi:BPMNLabel>
83           <dc:Bounds x="1046" y="105" width="0" height="0" />
84         </bpmndi:BPMNLabel>
85       </bpmndi:BPMNEdge>
86       <bpmndi:BPMNShape id="ServiceTask_1wythmn_di" bpmnElement="QueryVfModuleSDNC">
87         <dc:Bounds x="326" y="80" width="100" height="80" />
88       </bpmndi:BPMNShape>
89       <bpmndi:BPMNEdge id="SequenceFlow_06q6g74_di" bpmnElement="SequenceFlow_06q6g74">
90         <di:waypoint xsi:type="dc:Point" x="426" y="120" />
91         <di:waypoint xsi:type="dc:Point" x="476" y="120" />
92         <bpmndi:BPMNLabel>
93           <dc:Bounds x="451" y="99" width="0" height="12" />
94         </bpmndi:BPMNLabel>
95       </bpmndi:BPMNEdge>
96       <bpmndi:BPMNShape id="CallActivity_1220w7e_di" bpmnElement="Vnf_Adapter">
97         <dc:Bounds x="629" y="80" width="100" height="80" />
98       </bpmndi:BPMNShape>
99       <bpmndi:BPMNEdge id="SequenceFlow_06flg6h_di" bpmnElement="SequenceFlow_06flg6h">
100         <di:waypoint xsi:type="dc:Point" x="729" y="120" />
101         <di:waypoint xsi:type="dc:Point" x="774" y="120" />
102         <bpmndi:BPMNLabel>
103           <dc:Bounds x="752" y="105" width="0" height="0" />
104         </bpmndi:BPMNLabel>
105       </bpmndi:BPMNEdge>
106       <bpmndi:BPMNEdge id="SequenceFlow_1d5nux2_di" bpmnElement="SequenceFlow_1d5nux2">
107         <di:waypoint xsi:type="dc:Point" x="874" y="120" />
108         <di:waypoint xsi:type="dc:Point" x="929" y="120" />
109         <bpmndi:BPMNLabel>
110           <dc:Bounds x="902" y="105" width="0" height="0" />
111         </bpmndi:BPMNLabel>
112       </bpmndi:BPMNEdge>
113       <bpmndi:BPMNShape id="ServiceTask_0m035ns_di" bpmnElement="UpdateVolumeGroupHeatStackId">
114         <dc:Bounds x="774" y="80" width="100" height="80" />
115       </bpmndi:BPMNShape>
116     </bpmndi:BPMNPlane>
117   </bpmndi:BPMNDiagram>
118 </bpmn:definitions>