Merge "Junit for mso.cloudify.exceptions"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoCompareModelofE2EServiceInstance.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.11.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCompareModelofE2EServiceInstance" name="DoCompareModelofE2EServiceInstance" isExecutable="true">
4     <bpmn2:sequenceFlow id="SequenceFlow_1rebkae" sourceRef="StartEvent_0jhv664" targetRef="CallActivity_1va14ul" />
5     <bpmn2:intermediateCatchEvent id="StartEvent_0jhv664" name="StartCompare">
6       <bpmn2:outgoing>SequenceFlow_1rebkae</bpmn2:outgoing>
7       <bpmn2:linkEventDefinition name="StartCompare" />
8     </bpmn2:intermediateCatchEvent>
9     <bpmn2:endEvent id="EndEvent_0x8im5g">
10       <bpmn2:incoming>SequenceFlow_1lkpfe2</bpmn2:incoming>
11     </bpmn2:endEvent>
12     <bpmn2:sequenceFlow id="SequenceFlow_1lkpfe2" sourceRef="ScriptTask_1odhh8p" targetRef="EndEvent_0x8im5g" />
13     <bpmn2:subProcess id="SubProcess_0roysbg" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
14       <bpmn2:startEvent id="StartEvent_0xtpw6j">
15         <bpmn2:outgoing>SequenceFlow_19sogyb</bpmn2:outgoing>
16         <bpmn2:errorEventDefinition />
17       </bpmn2:startEvent>
18       <bpmn2:endEvent id="EndEvent_05a2pr9">
19         <bpmn2:incoming>SequenceFlow_17mr4jl</bpmn2:incoming>
20       </bpmn2:endEvent>
21       <bpmn2:scriptTask id="ScriptTask_0xk9fk3" name="Log / Print Unexpected Error" scriptFormat="groovy">
22         <bpmn2:incoming>SequenceFlow_19sogyb</bpmn2:incoming>
23         <bpmn2:outgoing>SequenceFlow_17mr4jl</bpmn2:outgoing>
24         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
25 ExceptionUtil ex = new ExceptionUtil()
26 ex.processJavaException(execution)]]></bpmn2:script>
27       </bpmn2:scriptTask>
28       <bpmn2:sequenceFlow id="SequenceFlow_19sogyb" name="" sourceRef="StartEvent_0xtpw6j" targetRef="ScriptTask_0xk9fk3" />
29       <bpmn2:sequenceFlow id="SequenceFlow_17mr4jl" name="" sourceRef="ScriptTask_0xk9fk3" targetRef="EndEvent_05a2pr9" />
30     </bpmn2:subProcess>
31     <bpmn2:startEvent id="StartEvent_13da9hl" name="Start Flow">
32       <bpmn2:outgoing>SequenceFlow_1chfao3</bpmn2:outgoing>
33     </bpmn2:startEvent>
34     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1dhdmdy" name="GoTo StartCompare">
35       <bpmn2:incoming>SequenceFlow_1cpg3ku</bpmn2:incoming>
36       <bpmn2:linkEventDefinition name="StartCompare" />
37     </bpmn2:intermediateThrowEvent>
38     <bpmn2:sequenceFlow id="SequenceFlow_1chfao3" name="" sourceRef="StartEvent_13da9hl" targetRef="ScriptTask_0ba0el1" />
39     <bpmn2:callActivity id="CallActivity_1va14ul" name="Call DoCompareModelVersions" calledElement="DoCompareModelVersions">
40       <bpmn2:extensionElements>
41         <camunda:in source="msoRequestId" target="msoRequestId" />
42         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
43         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
44         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
45         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
46         <camunda:out source="WorkflowException" target="WorkflowException" />
47       </bpmn2:extensionElements>
48       <bpmn2:incoming>SequenceFlow_1rebkae</bpmn2:incoming>
49       <bpmn2:outgoing>SequenceFlow_1pe6r93</bpmn2:outgoing>
50     </bpmn2:callActivity>
51     <bpmn2:scriptTask id="ScriptTask_1odhh8p" name="Post for Compare Model Versions&#10;" scriptFormat="groovy">
52       <bpmn2:incoming>SequenceFlow_1pe6r93</bpmn2:incoming>
53       <bpmn2:outgoing>SequenceFlow_1lkpfe2</bpmn2:outgoing>
54       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
55 def dcsi= new DoCompareModelofE2EServiceInstance()
56 dcsi.postCompareModelVersions(execution)]]></bpmn2:script>
57     </bpmn2:scriptTask>
58     <bpmn2:sequenceFlow id="SequenceFlow_1pe6r93" sourceRef="CallActivity_1va14ul" targetRef="ScriptTask_1odhh8p" />
59     <bpmn2:scriptTask id="ScriptTask_0ba0el1" name="PreProcess Incoming Request" scriptFormat="groovy">
60       <bpmn2:incoming>SequenceFlow_1chfao3</bpmn2:incoming>
61       <bpmn2:outgoing>SequenceFlow_1xzphe4</bpmn2:outgoing>
62       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
63 def dcsi = new DoCompareModelofE2EServiceInstance()
64 dcsi.preProcessRequest(execution)
65 ]]></bpmn2:script>
66     </bpmn2:scriptTask>
67     <bpmn2:callActivity id="CallActivity_1a3n88w" name="Call AAI Generic GetService" calledElement="GenericGetService">
68       <bpmn2:extensionElements>
69         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
70         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
71         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
72         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
73         <camunda:out source="WorkflowException" target="WorkflowException" />
74         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
75         <camunda:out source="GENGS_service" target="GENGS_service" />
76         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
77         <camunda:in source="serviceType" target="GENGS_serviceType" />
78       </bpmn2:extensionElements>
79       <bpmn2:incoming>SequenceFlow_1xzphe4</bpmn2:incoming>
80       <bpmn2:outgoing>SequenceFlow_0b6eqin</bpmn2:outgoing>
81     </bpmn2:callActivity>
82     <bpmn2:scriptTask id="ScriptTask_18k4xnm" name="Post Process AAI GET" scriptFormat="groovy">
83       <bpmn2:incoming>SequenceFlow_0b6eqin</bpmn2:incoming>
84       <bpmn2:outgoing>SequenceFlow_1cpg3ku</bpmn2:outgoing>
85       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
86 def dcsi = new DoCompareModelofE2EServiceInstance()
87 dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
88     </bpmn2:scriptTask>
89     <bpmn2:sequenceFlow id="SequenceFlow_1xzphe4" name="" sourceRef="ScriptTask_0ba0el1" targetRef="CallActivity_1a3n88w" />
90     <bpmn2:sequenceFlow id="SequenceFlow_0b6eqin" sourceRef="CallActivity_1a3n88w" targetRef="ScriptTask_18k4xnm" />
91     <bpmn2:sequenceFlow id="SequenceFlow_1cpg3ku" sourceRef="ScriptTask_18k4xnm" targetRef="IntermediateThrowEvent_1dhdmdy" />
92   </bpmn2:process>
93   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
94   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
95   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
96     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCompareModelofE2EServiceInstance">
97       <bpmndi:BPMNEdge id="SequenceFlow_1rebkae_di" bpmnElement="SequenceFlow_1rebkae">
98         <di:waypoint xsi:type="dc:Point" x="6" y="259" />
99         <di:waypoint xsi:type="dc:Point" x="363" y="259" />
100         <bpmndi:BPMNLabel>
101           <dc:Bounds x="139.5" y="238" width="90" height="12" />
102         </bpmndi:BPMNLabel>
103       </bpmndi:BPMNEdge>
104       <bpmndi:BPMNShape id="IntermediateCatchEvent_05z1jyy_di" bpmnElement="StartEvent_0jhv664">
105         <dc:Bounds x="-30" y="241" width="36" height="36" />
106         <bpmndi:BPMNLabel>
107           <dc:Bounds x="-46" y="281" width="68" height="12" />
108         </bpmndi:BPMNLabel>
109       </bpmndi:BPMNShape>
110       <bpmndi:BPMNShape id="EndEvent_0x8im5g_di" bpmnElement="EndEvent_0x8im5g">
111         <dc:Bounds x="1038" y="241" width="36" height="36" />
112         <bpmndi:BPMNLabel>
113           <dc:Bounds x="1011" y="281" width="90" height="12" />
114         </bpmndi:BPMNLabel>
115       </bpmndi:BPMNShape>
116       <bpmndi:BPMNEdge id="SequenceFlow_1lkpfe2_di" bpmnElement="SequenceFlow_1lkpfe2">
117         <di:waypoint xsi:type="dc:Point" x="801" y="259" />
118         <di:waypoint xsi:type="dc:Point" x="1038" y="259" />
119         <bpmndi:BPMNLabel>
120           <dc:Bounds x="874.5" y="238" width="90" height="12" />
121         </bpmndi:BPMNLabel>
122       </bpmndi:BPMNEdge>
123       <bpmndi:BPMNShape id="SubProcess_0roysbg_di" bpmnElement="SubProcess_0roysbg" isExpanded="true">
124         <dc:Bounds x="216" y="387" width="467" height="193" />
125       </bpmndi:BPMNShape>
126       <bpmndi:BPMNShape id="StartEvent_0xtpw6j_di" bpmnElement="StartEvent_0xtpw6j">
127         <dc:Bounds x="284" y="454" width="36" height="36" />
128         <bpmndi:BPMNLabel>
129           <dc:Bounds x="167" y="495" width="90" height="12" />
130         </bpmndi:BPMNLabel>
131       </bpmndi:BPMNShape>
132       <bpmndi:BPMNShape id="EndEvent_05a2pr9_di" bpmnElement="EndEvent_05a2pr9">
133         <dc:Bounds x="577" y="454" width="36" height="36" />
134         <bpmndi:BPMNLabel>
135           <dc:Bounds x="460" y="495" width="90" height="12" />
136         </bpmndi:BPMNLabel>
137       </bpmndi:BPMNShape>
138       <bpmndi:BPMNShape id="ScriptTask_0xk9fk3_di" bpmnElement="ScriptTask_0xk9fk3">
139         <dc:Bounds x="388" y="432" width="100" height="80" />
140       </bpmndi:BPMNShape>
141       <bpmndi:BPMNEdge id="SequenceFlow_19sogyb_di" bpmnElement="SequenceFlow_19sogyb">
142         <di:waypoint xsi:type="dc:Point" x="320" y="472" />
143         <di:waypoint xsi:type="dc:Point" x="388" y="472" />
144         <bpmndi:BPMNLabel>
145           <dc:Bounds x="219" y="457" width="90" height="12" />
146         </bpmndi:BPMNLabel>
147       </bpmndi:BPMNEdge>
148       <bpmndi:BPMNEdge id="SequenceFlow_17mr4jl_di" bpmnElement="SequenceFlow_17mr4jl">
149         <di:waypoint xsi:type="dc:Point" x="488" y="472" />
150         <di:waypoint xsi:type="dc:Point" x="577" y="472" />
151         <bpmndi:BPMNLabel>
152           <dc:Bounds x="400" y="457" width="90" height="12" />
153         </bpmndi:BPMNLabel>
154       </bpmndi:BPMNEdge>
155       <bpmndi:BPMNShape id="StartEvent_13da9hl_di" bpmnElement="StartEvent_13da9hl">
156         <dc:Bounds x="-20" y="83" width="36" height="36" />
157         <bpmndi:BPMNLabel>
158           <dc:Bounds x="-26" y="124" width="50" height="12" />
159         </bpmndi:BPMNLabel>
160       </bpmndi:BPMNShape>
161       <bpmndi:BPMNShape id="IntermediateThrowEvent_1dhdmdy_di" bpmnElement="IntermediateThrowEvent_1dhdmdy">
162         <dc:Bounds x="1048" y="83" width="36" height="36" />
163         <bpmndi:BPMNLabel>
164           <dc:Bounds x="1023" y="123" width="88" height="36" />
165         </bpmndi:BPMNLabel>
166       </bpmndi:BPMNShape>
167       <bpmndi:BPMNEdge id="SequenceFlow_1chfao3_di" bpmnElement="SequenceFlow_1chfao3">
168         <di:waypoint xsi:type="dc:Point" x="16" y="101" />
169         <di:waypoint xsi:type="dc:Point" x="211" y="101" />
170         <bpmndi:BPMNLabel>
171           <dc:Bounds x="68.5" y="80" width="90" height="12" />
172         </bpmndi:BPMNLabel>
173       </bpmndi:BPMNEdge>
174       <bpmndi:BPMNShape id="CallActivity_1va14ul_di" bpmnElement="CallActivity_1va14ul">
175         <dc:Bounds x="363" y="219" width="100" height="80" />
176       </bpmndi:BPMNShape>
177       <bpmndi:BPMNShape id="ScriptTask_1odhh8p_di" bpmnElement="ScriptTask_1odhh8p">
178         <dc:Bounds x="701" y="219" width="100" height="80" />
179       </bpmndi:BPMNShape>
180       <bpmndi:BPMNEdge id="SequenceFlow_1pe6r93_di" bpmnElement="SequenceFlow_1pe6r93">
181         <di:waypoint xsi:type="dc:Point" x="463" y="259" />
182         <di:waypoint xsi:type="dc:Point" x="701" y="259" />
183         <bpmndi:BPMNLabel>
184           <dc:Bounds x="537" y="238" width="90" height="12" />
185         </bpmndi:BPMNLabel>
186       </bpmndi:BPMNEdge>
187       <bpmndi:BPMNShape id="ScriptTask_0ba0el1_di" bpmnElement="ScriptTask_0ba0el1">
188         <dc:Bounds x="211" y="61" width="100" height="80" />
189       </bpmndi:BPMNShape>
190       <bpmndi:BPMNShape id="CallActivity_1a3n88w_di" bpmnElement="CallActivity_1a3n88w">
191         <dc:Bounds x="499" y="59" width="100" height="80" />
192       </bpmndi:BPMNShape>
193       <bpmndi:BPMNShape id="ScriptTask_18k4xnm_di" bpmnElement="ScriptTask_18k4xnm">
194         <dc:Bounds x="776" y="61" width="100" height="80" />
195       </bpmndi:BPMNShape>
196       <bpmndi:BPMNEdge id="SequenceFlow_1xzphe4_di" bpmnElement="SequenceFlow_1xzphe4">
197         <di:waypoint xsi:type="dc:Point" x="311" y="101" />
198         <di:waypoint xsi:type="dc:Point" x="499" y="99" />
199         <bpmndi:BPMNLabel>
200           <dc:Bounds x="360" y="85" width="0" height="12" />
201         </bpmndi:BPMNLabel>
202       </bpmndi:BPMNEdge>
203       <bpmndi:BPMNEdge id="SequenceFlow_0b6eqin_di" bpmnElement="SequenceFlow_0b6eqin">
204         <di:waypoint xsi:type="dc:Point" x="599" y="99" />
205         <di:waypoint xsi:type="dc:Point" x="776" y="101" />
206         <bpmndi:BPMNLabel>
207           <dc:Bounds x="643.5" y="79" width="0" height="12" />
208         </bpmndi:BPMNLabel>
209       </bpmndi:BPMNEdge>
210       <bpmndi:BPMNEdge id="SequenceFlow_1cpg3ku_di" bpmnElement="SequenceFlow_1cpg3ku">
211         <di:waypoint xsi:type="dc:Point" x="876" y="101" />
212         <di:waypoint xsi:type="dc:Point" x="968" y="101" />
213         <di:waypoint xsi:type="dc:Point" x="968" y="101" />
214         <di:waypoint xsi:type="dc:Point" x="1048" y="101" />
215         <bpmndi:BPMNLabel>
216           <dc:Bounds x="983" y="95" width="0" height="12" />
217         </bpmndi:BPMNLabel>
218       </bpmndi:BPMNEdge>
219     </bpmndi:BPMNPlane>
220   </bpmndi:BPMNDiagram>
221 </bpmn2:definitions>