blob: c1b5ef82decfdcb53f2afc881dcbafd49e91dcd3 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +03002<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="2.2.4">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <bpmn:process id="CreateCustomE2EServiceInstance" name="CreateCustomE2EServiceInstance" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_00qj6ro" name="Create SI Start Flow">
5 <bpmn:outgoing>SequenceFlow_0s2spoq</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:subProcess id="SubProcess_0ka59nc" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
8 <bpmn:scriptTask id="ScriptTask_0u3lw39" name="Handle Unexpected Error" scriptFormat="groovy">
9 <bpmn:incoming>SequenceFlow_1dsbjjb</bpmn:incoming>
10 <bpmn:outgoing>SequenceFlow_1yay321</bpmn:outgoing>
subhash kumar singh0578fc42018-11-15 12:27:09 +053011 <bpmn:script>import org.onap.so.bpmn.common.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040012ExceptionUtil ex = new ExceptionUtil()
subhash kumar singh0578fc42018-11-15 12:27:09 +053013ex.processJavaException(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040014 </bpmn:scriptTask>
15 <bpmn:startEvent id="StartEvent_0v1ffn4">
16 <bpmn:outgoing>SequenceFlow_1dsbjjb</bpmn:outgoing>
17 <bpmn:errorEventDefinition />
18 </bpmn:startEvent>
19 <bpmn:endEvent id="EndEvent_0eznq6x">
20 <bpmn:incoming>SequenceFlow_1yay321</bpmn:incoming>
21 </bpmn:endEvent>
22 <bpmn:sequenceFlow id="SequenceFlow_1dsbjjb" name="" sourceRef="StartEvent_0v1ffn4" targetRef="ScriptTask_0u3lw39" />
23 <bpmn:sequenceFlow id="SequenceFlow_1yay321" name="" sourceRef="ScriptTask_0u3lw39" targetRef="EndEvent_0eznq6x" />
24 </bpmn:subProcess>
25 <bpmn:callActivity id="DoCreateE2EServiceInstance" name="Call DoCreateE2EServiceInstance&#10;" calledElement="DoCreateE2EServiceInstanceV3">
26 <bpmn:extensionElements>
27 <camunda:out source="WorkflowException" target="WorkflowException" />
28 <camunda:in source="msoRequestId" target="msoRequestId" />
29 <camunda:out source="rollbackData" target="rollbackData" />
30 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
31 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
32 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
33 <camunda:in source="productFamilyId" target="productFamilyId" />
34 <camunda:in source="disableRollback" target="disableRollback" />
35 <camunda:in source="serviceInputParams" target="serviceInputParams" />
36 <camunda:out source="rolledBack" target="rolledBack" />
37 <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
38 <camunda:in source="failIfExists" target="failIfExists" />
39 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
40 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
41 <camunda:in sourceExpression="1610" target="sdncVersion" />
42 <camunda:in source="initialStatus" target="initialStatus" />
43 <camunda:in source="serviceType" target="serviceType" />
44 <camunda:in source="uuiRequest" target="uuiRequest" />
45 <camunda:in source="requestAction" target="operationType" />
46 <camunda:in source="operationId" target="operationId" />
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030047 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
48 <camunda:out source="serviceInstanceData" target="serviceInstanceData" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040049 </bpmn:extensionElements>
50 <bpmn:incoming>SequenceFlow_19eilro</bpmn:incoming>
51 <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing>
52 </bpmn:callActivity>
53 <bpmn:endEvent id="EndEvent_0bpd6c0" name="End">
54 <bpmn:incoming>SequenceFlow_0yayvrf</bpmn:incoming>
55 </bpmn:endEvent>
56 <bpmn:scriptTask id="ScriptTask_1s09c7d" name="Pre Process Incoming Request" scriptFormat="groovy">
57 <bpmn:incoming>SequenceFlow_0s2spoq</bpmn:incoming>
58 <bpmn:outgoing>SequenceFlow_0z4faf9</bpmn:outgoing>
subhash kumar singh0578fc42018-11-15 12:27:09 +053059 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040060def csi= new CreateCustomE2EServiceInstance()
subhash kumar singh0578fc42018-11-15 12:27:09 +053061csi.preProcessRequest(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040062 </bpmn:scriptTask>
63 <bpmn:scriptTask id="ScriptTask_0ttvn8r" name="Prepare Completion Request" scriptFormat="groovy">
64 <bpmn:incoming>SequenceFlow_14zu6wr</bpmn:incoming>
65 <bpmn:outgoing>SequenceFlow_0je30si</bpmn:outgoing>
subhash kumar singh0578fc42018-11-15 12:27:09 +053066 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040067def csi = new CreateCustomE2EServiceInstance()
subhash kumar singh0578fc42018-11-15 12:27:09 +053068csi.prepareCompletionRequest(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040069 </bpmn:scriptTask>
70 <bpmn:callActivity id="CallActivity_02fyxz0" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
71 <bpmn:extensionElements>
72 <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
73 <camunda:in source="mso-request-id" target="mso-request-id" />
74 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
75 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
76 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
77 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
78 </bpmn:extensionElements>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +030079 <bpmn:incoming>SequenceFlow_0kaz8ac</bpmn:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040080 <bpmn:outgoing>SequenceFlow_0yayvrf</bpmn:outgoing>
81 </bpmn:callActivity>
82 <bpmn:subProcess id="SubProcess_0vaws86" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
83 <bpmn:startEvent id="StartEvent_0dug28e">
84 <bpmn:outgoing>SequenceFlow_0e1r62n</bpmn:outgoing>
85 <bpmn:errorEventDefinition />
86 </bpmn:startEvent>
87 <bpmn:endEvent id="EndEvent_03wysuk">
88 <bpmn:incoming>SequenceFlow_1ysapam</bpmn:incoming>
89 </bpmn:endEvent>
90 <bpmn:scriptTask id="ScriptTask_0u8o9p2" name="Prepare Fallout Request" scriptFormat="groovy">
91 <bpmn:incoming>SequenceFlow_0n9pexp</bpmn:incoming>
92 <bpmn:outgoing>SequenceFlow_01umodj</bpmn:outgoing>
subhash kumar singh0578fc42018-11-15 12:27:09 +053093 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040094def csi = new CreateCustomE2EServiceInstance()
subhash kumar singh0578fc42018-11-15 12:27:09 +053095csi.prepareFalloutRequest(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040096 </bpmn:scriptTask>
97 <bpmn:callActivity id="CallActivity_1ang7q8" name="Call FalloutHandler" calledElement="FalloutHandler">
98 <bpmn:extensionElements>
99 <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
100 <camunda:in source="mso-request-id" target="mso-request-id" />
101 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
102 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
103 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
104 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
105 </bpmn:extensionElements>
106 <bpmn:incoming>SequenceFlow_01umodj</bpmn:incoming>
107 <bpmn:outgoing>SequenceFlow_1ysapam</bpmn:outgoing>
108 </bpmn:callActivity>
109 <bpmn:scriptTask id="ScriptTask_1rn6nqi" name="Send Error Response">
110 <bpmn:incoming>SequenceFlow_0e1r62n</bpmn:incoming>
111 <bpmn:outgoing>SequenceFlow_0n9pexp</bpmn:outgoing>
subhash kumar singh0578fc42018-11-15 12:27:09 +0530112 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400113def csi = new CreateCustomE2EServiceInstance()
subhash kumar singh0578fc42018-11-15 12:27:09 +0530114csi.sendSyncError(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400115 </bpmn:scriptTask>
116 <bpmn:sequenceFlow id="SequenceFlow_0e1r62n" sourceRef="StartEvent_0dug28e" targetRef="ScriptTask_1rn6nqi" />
117 <bpmn:sequenceFlow id="SequenceFlow_1ysapam" sourceRef="CallActivity_1ang7q8" targetRef="EndEvent_03wysuk" />
118 <bpmn:sequenceFlow id="SequenceFlow_0n9pexp" sourceRef="ScriptTask_1rn6nqi" targetRef="ScriptTask_0u8o9p2" />
119 <bpmn:sequenceFlow id="SequenceFlow_01umodj" sourceRef="ScriptTask_0u8o9p2" targetRef="CallActivity_1ang7q8" />
120 </bpmn:subProcess>
121 <bpmn:scriptTask id="ScriptTask_0xupxj9" name="Send Sync Ack Response" scriptFormat="groovy">
122 <bpmn:incoming>SequenceFlow_081z8l2</bpmn:incoming>
123 <bpmn:outgoing>SequenceFlow_19eilro</bpmn:outgoing>
subhash kumar singh0578fc42018-11-15 12:27:09 +0530124 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400125def csi = new CreateCustomE2EServiceInstance()
subhash kumar singh0578fc42018-11-15 12:27:09 +0530126csi.sendSyncResponse(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400127 </bpmn:scriptTask>
128 <bpmn:exclusiveGateway id="ExclusiveGateway_0aqn64l" name="Success?">
129 <bpmn:incoming>SequenceFlow_0klbpxx</bpmn:incoming>
130 <bpmn:outgoing>SequenceFlow_14zu6wr</bpmn:outgoing>
131 <bpmn:outgoing>SequenceFlow_1fueo69</bpmn:outgoing>
132 </bpmn:exclusiveGateway>
133 <bpmn:endEvent id="EndEvent_07uk5iy">
134 <bpmn:incoming>SequenceFlow_1fueo69</bpmn:incoming>
135 <bpmn:errorEventDefinition errorRef="Error_0nbdy47" />
136 </bpmn:endEvent>
137 <bpmn:sequenceFlow id="SequenceFlow_0s2spoq" sourceRef="StartEvent_00qj6ro" targetRef="ScriptTask_1s09c7d" />
138 <bpmn:sequenceFlow id="SequenceFlow_19eilro" sourceRef="ScriptTask_0xupxj9" targetRef="DoCreateE2EServiceInstance" />
139 <bpmn:sequenceFlow id="SequenceFlow_0klbpxx" sourceRef="DoCreateE2EServiceInstance" targetRef="ExclusiveGateway_0aqn64l" />
140 <bpmn:sequenceFlow id="SequenceFlow_0yayvrf" sourceRef="CallActivity_02fyxz0" targetRef="EndEvent_0bpd6c0" />
141 <bpmn:sequenceFlow id="SequenceFlow_0z4faf9" sourceRef="ScriptTask_1s09c7d" targetRef="Task_1tqjch6" />
142 <bpmn:sequenceFlow id="SequenceFlow_14zu6wr" name="yes" sourceRef="ExclusiveGateway_0aqn64l" targetRef="ScriptTask_0ttvn8r">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530143 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("WorkflowException") == null}</bpmn:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400144 </bpmn:sequenceFlow>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300145 <bpmn:sequenceFlow id="SequenceFlow_0je30si" sourceRef="ScriptTask_0ttvn8r" targetRef="Task_1bgdtc9" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400146 <bpmn:sequenceFlow id="SequenceFlow_1fueo69" name="no" sourceRef="ExclusiveGateway_0aqn64l" targetRef="EndEvent_07uk5iy">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530147 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("WorkflowException") != null}</bpmn:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400148 </bpmn:sequenceFlow>
149 <bpmn:sequenceFlow id="SequenceFlow_1euqjsp" sourceRef="Task_1tqjch6" targetRef="Task_19mxcw3" />
150 <bpmn:scriptTask id="Task_1tqjch6" name="Init Service Operation Status" scriptFormat="groovy">
151 <bpmn:incoming>SequenceFlow_0z4faf9</bpmn:incoming>
152 <bpmn:outgoing>SequenceFlow_1euqjsp</bpmn:outgoing>
subhash kumar singh0578fc42018-11-15 12:27:09 +0530153 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400154def csi= new CreateCustomE2EServiceInstance()
subhash kumar singh0578fc42018-11-15 12:27:09 +0530155csi.prepareInitServiceOperationStatus(execution)</bpmn:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400156 </bpmn:scriptTask>
157 <bpmn:serviceTask id="Task_19mxcw3" name="Update Service Operation Status">
158 <bpmn:extensionElements>
159 <camunda:connector>
160 <camunda:inputOutput>
161 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
162 <camunda:inputParameter name="headers">
163 <camunda:map>
164 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
subhash kumar singh0578fc42018-11-15 12:27:09 +0530165 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400166 </camunda:map>
167 </camunda:inputParameter>
168 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
169 <camunda:inputParameter name="method">POST</camunda:inputParameter>
170 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
171 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
172 </camunda:inputOutput>
173 <camunda:connectorId>http-connector</camunda:connectorId>
174 </camunda:connector>
175 </bpmn:extensionElements>
176 <bpmn:incoming>SequenceFlow_1euqjsp</bpmn:incoming>
177 <bpmn:outgoing>SequenceFlow_081z8l2</bpmn:outgoing>
178 </bpmn:serviceTask>
179 <bpmn:sequenceFlow id="SequenceFlow_081z8l2" sourceRef="Task_19mxcw3" targetRef="ScriptTask_0xupxj9" />
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300180 <bpmn:sequenceFlow id="SequenceFlow_0kaz8ac" sourceRef="Task_1bgdtc9" targetRef="CallActivity_02fyxz0" />
181 <bpmn:scriptTask id="Task_1bgdtc9" name="Update AAI Status" scriptFormat="groovy">
182 <bpmn:incoming>SequenceFlow_0je30si</bpmn:incoming>
183 <bpmn:outgoing>SequenceFlow_0kaz8ac</bpmn:outgoing>
184 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
185def csi = new CreateCustomE2EServiceInstance()
186csi.updateAAIOrchStatus(execution)</bpmn:script>
187 </bpmn:scriptTask>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400188 </bpmn:process>
189 <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
190 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
191 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateCustomE2EServiceInstance">
192 <bpmndi:BPMNShape id="StartEvent_00qj6ro_di" bpmnElement="StartEvent_00qj6ro">
193 <dc:Bounds x="-6" y="180" width="36" height="36" />
194 <bpmndi:BPMNLabel>
195 <dc:Bounds x="-24" y="221" width="73" height="24" />
196 </bpmndi:BPMNLabel>
197 </bpmndi:BPMNShape>
198 <bpmndi:BPMNShape id="SubProcess_0ka59nc_di" bpmnElement="SubProcess_0ka59nc" isExpanded="true">
199 <dc:Bounds x="463" y="632" width="394" height="188" />
200 </bpmndi:BPMNShape>
201 <bpmndi:BPMNShape id="CallActivity_0rhljy8_di" bpmnElement="DoCreateE2EServiceInstance">
202 <dc:Bounds x="751" y="158" width="100" height="80" />
203 </bpmndi:BPMNShape>
204 <bpmndi:BPMNShape id="EndEvent_0bpd6c0_di" bpmnElement="EndEvent_0bpd6c0">
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300205 <dc:Bounds x="1387" y="286" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400206 <bpmndi:BPMNLabel>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300207 <dc:Bounds x="1398" y="322" width="20" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400208 </bpmndi:BPMNLabel>
209 </bpmndi:BPMNShape>
210 <bpmndi:BPMNShape id="ScriptTask_1s09c7d_di" bpmnElement="ScriptTask_1s09c7d">
211 <dc:Bounds x="115" y="158" width="100" height="80" />
212 </bpmndi:BPMNShape>
213 <bpmndi:BPMNShape id="ScriptTask_0ttvn8r_di" bpmnElement="ScriptTask_0ttvn8r">
214 <dc:Bounds x="1038" y="158" width="100" height="80" />
215 </bpmndi:BPMNShape>
216 <bpmndi:BPMNShape id="CallActivity_02fyxz0_di" bpmnElement="CallActivity_02fyxz0">
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300217 <dc:Bounds x="1355" y="158" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400218 </bpmndi:BPMNShape>
219 <bpmndi:BPMNShape id="SubProcess_0vaws86_di" bpmnElement="SubProcess_0vaws86" isExpanded="true">
220 <dc:Bounds x="348" y="370" width="679" height="194" />
221 </bpmndi:BPMNShape>
222 <bpmndi:BPMNShape id="ScriptTask_0xupxj9_di" bpmnElement="ScriptTask_0xupxj9">
223 <dc:Bounds x="610" y="158" width="100" height="80" />
224 </bpmndi:BPMNShape>
225 <bpmndi:BPMNShape id="ExclusiveGateway_0aqn64l_di" bpmnElement="ExclusiveGateway_0aqn64l" isMarkerVisible="true">
226 <dc:Bounds x="903" y="173" width="50" height="50" />
227 <bpmndi:BPMNLabel>
228 <dc:Bounds x="903" y="145" width="50" height="12" />
229 </bpmndi:BPMNLabel>
230 </bpmndi:BPMNShape>
231 <bpmndi:BPMNShape id="EndEvent_07uk5iy_di" bpmnElement="EndEvent_07uk5iy">
232 <dc:Bounds x="910" y="286" width="36" height="36" />
233 <bpmndi:BPMNLabel>
234 <dc:Bounds x="883" y="322" width="0" height="12" />
235 </bpmndi:BPMNLabel>
236 </bpmndi:BPMNShape>
237 <bpmndi:BPMNEdge id="SequenceFlow_0s2spoq_di" bpmnElement="SequenceFlow_0s2spoq">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530238 <di:waypoint x="30" y="198" />
239 <di:waypoint x="115" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400240 <bpmndi:BPMNLabel>
241 <dc:Bounds x="27.5" y="177" width="90" height="12" />
242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNEdge>
244 <bpmndi:BPMNEdge id="SequenceFlow_19eilro_di" bpmnElement="SequenceFlow_19eilro">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530245 <di:waypoint x="710" y="198" />
246 <di:waypoint x="751" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400247 <bpmndi:BPMNLabel>
248 <dc:Bounds x="685.5" y="177" width="90" height="12" />
249 </bpmndi:BPMNLabel>
250 </bpmndi:BPMNEdge>
251 <bpmndi:BPMNEdge id="SequenceFlow_0klbpxx_di" bpmnElement="SequenceFlow_0klbpxx">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530252 <di:waypoint x="851" y="198" />
253 <di:waypoint x="903" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400254 <bpmndi:BPMNLabel>
255 <dc:Bounds x="832" y="177" width="90" height="12" />
256 </bpmndi:BPMNLabel>
257 </bpmndi:BPMNEdge>
258 <bpmndi:BPMNEdge id="SequenceFlow_0yayvrf_di" bpmnElement="SequenceFlow_0yayvrf">
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300259 <di:waypoint x="1405" y="238" />
260 <di:waypoint x="1405" y="286" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400261 <bpmndi:BPMNLabel>
262 <dc:Bounds x="1246" y="262" width="0" height="12" />
263 </bpmndi:BPMNLabel>
264 </bpmndi:BPMNEdge>
265 <bpmndi:BPMNEdge id="SequenceFlow_0z4faf9_di" bpmnElement="SequenceFlow_0z4faf9">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530266 <di:waypoint x="215" y="198" />
267 <di:waypoint x="273" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400268 <bpmndi:BPMNLabel>
269 <dc:Bounds x="199" y="177" width="90" height="12" />
270 </bpmndi:BPMNLabel>
271 </bpmndi:BPMNEdge>
272 <bpmndi:BPMNEdge id="SequenceFlow_14zu6wr_di" bpmnElement="SequenceFlow_14zu6wr">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530273 <di:waypoint x="953" y="198" />
274 <di:waypoint x="990" y="198" />
275 <di:waypoint x="990" y="198" />
276 <di:waypoint x="1038" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400277 <bpmndi:BPMNLabel>
278 <dc:Bounds x="987" y="195" width="20" height="12" />
279 </bpmndi:BPMNLabel>
280 </bpmndi:BPMNEdge>
281 <bpmndi:BPMNEdge id="SequenceFlow_0je30si_di" bpmnElement="SequenceFlow_0je30si">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530282 <di:waypoint x="1138" y="198" />
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300283 <di:waypoint x="1189" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400284 <bpmndi:BPMNLabel>
285 <dc:Bounds x="1137" y="183" width="0" height="12" />
286 </bpmndi:BPMNLabel>
287 </bpmndi:BPMNEdge>
288 <bpmndi:BPMNEdge id="SequenceFlow_1fueo69_di" bpmnElement="SequenceFlow_1fueo69">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530289 <di:waypoint x="928" y="223" />
290 <di:waypoint x="928" y="250" />
291 <di:waypoint x="928" y="250" />
292 <di:waypoint x="928" y="286" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400293 <bpmndi:BPMNLabel>
294 <dc:Bounds x="901" y="228" width="15" height="12" />
295 </bpmndi:BPMNLabel>
296 </bpmndi:BPMNEdge>
297 <bpmndi:BPMNShape id="ScriptTask_0u3lw39_di" bpmnElement="ScriptTask_0u3lw39">
298 <dc:Bounds x="611" y="687" width="100" height="80" />
299 </bpmndi:BPMNShape>
300 <bpmndi:BPMNShape id="StartEvent_0v1ffn4_di" bpmnElement="StartEvent_0v1ffn4">
301 <dc:Bounds x="496" y="709" width="36" height="36" />
302 <bpmndi:BPMNLabel>
303 <dc:Bounds x="469" y="750" width="0" height="12" />
304 </bpmndi:BPMNLabel>
305 </bpmndi:BPMNShape>
306 <bpmndi:BPMNShape id="EndEvent_0eznq6x_di" bpmnElement="EndEvent_0eznq6x">
307 <dc:Bounds x="772" y="709" width="36" height="36" />
308 <bpmndi:BPMNLabel>
309 <dc:Bounds x="745" y="750" width="0" height="12" />
310 </bpmndi:BPMNLabel>
311 </bpmndi:BPMNShape>
312 <bpmndi:BPMNShape id="StartEvent_0dug28e_di" bpmnElement="StartEvent_0dug28e">
313 <dc:Bounds x="363" y="456" width="36" height="36" />
314 <bpmndi:BPMNLabel>
315 <dc:Bounds x="336" y="497" width="0" height="12" />
316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNShape>
318 <bpmndi:BPMNShape id="EndEvent_03wysuk_di" bpmnElement="EndEvent_03wysuk">
319 <dc:Bounds x="942" y="456" width="36" height="36" />
320 <bpmndi:BPMNLabel>
321 <dc:Bounds x="915" y="497" width="0" height="12" />
322 </bpmndi:BPMNLabel>
323 </bpmndi:BPMNShape>
324 <bpmndi:BPMNShape id="ScriptTask_0u8o9p2_di" bpmnElement="ScriptTask_0u8o9p2">
325 <dc:Bounds x="621" y="434" width="100" height="80" />
326 </bpmndi:BPMNShape>
327 <bpmndi:BPMNShape id="CallActivity_1ang7q8_di" bpmnElement="CallActivity_1ang7q8">
328 <dc:Bounds x="798" y="434" width="100" height="80" />
329 </bpmndi:BPMNShape>
330 <bpmndi:BPMNShape id="ScriptTask_1rn6nqi_di" bpmnElement="ScriptTask_1rn6nqi">
331 <dc:Bounds x="443" y="434" width="100" height="80" />
332 </bpmndi:BPMNShape>
333 <bpmndi:BPMNEdge id="SequenceFlow_1dsbjjb_di" bpmnElement="SequenceFlow_1dsbjjb">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530334 <di:waypoint x="532" y="727" />
335 <di:waypoint x="611" y="727" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400336 <bpmndi:BPMNLabel>
337 <dc:Bounds x="529.5" y="727" width="0" height="12" />
338 </bpmndi:BPMNLabel>
339 </bpmndi:BPMNEdge>
340 <bpmndi:BPMNEdge id="SequenceFlow_1yay321_di" bpmnElement="SequenceFlow_1yay321">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530341 <di:waypoint x="711" y="727" />
342 <di:waypoint x="772" y="727" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400343 <bpmndi:BPMNLabel>
344 <dc:Bounds x="701.5" y="727" width="0" height="12" />
345 </bpmndi:BPMNLabel>
346 </bpmndi:BPMNEdge>
347 <bpmndi:BPMNEdge id="SequenceFlow_0e1r62n_di" bpmnElement="SequenceFlow_0e1r62n">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530348 <di:waypoint x="399" y="474" />
349 <di:waypoint x="421" y="474" />
350 <di:waypoint x="421" y="474" />
351 <di:waypoint x="442" y="474" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400352 <bpmndi:BPMNLabel>
353 <dc:Bounds x="391" y="474" width="0" height="12" />
354 </bpmndi:BPMNLabel>
355 </bpmndi:BPMNEdge>
356 <bpmndi:BPMNEdge id="SequenceFlow_1ysapam_di" bpmnElement="SequenceFlow_1ysapam">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530357 <di:waypoint x="898" y="474" />
358 <di:waypoint x="942" y="474" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400359 <bpmndi:BPMNLabel>
360 <dc:Bounds x="875" y="459" width="0" height="12" />
361 </bpmndi:BPMNLabel>
362 </bpmndi:BPMNEdge>
363 <bpmndi:BPMNEdge id="SequenceFlow_0n9pexp_di" bpmnElement="SequenceFlow_0n9pexp">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530364 <di:waypoint x="543" y="474" />
365 <di:waypoint x="570" y="474" />
366 <di:waypoint x="570" y="474" />
367 <di:waypoint x="621" y="474" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400368 <bpmndi:BPMNLabel>
369 <dc:Bounds x="540" y="474" width="0" height="12" />
370 </bpmndi:BPMNLabel>
371 </bpmndi:BPMNEdge>
372 <bpmndi:BPMNEdge id="SequenceFlow_01umodj_di" bpmnElement="SequenceFlow_01umodj">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530373 <di:waypoint x="721" y="474" />
374 <di:waypoint x="798" y="474" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400375 <bpmndi:BPMNLabel>
376 <dc:Bounds x="715.5" y="459" width="0" height="12" />
377 </bpmndi:BPMNLabel>
378 </bpmndi:BPMNEdge>
379 <bpmndi:BPMNEdge id="SequenceFlow_1euqjsp_di" bpmnElement="SequenceFlow_1euqjsp">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530380 <di:waypoint x="373" y="198" />
381 <di:waypoint x="446" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400382 <bpmndi:BPMNLabel>
383 <dc:Bounds x="364.5" y="177" width="90" height="12" />
384 </bpmndi:BPMNLabel>
385 </bpmndi:BPMNEdge>
386 <bpmndi:BPMNShape id="ScriptTask_1a3vwas_di" bpmnElement="Task_1tqjch6">
387 <dc:Bounds x="273" y="158" width="100" height="80" />
388 </bpmndi:BPMNShape>
389 <bpmndi:BPMNShape id="ServiceTask_1afiuuq_di" bpmnElement="Task_19mxcw3">
390 <dc:Bounds x="446" y="158" width="100" height="80" />
391 </bpmndi:BPMNShape>
392 <bpmndi:BPMNEdge id="SequenceFlow_081z8l2_di" bpmnElement="SequenceFlow_081z8l2">
subhash kumar singh0578fc42018-11-15 12:27:09 +0530393 <di:waypoint x="546" y="198" />
394 <di:waypoint x="610" y="198" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400395 <bpmndi:BPMNLabel>
396 <dc:Bounds x="533" y="177" width="90" height="12" />
397 </bpmndi:BPMNLabel>
398 </bpmndi:BPMNEdge>
marios.iakovidis6f0f3ab2019-06-03 00:31:21 +0300399 <bpmndi:BPMNEdge id="SequenceFlow_0kaz8ac_di" bpmnElement="SequenceFlow_0kaz8ac">
400 <di:waypoint x="1289" y="198" />
401 <di:waypoint x="1355" y="198" />
402 </bpmndi:BPMNEdge>
403 <bpmndi:BPMNShape id="ScriptTask_0novdpr_di" bpmnElement="Task_1bgdtc9">
404 <dc:Bounds x="1189" y="158" width="100" height="80" />
405 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400406 </bpmndi:BPMNPlane>
407 </bpmndi:BPMNDiagram>
408</bpmn:definitions>