blob: 85fe3b4b2919bae6de5aff0e0d770637465887d3 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
Srinivasan Ramanathane2708cb2020-03-18 09:23:51 +00002<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.4.1">
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" />
Srinivasan Ramanathane2708cb2020-03-18 09:23:51 +0000134 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400135 </bpmn:extensionElements>
136 <bpmn:incoming>SequenceFlow_1j08ko3</bpmn:incoming>
137 <bpmn:outgoing>SequenceFlow_1cevtpy</bpmn:outgoing>
138 </bpmn:callActivity>
139 <bpmn:sequenceFlow id="SequenceFlow_1cevtpy" sourceRef="Task_1f5dlsv" targetRef="ScriptTask_01erufg" />
140 <bpmn:intermediateCatchEvent id="DecomposeService" name="Decompose Service">
141 <bpmn:outgoing>SequenceFlow_1q2mqnm</bpmn:outgoing>
142 <bpmn:linkEventDefinition name="DecomposeService" />
143 </bpmn:intermediateCatchEvent>
144 <bpmn:sequenceFlow id="SequenceFlow_1q2mqnm" sourceRef="DecomposeService" targetRef="Task_1ldvug1" />
145 <bpmn:intermediateThrowEvent id="StartEvent_1qh5a34" name="Go to Decompse Service">
146 <bpmn:incoming>SequenceFlow_0vi0sv6</bpmn:incoming>
147 <bpmn:linkEventDefinition name="DecomposeService" />
148 </bpmn:intermediateThrowEvent>
149 <bpmn:sequenceFlow id="SequenceFlow_0vi0sv6" sourceRef="ScriptTask_1rtnsh8" targetRef="StartEvent_1qh5a34" />
Yulian Hanf348c152018-11-12 20:07:45 +0800150 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_00pyc0n" name="Start Delete Resources">
151 <bpmn:incoming>SequenceFlow_1fozgqz</bpmn:incoming>
152 <bpmn:linkEventDefinition name="StartDeleteResource" />
153 </bpmn:intermediateThrowEvent>
154 <bpmn:exclusiveGateway id="ExclusiveGateway_156mc3h" name="Valid Resource List?" default="SequenceFlow_1ncja2b">
155 <bpmn:incoming>SequenceFlow_013rime</bpmn:incoming>
156 <bpmn:outgoing>SequenceFlow_1fozgqz</bpmn:outgoing>
157 <bpmn:outgoing>SequenceFlow_1ncja2b</bpmn:outgoing>
158 </bpmn:exclusiveGateway>
159 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1g4uc66" name="End Delete Process">
160 <bpmn:incoming>SequenceFlow_1ncja2b</bpmn:incoming>
161 <bpmn:linkEventDefinition name="EndDeleteProcess" />
162 </bpmn:intermediateThrowEvent>
163 <bpmn:sequenceFlow id="SequenceFlow_1fozgqz" name="Yes" sourceRef="ExclusiveGateway_156mc3h" targetRef="IntermediateThrowEvent_00pyc0n">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530164 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("isDeleteResourceListValid" ) == true)}</bpmn:conditionExpression>
Yulian Hanf348c152018-11-12 20:07:45 +0800165 </bpmn:sequenceFlow>
166 <bpmn:sequenceFlow id="SequenceFlow_1ncja2b" sourceRef="ExclusiveGateway_156mc3h" targetRef="IntermediateThrowEvent_1g4uc66" />
167 <bpmn:sequenceFlow id="SequenceFlow_013rime" sourceRef="Task_1yx1n05" targetRef="ExclusiveGateway_156mc3h" />
168 <bpmn:serviceTask id="ServiceTask_1lsic7i" name="Update Service Operation Status">
169 <bpmn:extensionElements>
170 <camunda:connector>
171 <camunda:inputOutput>
172 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
173 <camunda:inputParameter name="headers">
174 <camunda:map>
175 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
subhash kumar singh00252f92018-11-15 17:35:55 +0530176 <camunda:entry key="Authorization">${UrnPropertiesReader.getVariable("mso.adapters.requestDb.auth", execution)}</camunda:entry>
Yulian Hanf348c152018-11-12 20:07:45 +0800177 </camunda:map>
178 </camunda:inputParameter>
179 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
180 <camunda:inputParameter name="method">POST</camunda:inputParameter>
181 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
182 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
183 </camunda:inputOutput>
184 <camunda:connectorId>http-connector</camunda:connectorId>
185 </camunda:connector>
186 </bpmn:extensionElements>
187 <bpmn:incoming>SequenceFlow_1ab3vex</bpmn:incoming>
188 <bpmn:outgoing>SequenceFlow_12rr1yy</bpmn:outgoing>
189 </bpmn:serviceTask>
190 <bpmn:scriptTask id="ScriptTask_0f3tjbn" name="prepare update service operation status" scriptFormat="groovy">
191 <bpmn:incoming>SequenceFlow_0h5c1bd</bpmn:incoming>
192 <bpmn:outgoing>SequenceFlow_1ab3vex</bpmn:outgoing>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530193 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Yulian Hanf348c152018-11-12 20:07:45 +0800194execution.setVariable("progress", "100")
195execution.setVariable("result", "finished")
196execution.setVariable("operationContent", "No actual resoure in service instance")
197def csi= new DoDeleteE2EServiceInstance()
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530198csi.prepareUpdateServiceOperationStatus(execution)</bpmn:script>
Yulian Hanf348c152018-11-12 20:07:45 +0800199 </bpmn:scriptTask>
200 <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0hrkmxb" name="End Delete Process">
201 <bpmn:outgoing>SequenceFlow_0h5c1bd</bpmn:outgoing>
202 <bpmn:linkEventDefinition name="EndDeleteProcess" />
203 </bpmn:intermediateCatchEvent>
204 <bpmn:sequenceFlow id="SequenceFlow_1ab3vex" sourceRef="ScriptTask_0f3tjbn" targetRef="ServiceTask_1lsic7i" />
205 <bpmn:sequenceFlow id="SequenceFlow_0h5c1bd" sourceRef="IntermediateCatchEvent_0hrkmxb" targetRef="ScriptTask_0f3tjbn" />
206 <bpmn:sequenceFlow id="SequenceFlow_12rr1yy" sourceRef="ServiceTask_1lsic7i" targetRef="ScriptTask_01erufg" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400207 </bpmn:process>
208 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
209 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteE2EServiceInstance">
210 <bpmndi:BPMNShape id="StartEvent_0212h2r_di" bpmnElement="StartEvent_0212h2r">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530211 <dc:Bounds x="168" y="103" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400212 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530213 <dc:Bounds x="162" y="144" width="50" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400214 </bpmndi:BPMNLabel>
215 </bpmndi:BPMNShape>
216 <bpmndi:BPMNShape id="ScriptTask_06phzgv_di" bpmnElement="ScriptTask_06phzgv">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530217 <dc:Bounds x="256" y="81" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400218 </bpmndi:BPMNShape>
219 <bpmndi:BPMNShape id="EndEvent_1uqzt26_di" bpmnElement="EndEvent_1uqzt26">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530220 <dc:Bounds x="1248" y="626" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400221 <bpmndi:BPMNLabel>
222 <dc:Bounds x="471" y="513" width="90" height="12" />
223 </bpmndi:BPMNLabel>
224 </bpmndi:BPMNShape>
225 <bpmndi:BPMNShape id="ScriptTask_1rtnsh8_di" bpmnElement="ScriptTask_1rtnsh8">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530226 <dc:Bounds x="596" y="81" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400227 </bpmndi:BPMNShape>
228 <bpmndi:BPMNShape id="ScriptTask_01erufg_di" bpmnElement="ScriptTask_01erufg">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530229 <dc:Bounds x="959" y="604" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400230 </bpmndi:BPMNShape>
231 <bpmndi:BPMNShape id="SubProcess_1u8zt9i_di" bpmnElement="SubProcess_1u8zt9i" isExpanded="true">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530232 <dc:Bounds x="544" y="1134" width="467" height="193" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400233 </bpmndi:BPMNShape>
234 <bpmndi:BPMNEdge id="SequenceFlow_0vz7cd9_di" bpmnElement="SequenceFlow_0vz7cd9">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530235 <di:waypoint x="204" y="121" />
236 <di:waypoint x="230" y="121" />
237 <di:waypoint x="230" y="121" />
238 <di:waypoint x="256" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400239 <bpmndi:BPMNLabel>
240 <dc:Bounds x="-505" y="-39" width="90" height="12" />
241 </bpmndi:BPMNLabel>
242 </bpmndi:BPMNEdge>
243 <bpmndi:BPMNEdge id="SequenceFlow_11e6bfy_di" bpmnElement="SequenceFlow_11e6bfy">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530244 <di:waypoint x="356" y="121" />
245 <di:waypoint x="596" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400246 <bpmndi:BPMNLabel>
247 <dc:Bounds x="-348" y="-39" width="90" height="12" />
248 </bpmndi:BPMNLabel>
249 </bpmndi:BPMNEdge>
250 <bpmndi:BPMNEdge id="SequenceFlow_0e7inkl_di" bpmnElement="SequenceFlow_0e7inkl">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530251 <di:waypoint x="1059" y="644" />
252 <di:waypoint x="1248" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400253 <bpmndi:BPMNLabel>
254 <dc:Bounds x="403.5" y="469" width="90" height="12" />
255 </bpmndi:BPMNLabel>
256 </bpmndi:BPMNEdge>
257 <bpmndi:BPMNShape id="StartEvent_0sf5lpt_di" bpmnElement="StartEvent_0sf5lpt">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530258 <dc:Bounds x="612" y="1201" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400259 <bpmndi:BPMNLabel>
Yulian Hanf348c152018-11-12 20:07:45 +0800260 <dc:Bounds x="-165" y="1088" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400261 </bpmndi:BPMNLabel>
262 </bpmndi:BPMNShape>
263 <bpmndi:BPMNShape id="EndEvent_06utmg4_di" bpmnElement="EndEvent_06utmg4">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530264 <dc:Bounds x="905" y="1201" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400265 <bpmndi:BPMNLabel>
Yulian Hanf348c152018-11-12 20:07:45 +0800266 <dc:Bounds x="128" y="1088" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400267 </bpmndi:BPMNLabel>
268 </bpmndi:BPMNShape>
269 <bpmndi:BPMNShape id="ScriptTask_0nha3pr_di" bpmnElement="ScriptTask_0nha3pr">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530270 <dc:Bounds x="716" y="1179" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400271 </bpmndi:BPMNShape>
272 <bpmndi:BPMNEdge id="SequenceFlow_1921mo3_di" bpmnElement="SequenceFlow_1921mo3">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530273 <di:waypoint x="648" y="1219" />
274 <di:waypoint x="716" y="1219" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400275 <bpmndi:BPMNLabel>
Yulian Hanf348c152018-11-12 20:07:45 +0800276 <dc:Bounds x="-113" y="1050" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400277 </bpmndi:BPMNLabel>
278 </bpmndi:BPMNEdge>
279 <bpmndi:BPMNEdge id="SequenceFlow_18vlzfo_di" bpmnElement="SequenceFlow_18vlzfo">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530280 <di:waypoint x="816" y="1219" />
281 <di:waypoint x="905" y="1219" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400282 <bpmndi:BPMNLabel>
Yulian Hanf348c152018-11-12 20:07:45 +0800283 <dc:Bounds x="67" y="1050" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400284 </bpmndi:BPMNLabel>
285 </bpmndi:BPMNEdge>
286 <bpmndi:BPMNShape id="ScriptTask_146jt8v_di" bpmnElement="ScriptTask_146jt8v">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530287 <dc:Bounds x="283" y="604" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400288 </bpmndi:BPMNShape>
289 <bpmndi:BPMNShape id="ServiceTask_00tg69u_di" bpmnElement="ServiceTask_00tg69u">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530290 <dc:Bounds x="476" y="604" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400291 </bpmndi:BPMNShape>
292 <bpmndi:BPMNEdge id="SequenceFlow_1ym9otf_di" bpmnElement="SequenceFlow_1ym9otf">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530293 <di:waypoint x="383" y="644" />
294 <di:waypoint x="476" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400295 <bpmndi:BPMNLabel>
296 <dc:Bounds x="-320.5" y="469" width="90" height="12" />
297 </bpmndi:BPMNLabel>
298 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400299 <bpmndi:BPMNEdge id="SequenceFlow_1j08ko3_di" bpmnElement="SequenceFlow_1j08ko3">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530300 <di:waypoint x="576" y="644" />
301 <di:waypoint x="704" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400302 <bpmndi:BPMNLabel>
303 <dc:Bounds x="-110" y="469" width="90" height="12" />
304 </bpmndi:BPMNLabel>
305 </bpmndi:BPMNEdge>
306 <bpmndi:BPMNEdge id="SequenceFlow_0fo5vw5_di" bpmnElement="SequenceFlow_0fo5vw5">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530307 <di:waypoint x="427" y="352" />
308 <di:waypoint x="451" y="352" />
309 <di:waypoint x="451" y="352" />
310 <di:waypoint x="527" y="352" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400311 <bpmndi:BPMNLabel>
312 <dc:Bounds x="-284" y="192" width="90" height="12" />
313 </bpmndi:BPMNLabel>
314 </bpmndi:BPMNEdge>
315 <bpmndi:BPMNEdge id="SequenceFlow_0orw2f8_di" bpmnElement="SequenceFlow_0orw2f8">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530316 <di:waypoint x="627" y="352" />
317 <di:waypoint x="656" y="352" />
318 <di:waypoint x="656" y="352" />
319 <di:waypoint x="752" y="352" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400320 <bpmndi:BPMNLabel>
321 <dc:Bounds x="-79" y="192" width="90" height="12" />
322 </bpmndi:BPMNLabel>
323 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400324 <bpmndi:BPMNShape id="IntermediateCatchEvent_1jcfnjr_di" bpmnElement="startDeleteResources">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530325 <dc:Bounds x="168" y="626" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400326 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530327 <dc:Bounds x="157" y="666" width="58" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNShape>
330 <bpmndi:BPMNEdge id="SequenceFlow_1961633_di" bpmnElement="SequenceFlow_1961633">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530331 <di:waypoint x="204" y="644" />
332 <di:waypoint x="283" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400333 <bpmndi:BPMNLabel>
334 <dc:Bounds x="-461.5" y="469" width="0" height="12" />
335 </bpmndi:BPMNLabel>
336 </bpmndi:BPMNEdge>
337 <bpmndi:BPMNShape id="ScriptTask_079nac8_di" bpmnElement="Task_1ldvug1">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530338 <dc:Bounds x="327" y="312" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400339 </bpmndi:BPMNShape>
340 <bpmndi:BPMNShape id="CallActivity_01b12fk_di" bpmnElement="Task_0mhdfuu">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530341 <dc:Bounds x="527" y="312" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNShape id="ScriptTask_0msjtc4_di" bpmnElement="Task_1yx1n05">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530344 <dc:Bounds x="752" y="312" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400345 </bpmndi:BPMNShape>
346 <bpmndi:BPMNShape id="CallActivity_16sm2op_di" bpmnElement="Task_1f5dlsv">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530347 <dc:Bounds x="704" y="604" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400348 </bpmndi:BPMNShape>
349 <bpmndi:BPMNEdge id="SequenceFlow_1cevtpy_di" bpmnElement="SequenceFlow_1cevtpy">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530350 <di:waypoint x="804" y="644" />
351 <di:waypoint x="959" y="644" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400352 <bpmndi:BPMNLabel>
353 <dc:Bounds x="131.5" y="469" width="90" height="12" />
354 </bpmndi:BPMNLabel>
355 </bpmndi:BPMNEdge>
356 <bpmndi:BPMNShape id="IntermediateCatchEvent_0s6bb2d_di" bpmnElement="DecomposeService">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530357 <dc:Bounds x="168" y="334" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400358 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530359 <dc:Bounds x="156" y="374" width="59" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400360 </bpmndi:BPMNLabel>
361 </bpmndi:BPMNShape>
362 <bpmndi:BPMNEdge id="SequenceFlow_1q2mqnm_di" bpmnElement="SequenceFlow_1q2mqnm">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530363 <di:waypoint x="204" y="352" />
364 <di:waypoint x="327" y="352" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400365 <bpmndi:BPMNLabel>
366 <dc:Bounds x="-484" y="177" width="90" height="12" />
367 </bpmndi:BPMNLabel>
368 </bpmndi:BPMNEdge>
369 <bpmndi:BPMNShape id="IntermediateThrowEvent_1j1awcj_di" bpmnElement="StartEvent_1qh5a34">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530370 <dc:Bounds x="776" y="103" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400371 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530372 <dc:Bounds x="752" y="143" width="83" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNShape>
375 <bpmndi:BPMNEdge id="SequenceFlow_0vi0sv6_di" bpmnElement="SequenceFlow_0vi0sv6">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530376 <di:waypoint x="696" y="121" />
377 <di:waypoint x="719" y="121" />
378 <di:waypoint x="719" y="121" />
379 <di:waypoint x="776" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400380 <bpmndi:BPMNLabel>
381 <dc:Bounds x="-16" y="-39" width="90" height="12" />
382 </bpmndi:BPMNLabel>
383 </bpmndi:BPMNEdge>
Yulian Hanf348c152018-11-12 20:07:45 +0800384 <bpmndi:BPMNShape id="IntermediateThrowEvent_00pyc0n_di" bpmnElement="IntermediateThrowEvent_00pyc0n">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530385 <dc:Bounds x="1103" y="334" width="36" height="36" />
Yulian Hanf348c152018-11-12 20:07:45 +0800386 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530387 <dc:Bounds x="1094" y="374" width="58" height="27" />
Yulian Hanf348c152018-11-12 20:07:45 +0800388 </bpmndi:BPMNLabel>
389 </bpmndi:BPMNShape>
390 <bpmndi:BPMNShape id="ExclusiveGateway_156mc3h_di" bpmnElement="ExclusiveGateway_156mc3h" isMarkerVisible="true">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530391 <dc:Bounds x="984" y="327" width="50" height="50" />
Yulian Hanf348c152018-11-12 20:07:45 +0800392 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530393 <dc:Bounds x="972" y="299" width="74" height="27" />
Yulian Hanf348c152018-11-12 20:07:45 +0800394 </bpmndi:BPMNLabel>
395 </bpmndi:BPMNShape>
396 <bpmndi:BPMNShape id="IntermediateThrowEvent_1g4uc66_di" bpmnElement="IntermediateThrowEvent_1g4uc66">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530397 <dc:Bounds x="991" y="424" width="36" height="36" />
Yulian Hanf348c152018-11-12 20:07:45 +0800398 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530399 <dc:Bounds x="983" y="462" width="55" height="27" />
Yulian Hanf348c152018-11-12 20:07:45 +0800400 </bpmndi:BPMNLabel>
401 </bpmndi:BPMNShape>
402 <bpmndi:BPMNEdge id="SequenceFlow_1fozgqz_di" bpmnElement="SequenceFlow_1fozgqz">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530403 <di:waypoint x="1034" y="352" />
404 <di:waypoint x="1103" y="352" />
Yulian Hanf348c152018-11-12 20:07:45 +0800405 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530406 <dc:Bounds x="1062" y="330" width="19" height="14" />
Yulian Hanf348c152018-11-12 20:07:45 +0800407 </bpmndi:BPMNLabel>
408 </bpmndi:BPMNEdge>
409 <bpmndi:BPMNEdge id="SequenceFlow_1ncja2b_di" bpmnElement="SequenceFlow_1ncja2b">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530410 <di:waypoint x="1009" y="377" />
411 <di:waypoint x="1009" y="424" />
Yulian Hanf348c152018-11-12 20:07:45 +0800412 <bpmndi:BPMNLabel>
413 <dc:Bounds x="274" y="240.5" width="0" height="12" />
414 </bpmndi:BPMNLabel>
415 </bpmndi:BPMNEdge>
416 <bpmndi:BPMNEdge id="SequenceFlow_013rime_di" bpmnElement="SequenceFlow_013rime">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530417 <di:waypoint x="852" y="352" />
418 <di:waypoint x="984" y="352" />
Yulian Hanf348c152018-11-12 20:07:45 +0800419 <bpmndi:BPMNLabel>
420 <dc:Bounds x="213" y="177" width="0" height="12" />
421 </bpmndi:BPMNLabel>
422 </bpmndi:BPMNEdge>
423 <bpmndi:BPMNShape id="ServiceTask_1lsic7i_di" bpmnElement="ServiceTask_1lsic7i">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530424 <dc:Bounds x="584" y="851" width="100" height="80" />
Yulian Hanf348c152018-11-12 20:07:45 +0800425 </bpmndi:BPMNShape>
426 <bpmndi:BPMNShape id="ScriptTask_0f3tjbn_di" bpmnElement="ScriptTask_0f3tjbn">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530427 <dc:Bounds x="306" y="851" width="100" height="80" />
Yulian Hanf348c152018-11-12 20:07:45 +0800428 </bpmndi:BPMNShape>
429 <bpmndi:BPMNShape id="IntermediateCatchEvent_0hrkmxb_di" bpmnElement="IntermediateCatchEvent_0hrkmxb">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530430 <dc:Bounds x="174" y="873" width="36" height="36" />
Yulian Hanf348c152018-11-12 20:07:45 +0800431 <bpmndi:BPMNLabel>
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530432 <dc:Bounds x="165" y="913" width="55" height="27" />
Yulian Hanf348c152018-11-12 20:07:45 +0800433 </bpmndi:BPMNLabel>
434 </bpmndi:BPMNShape>
435 <bpmndi:BPMNEdge id="SequenceFlow_1ab3vex_di" bpmnElement="SequenceFlow_1ab3vex">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530436 <di:waypoint x="406" y="891" />
437 <di:waypoint x="584" y="891" />
Yulian Hanf348c152018-11-12 20:07:45 +0800438 <bpmndi:BPMNLabel>
439 <dc:Bounds x="-255" y="715" width="0" height="12" />
440 </bpmndi:BPMNLabel>
441 </bpmndi:BPMNEdge>
442 <bpmndi:BPMNEdge id="SequenceFlow_0h5c1bd_di" bpmnElement="SequenceFlow_0h5c1bd">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530443 <di:waypoint x="210" y="891" />
444 <di:waypoint x="306" y="891" />
Yulian Hanf348c152018-11-12 20:07:45 +0800445 <bpmndi:BPMNLabel>
446 <dc:Bounds x="-492" y="715" width="0" height="12" />
447 </bpmndi:BPMNLabel>
448 </bpmndi:BPMNEdge>
449 <bpmndi:BPMNEdge id="SequenceFlow_12rr1yy_di" bpmnElement="SequenceFlow_12rr1yy">
sarada prasad sahoo26e3b2f2019-05-21 15:37:23 +0530450 <di:waypoint x="684" y="891" />
451 <di:waypoint x="822" y="891" />
452 <di:waypoint x="822" y="644" />
453 <di:waypoint x="959" y="644" />
Yulian Hanf348c152018-11-12 20:07:45 +0800454 <bpmndi:BPMNLabel>
455 <dc:Bounds x="132" y="607.5" width="0" height="12" />
456 </bpmndi:BPMNLabel>
457 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400458 </bpmndi:BPMNPlane>
459 </bpmndi:BPMNDiagram>
Yulian Hanf348c152018-11-12 20:07:45 +0800460</bpmn:definitions>