blob: 1149cc9ea9084bd61fcd808b345e41db05a9677d [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +05302<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="3.1.0">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <bpmn:process id="DoDeleteE2EServiceInstance" name="All Resources Deleted" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_0212h2r" name="Start Flow">
5 <bpmn:outgoing>SequenceFlow_0vz7cd9</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:scriptTask id="ScriptTask_06phzgv" name="PreProcess Incoming Request" scriptFormat="groovy">
8 <bpmn:incoming>SequenceFlow_0vz7cd9</bpmn:incoming>
9 <bpmn:outgoing>SequenceFlow_11e6bfy</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053010 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040011def ddsi = new DoDeleteE2EServiceInstance()
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +053012ddsi.preProcessRequest(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040013 </bpmn:scriptTask>
14 <bpmn:endEvent id="EndEvent_1uqzt26">
15 <bpmn:incoming>SequenceFlow_0e7inkl</bpmn:incoming>
16 </bpmn:endEvent>
17 <bpmn:scriptTask id="ScriptTask_1rtnsh8" name="Post Process AAI GET" scriptFormat="groovy">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053018 <bpmn:incoming>SequenceFlow_11e6bfy</bpmn:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040019 <bpmn:outgoing>SequenceFlow_0vi0sv6</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053020 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040021def ddsi = new DoDeleteE2EServiceInstance()
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053022ddsi.postProcessAAIGET(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040023 </bpmn:scriptTask>
24 <bpmn:scriptTask id="ScriptTask_01erufg" name="&#10;AAI&#10;Delete&#10;(svc instance)&#10;" scriptFormat="groovy">
25 <bpmn:incoming>SequenceFlow_1cevtpy</bpmn:incoming>
Yulian Hanf348c152018-11-12 20:07:45 +080026 <bpmn:incoming>SequenceFlow_12rr1yy</bpmn:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040027 <bpmn:outgoing>SequenceFlow_0e7inkl</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053028 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +053029def ddsi = new DoDeleteE2EServiceInstance()
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053030ddsi.deleteServiceInstance(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040031 </bpmn:scriptTask>
32 <bpmn:subProcess id="SubProcess_1u8zt9i" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
33 <bpmn:startEvent id="StartEvent_0sf5lpt">
34 <bpmn:outgoing>SequenceFlow_1921mo3</bpmn:outgoing>
35 <bpmn:errorEventDefinition />
36 </bpmn:startEvent>
37 <bpmn:endEvent id="EndEvent_06utmg4">
38 <bpmn:incoming>SequenceFlow_18vlzfo</bpmn:incoming>
39 </bpmn:endEvent>
40 <bpmn:scriptTask id="ScriptTask_0nha3pr" name="Log / Print Unexpected Error" scriptFormat="groovy">
41 <bpmn:incoming>SequenceFlow_1921mo3</bpmn:incoming>
42 <bpmn:outgoing>SequenceFlow_18vlzfo</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053043 <bpmn:script>import org.onap.so.bpmn.common.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040044ExceptionUtil ex = new ExceptionUtil()
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053045ex.processJavaException(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040046 </bpmn:scriptTask>
47 <bpmn:sequenceFlow id="SequenceFlow_1921mo3" name="" sourceRef="StartEvent_0sf5lpt" targetRef="ScriptTask_0nha3pr" />
48 <bpmn:sequenceFlow id="SequenceFlow_18vlzfo" name="" sourceRef="ScriptTask_0nha3pr" targetRef="EndEvent_06utmg4" />
49 </bpmn:subProcess>
50 <bpmn:sequenceFlow id="SequenceFlow_0vz7cd9" sourceRef="StartEvent_0212h2r" targetRef="ScriptTask_06phzgv" />
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053051 <bpmn:sequenceFlow id="SequenceFlow_11e6bfy" sourceRef="ScriptTask_06phzgv" targetRef="ScriptTask_1rtnsh8" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040052 <bpmn:sequenceFlow id="SequenceFlow_0e7inkl" sourceRef="ScriptTask_01erufg" targetRef="EndEvent_1uqzt26" />
53 <bpmn:scriptTask id="ScriptTask_146jt8v" name="Prepare Resource Oper Status" scriptFormat="groovy">
54 <bpmn:incoming>SequenceFlow_1961633</bpmn:incoming>
55 <bpmn:outgoing>SequenceFlow_1ym9otf</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053056 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040057def ddsi = new DoDeleteE2EServiceInstance()
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053058ddsi.preInitResourcesOperStatus(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040059 </bpmn:scriptTask>
60 <bpmn:serviceTask id="ServiceTask_00tg69u" name="Init Resource Oper Status">
61 <bpmn:extensionElements>
62 <camunda:connector>
63 <camunda:inputOutput>
64 <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
65 <camunda:inputParameter name="headers">
66 <camunda:map>
67 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
subhash kumar singh0578fc42018-11-15 12:27:09 +053068 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040069 </camunda:map>
70 </camunda:inputParameter>
71 <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
72 <camunda:inputParameter name="method">POST</camunda:inputParameter>
73 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
74 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
75 </camunda:inputOutput>
76 <camunda:connectorId>http-connector</camunda:connectorId>
77 </camunda:connector>
78 </bpmn:extensionElements>
79 <bpmn:incoming>SequenceFlow_1ym9otf</bpmn:incoming>
80 <bpmn:outgoing>SequenceFlow_1j08ko3</bpmn:outgoing>
81 </bpmn:serviceTask>
82 <bpmn:sequenceFlow id="SequenceFlow_1ym9otf" sourceRef="ScriptTask_146jt8v" targetRef="ServiceTask_00tg69u" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040083 <bpmn:sequenceFlow id="SequenceFlow_1j08ko3" sourceRef="ServiceTask_00tg69u" targetRef="Task_1f5dlsv" />
84 <bpmn:sequenceFlow id="SequenceFlow_0fo5vw5" sourceRef="Task_1ldvug1" targetRef="Task_0mhdfuu" />
85 <bpmn:sequenceFlow id="SequenceFlow_0orw2f8" sourceRef="Task_0mhdfuu" targetRef="Task_1yx1n05" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040086 <bpmn:intermediateCatchEvent id="startDeleteResources" name="Start Delete Resources">
87 <bpmn:outgoing>SequenceFlow_1961633</bpmn:outgoing>
88 <bpmn:linkEventDefinition name="StartDeleteResource" />
89 </bpmn:intermediateCatchEvent>
90 <bpmn:sequenceFlow id="SequenceFlow_1961633" sourceRef="startDeleteResources" targetRef="ScriptTask_146jt8v" />
91 <bpmn:scriptTask id="Task_1ldvug1" name="Prepare Decompose Service" scriptFormat="groovy">
92 <bpmn:incoming>SequenceFlow_1q2mqnm</bpmn:incoming>
93 <bpmn:outgoing>SequenceFlow_0fo5vw5</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053094 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040095def dcsi= new DoDeleteE2EServiceInstance()
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +053096dcsi.prepareDecomposeService(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040097 </bpmn:scriptTask>
98 <bpmn:callActivity id="Task_0mhdfuu" name="Call Decompose Service" calledElement="DecomposeService">
99 <bpmn:extensionElements>
100 <camunda:in source="msoRequestId" target="msoRequestId" />
101 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
102 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
103 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
104 <camunda:in source="requestParameters" target="requestParameters" />
105 <camunda:out source="rollbackData" target="rollbackData" />
106 <camunda:out source="rolledBack" target="rolledBack" />
107 <camunda:out source="WorkflowException" target="WorkflowException" />
108 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
109 </bpmn:extensionElements>
110 <bpmn:incoming>SequenceFlow_0fo5vw5</bpmn:incoming>
111 <bpmn:outgoing>SequenceFlow_0orw2f8</bpmn:outgoing>
112 </bpmn:callActivity>
113 <bpmn:scriptTask id="Task_1yx1n05" name="Post Decompose Service" scriptFormat="groovy">
114 <bpmn:incoming>SequenceFlow_0orw2f8</bpmn:incoming>
Yulian Hanf348c152018-11-12 20:07:45 +0800115 <bpmn:outgoing>SequenceFlow_013rime</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530116 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400117def dcsi= new DoDeleteE2EServiceInstance()
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530118dcsi.postDecomposeService(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400119 </bpmn:scriptTask>
120 <bpmn:callActivity id="Task_1f5dlsv" name="Delete Resources" calledElement="DoDeleteResourcesV1">
121 <bpmn:extensionElements>
122 <camunda:in source="msoRequestId" target="msoRequestId" />
123 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
124 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
125 <camunda:in source="serviceType" target="serviceType" />
126 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
127 <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" />
128 <camunda:in source="serviceInputParams" target="serviceInputParams" />
129 <camunda:in source="deleteResourceList" target="deleteResourceList" />
130 <camunda:in source="resourceInstanceIDs" target="resourceInstanceIDs" />
131 <camunda:in source="operationType" target="operationType" />
132 <camunda:in source="operationId" target="operationId" />
133 <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
134 </bpmn:extensionElements>
135 <bpmn:incoming>SequenceFlow_1j08ko3</bpmn:incoming>
136 <bpmn:outgoing>SequenceFlow_1cevtpy</bpmn:outgoing>
137 </bpmn:callActivity>
138 <bpmn:sequenceFlow id="SequenceFlow_1cevtpy" sourceRef="Task_1f5dlsv" targetRef="ScriptTask_01erufg" />
139 <bpmn:intermediateCatchEvent id="DecomposeService" name="Decompose Service">
140 <bpmn:outgoing>SequenceFlow_1q2mqnm</bpmn:outgoing>
141 <bpmn:linkEventDefinition name="DecomposeService" />
142 </bpmn:intermediateCatchEvent>
143 <bpmn:sequenceFlow id="SequenceFlow_1q2mqnm" sourceRef="DecomposeService" targetRef="Task_1ldvug1" />
144 <bpmn:intermediateThrowEvent id="StartEvent_1qh5a34" name="Go to Decompse Service">
145 <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming>
146 <bpmn:linkEventDefinition name="DecomposeService" />
147 </bpmn:intermediateThrowEvent>
148 <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="StartEvent_1qh5a34" />
Yulian Hanf348c152018-11-12 20:07:45 +0800149 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_00pyc0n" name="Start Delete Resources">
150 <bpmn:incoming>SequenceFlow_1fozgqz</bpmn:incoming>
151 <bpmn:linkEventDefinition name="StartDeleteResource" />
152 </bpmn:intermediateThrowEvent>
153 <bpmn:exclusiveGateway id="ExclusiveGateway_156mc3h" name="Valid Resource List?" default="SequenceFlow_1ncja2b">
154 <bpmn:incoming>SequenceFlow_013rime</bpmn:incoming>
155 <bpmn:outgoing>SequenceFlow_1fozgqz</bpmn:outgoing>
156 <bpmn:outgoing>SequenceFlow_1ncja2b</bpmn:outgoing>
157 </bpmn:exclusiveGateway>
158 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1g4uc66" name="End Delete Process">
159 <bpmn:incoming>SequenceFlow_1ncja2b</bpmn:incoming>
160 <bpmn:linkEventDefinition name="EndDeleteProcess" />
161 </bpmn:intermediateThrowEvent>
162 <bpmn:sequenceFlow id="SequenceFlow_1fozgqz" name="Yes" sourceRef="ExclusiveGateway_156mc3h" targetRef="IntermediateThrowEvent_00pyc0n">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530163 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("isDeleteResourceListValid" ) == true)}</bpmn:conditionExpression>
Yulian Hanf348c152018-11-12 20:07:45 +0800164 </bpmn:sequenceFlow>
165 <bpmn:sequenceFlow id="SequenceFlow_1ncja2b" sourceRef="ExclusiveGateway_156mc3h" targetRef="IntermediateThrowEvent_1g4uc66" />
166 <bpmn:sequenceFlow id="SequenceFlow_013rime" sourceRef="Task_1yx1n05" targetRef="ExclusiveGateway_156mc3h" />
167 <bpmn:serviceTask id="ServiceTask_1lsic7i" name="Update Service Operation Status">
168 <bpmn:extensionElements>
169 <camunda:connector>
170 <camunda:inputOutput>
171 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
172 <camunda:inputParameter name="headers">
173 <camunda:map>
174 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
subhash kumar singh00252f92018-11-15 17:35:55 +0530175 <camunda:entry key="Authorization">${UrnPropertiesReader.getVariable("mso.adapters.requestDb.auth", execution)}</camunda:entry>
Yulian Hanf348c152018-11-12 20:07:45 +0800176 </camunda:map>
177 </camunda:inputParameter>
178 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
179 <camunda:inputParameter name="method">POST</camunda:inputParameter>
180 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
181 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
182 </camunda:inputOutput>
183 <camunda:connectorId>http-connector</camunda:connectorId>
184 </camunda:connector>
185 </bpmn:extensionElements>
186 <bpmn:incoming>SequenceFlow_1ab3vex</bpmn:incoming>
187 <bpmn:outgoing>SequenceFlow_12rr1yy</bpmn:outgoing>
188 </bpmn:serviceTask>
189 <bpmn:scriptTask id="ScriptTask_0f3tjbn" name="prepare update service operation status" scriptFormat="groovy">
190 <bpmn:incoming>SequenceFlow_0h5c1bd</bpmn:incoming>
191 <bpmn:outgoing>SequenceFlow_1ab3vex</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530192 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Yulian Hanf348c152018-11-12 20:07:45 +0800193execution.setVariable("progress", "100")
194execution.setVariable("result", "finished")
195execution.setVariable("operationContent", "No actual resoure in service instance")
196def csi= new DoDeleteE2EServiceInstance()
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530197csi.prepareUpdateServiceOperationStatus(execution)</bpmn:script>
Yulian Hanf348c152018-11-12 20:07:45 +0800198 </bpmn:scriptTask>
199 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0hrkmxb" name="End Delete Process">
200 <bpmn:outgoing>SequenceFlow_0h5c1bd</bpmn:outgoing>
201 <bpmn:linkEventDefinition name="EndDeleteProcess" />
202 </bpmn:intermediateCatchEvent>
203 <bpmn:sequenceFlow id="SequenceFlow_1ab3vex" sourceRef="ScriptTask_0f3tjbn" targetRef="ServiceTask_1lsic7i" />
204 <bpmn:sequenceFlow id="SequenceFlow_0h5c1bd" sourceRef="IntermediateCatchEvent_0hrkmxb" targetRef="ScriptTask_0f3tjbn" />
205 <bpmn:sequenceFlow id="SequenceFlow_12rr1yy" sourceRef="ServiceTask_1lsic7i" targetRef="ScriptTask_01erufg" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400206 </bpmn:process>
207 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
208 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteE2EServiceInstance">
209 <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530210 <dc:Bounds x="168" y="103" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400211 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530212 <dc:Bounds x="162" y="144" width="50" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400213 </bpmndi:BPMNLabel>
214 </bpmndi:BPMNShape>
215 <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530216 <dc:Bounds x="256" y="81" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400217 </bpmndi:BPMNShape>
218 <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530219 <dc:Bounds x="1248" y="626" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400220 <bpmndi:BPMNLabel>
221 <dc:Bounds x="471" y="513" width="90" height="12" />
222 </bpmndi:BPMNLabel>
223 </bpmndi:BPMNShape>
224 <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530225 <dc:Bounds x="596" y="81" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400226 </bpmndi:BPMNShape>
227 <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530228 <dc:Bounds x="959" y="604" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400229 </bpmndi:BPMNShape>
230 <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530231 <dc:Bounds x="544" y="1134" width="467" height="193" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400232 </bpmndi:BPMNShape>
233 <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530234 <di:waypoint x="204" y="121" />
235 <di:waypoint x="230" y="121" />
236 <di:waypoint x="230" y="121" />
237 <di:waypoint x="256" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400238 <bpmndi:BPMNLabel>
239 <dc:Bounds x="-505" y="-39" width="90" height="12" />
240 </bpmndi:BPMNLabel>
241 </bpmndi:BPMNEdge>
242 <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530243 <di:waypoint x="356" y="121" />
244 <di:waypoint x="596" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400245 <bpmndi:BPMNLabel>
246 <dc:Bounds x="-348" y="-39" width="90" height="12" />
247 </bpmndi:BPMNLabel>
248 </bpmndi:BPMNEdge>
249 <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530250 <di:waypoint x="1059" y="644" />
251 <di:waypoint x="1248" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400252 <bpmndi:BPMNLabel>
253 <dc:Bounds x="403.5" y="469" width="90" height="12" />
254 </bpmndi:BPMNLabel>
255 </bpmndi:BPMNEdge>
256 <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530257 <dc:Bounds x="612" y="1201" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400258 <bpmndi:BPMNLabel>
Yulian Hanf348c152018-11-12 20:07:45 +0800259 <dc:Bounds x="-165" y="1088" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNShape>
262 <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530263 <dc:Bounds x="905" y="1201" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400264 <bpmndi:BPMNLabel>
Yulian Hanf348c152018-11-12 20:07:45 +0800265 <dc:Bounds x="128" y="1088" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400266 </bpmndi:BPMNLabel>
267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530269 <dc:Bounds x="716" y="1179" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400270 </bpmndi:BPMNShape>
271 <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530272 <di:waypoint x="648" y="1219" />
273 <di:waypoint x="716" y="1219" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400274 <bpmndi:BPMNLabel>
Yulian Hanf348c152018-11-12 20:07:45 +0800275 <dc:Bounds x="-113" y="1050" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400276 </bpmndi:BPMNLabel>
277 </bpmndi:BPMNEdge>
278 <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530279 <di:waypoint x="816" y="1219" />
280 <di:waypoint x="905" y="1219" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400281 <bpmndi:BPMNLabel>
Yulian Hanf348c152018-11-12 20:07:45 +0800282 <dc:Bounds x="67" y="1050" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNEdge>
285 <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530286 <dc:Bounds x="283" y="604" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530289 <dc:Bounds x="476" y="604" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400290 </bpmndi:BPMNShape>
291 <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530292 <di:waypoint x="383" y="644" />
293 <di:waypoint x="476" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400294 <bpmndi:BPMNLabel>
295 <dc:Bounds x="-320.5" y="469" width="90" height="12" />
296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400298 <bpmndi:BPMNEdge id="SequenceFlow_1j08ko3_di" bpmnElement="SequenceFlow_1j08ko3">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530299 <di:waypoint x="576" y="644" />
300 <di:waypoint x="704" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="-110" y="469" width="90" height="12" />
303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNEdge>
305 <bpmndi:BPMNEdge id="SequenceFlow_0fo5vw5_di" bpmnElement="SequenceFlow_0fo5vw5">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530306 <di:waypoint x="427" y="352" />
307 <di:waypoint x="451" y="352" />
308 <di:waypoint x="451" y="352" />
309 <di:waypoint x="527" y="352" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400310 <bpmndi:BPMNLabel>
311 <dc:Bounds x="-284" y="192" width="90" height="12" />
312 </bpmndi:BPMNLabel>
313 </bpmndi:BPMNEdge>
314 <bpmndi:BPMNEdge id="SequenceFlow_0orw2f8_di" bpmnElement="SequenceFlow_0orw2f8">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530315 <di:waypoint x="627" y="352" />
316 <di:waypoint x="656" y="352" />
317 <di:waypoint x="656" y="352" />
318 <di:waypoint x="752" y="352" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400319 <bpmndi:BPMNLabel>
320 <dc:Bounds x="-79" y="192" width="90" height="12" />
321 </bpmndi:BPMNLabel>
322 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400323 <bpmndi:BPMNShape id="IntermediateCatchEvent_1jcfnjr_di" bpmnElement="startDeleteResources">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530324 <dc:Bounds x="168" y="626" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400325 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530326 <dc:Bounds x="157" y="666" width="58" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNShape>
329 <bpmndi:BPMNEdge id="SequenceFlow_1961633_di" bpmnElement="SequenceFlow_1961633">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530330 <di:waypoint x="204" y="644" />
331 <di:waypoint x="283" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400332 <bpmndi:BPMNLabel>
333 <dc:Bounds x="-461.5" y="469" width="0" height="12" />
334 </bpmndi:BPMNLabel>
335 </bpmndi:BPMNEdge>
336 <bpmndi:BPMNShape id="ScriptTask_079nac8_di" bpmnElement="Task_1ldvug1">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530337 <dc:Bounds x="327" y="312" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400338 </bpmndi:BPMNShape>
339 <bpmndi:BPMNShape id="CallActivity_01b12fk_di" bpmnElement="Task_0mhdfuu">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530340 <dc:Bounds x="527" y="312" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400341 </bpmndi:BPMNShape>
342 <bpmndi:BPMNShape id="ScriptTask_0msjtc4_di" bpmnElement="Task_1yx1n05">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530343 <dc:Bounds x="752" y="312" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400344 </bpmndi:BPMNShape>
345 <bpmndi:BPMNShape id="CallActivity_16sm2op_di" bpmnElement="Task_1f5dlsv">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530346 <dc:Bounds x="704" y="604" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400347 </bpmndi:BPMNShape>
348 <bpmndi:BPMNEdge id="SequenceFlow_1cevtpy_di" bpmnElement="SequenceFlow_1cevtpy">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530349 <di:waypoint x="804" y="644" />
350 <di:waypoint x="959" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400351 <bpmndi:BPMNLabel>
352 <dc:Bounds x="131.5" y="469" width="90" height="12" />
353 </bpmndi:BPMNLabel>
354 </bpmndi:BPMNEdge>
355 <bpmndi:BPMNShape id="IntermediateCatchEvent_0s6bb2d_di" bpmnElement="DecomposeService">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530356 <dc:Bounds x="168" y="334" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400357 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530358 <dc:Bounds x="156" y="374" width="59" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNShape>
361 <bpmndi:BPMNEdge id="SequenceFlow_1q2mqnm_di" bpmnElement="SequenceFlow_1q2mqnm">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530362 <di:waypoint x="204" y="352" />
363 <di:waypoint x="327" y="352" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400364 <bpmndi:BPMNLabel>
365 <dc:Bounds x="-484" y="177" width="90" height="12" />
366 </bpmndi:BPMNLabel>
367 </bpmndi:BPMNEdge>
368 <bpmndi:BPMNShape id="IntermediateThrowEvent_1j1awcj_di" bpmnElement="StartEvent_1qh5a34">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530369 <dc:Bounds x="776" y="103" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400370 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530371 <dc:Bounds x="752" y="143" width="83" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400372 </bpmndi:BPMNLabel>
373 </bpmndi:BPMNShape>
374 <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530375 <di:waypoint x="696" y="121" />
376 <di:waypoint x="719" y="121" />
377 <di:waypoint x="719" y="121" />
378 <di:waypoint x="776" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400379 <bpmndi:BPMNLabel>
380 <dc:Bounds x="-16" y="-39" width="90" height="12" />
381 </bpmndi:BPMNLabel>
382 </bpmndi:BPMNEdge>
Yulian Hanf348c152018-11-12 20:07:45 +0800383 <bpmndi:BPMNShape id="IntermediateThrowEvent_00pyc0n_di" bpmnElement="IntermediateThrowEvent_00pyc0n">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530384 <dc:Bounds x="1103" y="334" width="36" height="36" />
Yulian Hanf348c152018-11-12 20:07:45 +0800385 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530386 <dc:Bounds x="1094" y="374" width="58" height="27" />
Yulian Hanf348c152018-11-12 20:07:45 +0800387 </bpmndi:BPMNLabel>
388 </bpmndi:BPMNShape>
389 <bpmndi:BPMNShape id="ExclusiveGateway_156mc3h_di" bpmnElement="ExclusiveGateway_156mc3h" isMarkerVisible="true">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530390 <dc:Bounds x="984" y="327" width="50" height="50" />
Yulian Hanf348c152018-11-12 20:07:45 +0800391 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530392 <dc:Bounds x="972" y="299" width="74" height="27" />
Yulian Hanf348c152018-11-12 20:07:45 +0800393 </bpmndi:BPMNLabel>
394 </bpmndi:BPMNShape>
395 <bpmndi:BPMNShape id="IntermediateThrowEvent_1g4uc66_di" bpmnElement="IntermediateThrowEvent_1g4uc66">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530396 <dc:Bounds x="991" y="424" width="36" height="36" />
Yulian Hanf348c152018-11-12 20:07:45 +0800397 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530398 <dc:Bounds x="983" y="462" width="55" height="27" />
Yulian Hanf348c152018-11-12 20:07:45 +0800399 </bpmndi:BPMNLabel>
400 </bpmndi:BPMNShape>
401 <bpmndi:BPMNEdge id="SequenceFlow_1fozgqz_di" bpmnElement="SequenceFlow_1fozgqz">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530402 <di:waypoint x="1034" y="352" />
403 <di:waypoint x="1103" y="352" />
Yulian Hanf348c152018-11-12 20:07:45 +0800404 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530405 <dc:Bounds x="1062" y="330" width="19" height="14" />
Yulian Hanf348c152018-11-12 20:07:45 +0800406 </bpmndi:BPMNLabel>
407 </bpmndi:BPMNEdge>
408 <bpmndi:BPMNEdge id="SequenceFlow_1ncja2b_di" bpmnElement="SequenceFlow_1ncja2b">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530409 <di:waypoint x="1009" y="377" />
410 <di:waypoint x="1009" y="424" />
Yulian Hanf348c152018-11-12 20:07:45 +0800411 <bpmndi:BPMNLabel>
412 <dc:Bounds x="274" y="240.5" width="0" height="12" />
413 </bpmndi:BPMNLabel>
414 </bpmndi:BPMNEdge>
415 <bpmndi:BPMNEdge id="SequenceFlow_013rime_di" bpmnElement="SequenceFlow_013rime">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530416 <di:waypoint x="852" y="352" />
417 <di:waypoint x="984" y="352" />
Yulian Hanf348c152018-11-12 20:07:45 +0800418 <bpmndi:BPMNLabel>
419 <dc:Bounds x="213" y="177" width="0" height="12" />
420 </bpmndi:BPMNLabel>
421 </bpmndi:BPMNEdge>
422 <bpmndi:BPMNShape id="ServiceTask_1lsic7i_di" bpmnElement="ServiceTask_1lsic7i">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530423 <dc:Bounds x="584" y="851" width="100" height="80" />
Yulian Hanf348c152018-11-12 20:07:45 +0800424 </bpmndi:BPMNShape>
425 <bpmndi:BPMNShape id="ScriptTask_0f3tjbn_di" bpmnElement="ScriptTask_0f3tjbn">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530426 <dc:Bounds x="306" y="851" width="100" height="80" />
Yulian Hanf348c152018-11-12 20:07:45 +0800427 </bpmndi:BPMNShape>
428 <bpmndi:BPMNShape id="IntermediateCatchEvent_0hrkmxb_di" bpmnElement="IntermediateCatchEvent_0hrkmxb">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530429 <dc:Bounds x="174" y="873" width="36" height="36" />
Yulian Hanf348c152018-11-12 20:07:45 +0800430 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530431 <dc:Bounds x="165" y="913" width="55" height="27" />
Yulian Hanf348c152018-11-12 20:07:45 +0800432 </bpmndi:BPMNLabel>
433 </bpmndi:BPMNShape>
434 <bpmndi:BPMNEdge id="SequenceFlow_1ab3vex_di" bpmnElement="SequenceFlow_1ab3vex">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530435 <di:waypoint x="406" y="891" />
436 <di:waypoint x="584" y="891" />
Yulian Hanf348c152018-11-12 20:07:45 +0800437 <bpmndi:BPMNLabel>
438 <dc:Bounds x="-255" y="715" width="0" height="12" />
439 </bpmndi:BPMNLabel>
440 </bpmndi:BPMNEdge>
441 <bpmndi:BPMNEdge id="SequenceFlow_0h5c1bd_di" bpmnElement="SequenceFlow_0h5c1bd">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530442 <di:waypoint x="210" y="891" />
443 <di:waypoint x="306" y="891" />
Yulian Hanf348c152018-11-12 20:07:45 +0800444 <bpmndi:BPMNLabel>
445 <dc:Bounds x="-492" y="715" width="0" height="12" />
446 </bpmndi:BPMNLabel>
447 </bpmndi:BPMNEdge>
448 <bpmndi:BPMNEdge id="SequenceFlow_12rr1yy_di" bpmnElement="SequenceFlow_12rr1yy">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530449 <di:waypoint x="684" y="891" />
450 <di:waypoint x="822" y="891" />
451 <di:waypoint x="822" y="644" />
452 <di:waypoint x="959" y="644" />
Yulian Hanf348c152018-11-12 20:07:45 +0800453 <bpmndi:BPMNLabel>
454 <dc:Bounds x="132" y="607.5" width="0" height="12" />
455 </bpmndi:BPMNLabel>
456 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400457 </bpmndi:BPMNPlane>
458 </bpmndi:BPMNDiagram>
Yulian Hanf348c152018-11-12 20:07:45 +0800459</bpmn:definitions>