seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Rob Daugherty | 1bbdbd6 | 2017-10-10 17:35:27 -0400 | [diff] [blame] | 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns: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="1.10.0"> |
Rob Daugherty | 13298c5 | 2017-10-10 20:30:28 -0400 | [diff] [blame] | 3 | <bpmn:process id="DeleteCustomE2EServiceInstance" isExecutable="true"> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 4 | <bpmn:startEvent id="StartEvent_00m8zen" name="Delete SI Start Flow"> |
| 5 | <bpmn:outgoing>SequenceFlow_1wxumid</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:subProcess id="SubProcess_0amn8vu" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 8 | <bpmn:scriptTask id="ScriptTask_1c6ogpt" name="Handle Unexpected Error" scriptFormat="groovy"> |
| 9 | <bpmn:incoming>SequenceFlow_0guajy5</bpmn:incoming> |
| 10 | <bpmn:outgoing>SequenceFlow_0dbt753</bpmn:outgoing> |
| 11 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* |
| 12 | ExceptionUtil ex = new ExceptionUtil() |
| 13 | ex.processJavaException(execution)]]></bpmn:script> |
| 14 | </bpmn:scriptTask> |
| 15 | <bpmn:startEvent id="StartEvent_121296y"> |
| 16 | <bpmn:outgoing>SequenceFlow_0guajy5</bpmn:outgoing> |
| 17 | <bpmn:errorEventDefinition /> |
| 18 | </bpmn:startEvent> |
| 19 | <bpmn:endEvent id="EndEvent_1dw3dwx"> |
| 20 | <bpmn:incoming>SequenceFlow_0dbt753</bpmn:incoming> |
| 21 | </bpmn:endEvent> |
| 22 | <bpmn:sequenceFlow id="SequenceFlow_0guajy5" name="" sourceRef="StartEvent_121296y" targetRef="ScriptTask_1c6ogpt" /> |
| 23 | <bpmn:sequenceFlow id="SequenceFlow_0dbt753" name="" sourceRef="ScriptTask_1c6ogpt" targetRef="EndEvent_1dw3dwx" /> |
| 24 | </bpmn:subProcess> |
| 25 | <bpmn:callActivity id="CallActivity_1vyx9hu" name="Call DoCustomDeleteE2EServiceInstance " calledElement="DoCustomDeleteE2EServiceInstance"> |
| 26 | <bpmn:extensionElements> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 28 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 29 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 30 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 31 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 32 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 33 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 34 | <camunda:in source="serviceInputParams" target="serviceInputParams" /> |
| 35 | <camunda:in source="failIfExists" target="failIfExists" /> |
| 36 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 37 | <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| 38 | <camunda:in sourceExpression="1610" target="sdncVersion" /> |
| 39 | </bpmn:extensionElements> |
| 40 | <bpmn:incoming>SequenceFlow_0zf2qyk</bpmn:incoming> |
| 41 | <bpmn:outgoing>SequenceFlow_07hrbs0</bpmn:outgoing> |
| 42 | </bpmn:callActivity> |
| 43 | <bpmn:endEvent id="EndEvent_0db8bs6" name="End"> |
| 44 | <bpmn:incoming>SequenceFlow_1ab5l2q</bpmn:incoming> |
| 45 | </bpmn:endEvent> |
| 46 | <bpmn:scriptTask id="ScriptTask_0a63hms" name="Pre Process Incoming Request" scriptFormat="groovy"> |
| 47 | <bpmn:incoming>SequenceFlow_1wxumid</bpmn:incoming> |
| 48 | <bpmn:outgoing>SequenceFlow_0yowshs</bpmn:outgoing> |
| 49 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 50 | def csi= new DeleteCustomE2EServiceInstance() |
| 51 | csi.preProcessRequest(execution)]]></bpmn:script> |
| 52 | </bpmn:scriptTask> |
| 53 | <bpmn:scriptTask id="ScriptTask_1fzpbop" name="Prepare Completion Request" scriptFormat="groovy"> |
| 54 | <bpmn:incoming>SequenceFlow_04urx2e</bpmn:incoming> |
| 55 | <bpmn:outgoing>SequenceFlow_1ii935p</bpmn:outgoing> |
| 56 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 57 | def csi = new DeleteCustomE2EServiceInstance() |
| 58 | csi.prepareCompletionRequest(execution)]]></bpmn:script> |
| 59 | </bpmn:scriptTask> |
| 60 | <bpmn:callActivity id="CallActivity_1wx4ihe" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 61 | <bpmn:extensionElements> |
| 62 | <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" /> |
| 63 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 64 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 65 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| 66 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 67 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| 68 | </bpmn:extensionElements> |
| 69 | <bpmn:incoming>SequenceFlow_1ii935p</bpmn:incoming> |
| 70 | <bpmn:outgoing>SequenceFlow_1ab5l2q</bpmn:outgoing> |
| 71 | </bpmn:callActivity> |
| 72 | <bpmn:subProcess id="SubProcess_1vbcima" name="Sub-process for FalloutHandler " triggeredByEvent="true"> |
| 73 | <bpmn:startEvent id="StartEvent_0jybicw"> |
| 74 | <bpmn:outgoing>SequenceFlow_0for83z</bpmn:outgoing> |
| 75 | <bpmn:errorEventDefinition /> |
| 76 | </bpmn:startEvent> |
| 77 | <bpmn:endEvent id="EndEvent_1jegbhy"> |
| 78 | <bpmn:incoming>SequenceFlow_0hrazlh</bpmn:incoming> |
| 79 | </bpmn:endEvent> |
| 80 | <bpmn:scriptTask id="ScriptTask_0so3xj0" name="Prepare Fallout Request" scriptFormat="groovy"> |
| 81 | <bpmn:incoming>SequenceFlow_1s1cbgf</bpmn:incoming> |
| 82 | <bpmn:outgoing>SequenceFlow_1py6yqz</bpmn:outgoing> |
| 83 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 84 | def csi = new DeleteCustomE2EServiceInstance() |
| 85 | csi.prepareFalloutRequest(execution)]]></bpmn:script> |
| 86 | </bpmn:scriptTask> |
| 87 | <bpmn:callActivity id="CallActivity_1qhekgt" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| 88 | <bpmn:extensionElements> |
| 89 | <camunda:in source="falloutRequest" target="FalloutHandlerRequest" /> |
| 90 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 91 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 92 | <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| 93 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| 94 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| 95 | </bpmn:extensionElements> |
| 96 | <bpmn:incoming>SequenceFlow_1py6yqz</bpmn:incoming> |
| 97 | <bpmn:outgoing>SequenceFlow_0hrazlh</bpmn:outgoing> |
| 98 | </bpmn:callActivity> |
| 99 | <bpmn:scriptTask id="ScriptTask_006nty7" name="Send Error Response"> |
| 100 | <bpmn:incoming>SequenceFlow_0for83z</bpmn:incoming> |
| 101 | <bpmn:outgoing>SequenceFlow_1s1cbgf</bpmn:outgoing> |
| 102 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 103 | def csi = new DeleteCustomE2EServiceInstance() |
| 104 | csi.sendSyncError(execution)]]></bpmn:script> |
| 105 | </bpmn:scriptTask> |
| 106 | <bpmn:sequenceFlow id="SequenceFlow_0for83z" sourceRef="StartEvent_0jybicw" targetRef="ScriptTask_006nty7" /> |
| 107 | <bpmn:sequenceFlow id="SequenceFlow_0hrazlh" sourceRef="CallActivity_1qhekgt" targetRef="EndEvent_1jegbhy" /> |
| 108 | <bpmn:sequenceFlow id="SequenceFlow_1s1cbgf" sourceRef="ScriptTask_006nty7" targetRef="ScriptTask_0so3xj0" /> |
| 109 | <bpmn:sequenceFlow id="SequenceFlow_1py6yqz" sourceRef="ScriptTask_0so3xj0" targetRef="CallActivity_1qhekgt" /> |
| 110 | </bpmn:subProcess> |
| 111 | <bpmn:scriptTask id="ScriptTask_1mao77y" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 112 | <bpmn:incoming>SequenceFlow_0yowshs</bpmn:incoming> |
| 113 | <bpmn:outgoing>SequenceFlow_0zf2qyk</bpmn:outgoing> |
| 114 | <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 115 | def csi = new DeleteCustomE2EServiceInstance() |
| 116 | csi.sendSyncResponse(execution)]]></bpmn:script> |
| 117 | </bpmn:scriptTask> |
| 118 | <bpmn:exclusiveGateway id="ExclusiveGateway_0vu8gx6" name="Success?" default="SequenceFlow_1t6ekab"> |
| 119 | <bpmn:incoming>SequenceFlow_07hrbs0</bpmn:incoming> |
| 120 | <bpmn:outgoing>SequenceFlow_04urx2e</bpmn:outgoing> |
| 121 | <bpmn:outgoing>SequenceFlow_1t6ekab</bpmn:outgoing> |
| 122 | </bpmn:exclusiveGateway> |
| 123 | <bpmn:endEvent id="EndEvent_1i1g9s6"> |
| 124 | <bpmn:incoming>SequenceFlow_1t6ekab</bpmn:incoming> |
Rob Daugherty | 1bbdbd6 | 2017-10-10 17:35:27 -0400 | [diff] [blame] | 125 | <bpmn:errorEventDefinition errorRef="Error_1erlsmy" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 126 | </bpmn:endEvent> |
| 127 | <bpmn:sequenceFlow id="SequenceFlow_1wxumid" sourceRef="StartEvent_00m8zen" targetRef="ScriptTask_0a63hms" /> |
| 128 | <bpmn:sequenceFlow id="SequenceFlow_0zf2qyk" sourceRef="ScriptTask_1mao77y" targetRef="CallActivity_1vyx9hu" /> |
| 129 | <bpmn:sequenceFlow id="SequenceFlow_07hrbs0" sourceRef="CallActivity_1vyx9hu" targetRef="ExclusiveGateway_0vu8gx6" /> |
| 130 | <bpmn:sequenceFlow id="SequenceFlow_1ab5l2q" sourceRef="CallActivity_1wx4ihe" targetRef="EndEvent_0db8bs6" /> |
| 131 | <bpmn:sequenceFlow id="SequenceFlow_0yowshs" sourceRef="ScriptTask_0a63hms" targetRef="ScriptTask_1mao77y" /> |
| 132 | <bpmn:sequenceFlow id="SequenceFlow_04urx2e" name="yes" sourceRef="ExclusiveGateway_0vu8gx6" targetRef="ScriptTask_1fzpbop"> |
| 133 | <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression> |
| 134 | </bpmn:sequenceFlow> |
| 135 | <bpmn:sequenceFlow id="SequenceFlow_1ii935p" sourceRef="ScriptTask_1fzpbop" targetRef="CallActivity_1wx4ihe" /> |
| 136 | <bpmn:sequenceFlow id="SequenceFlow_1t6ekab" name="no" sourceRef="ExclusiveGateway_0vu8gx6" targetRef="EndEvent_1i1g9s6" /> |
| 137 | </bpmn:process> |
Rob Daugherty | 1bbdbd6 | 2017-10-10 17:35:27 -0400 | [diff] [blame] | 138 | <bpmn:error id="Error_1erlsmy" name="MSO Workflow Exception" errorCode="MSOWorkflowException" /> |
seshukm | a1a6cb4 | 2017-10-10 12:15:10 +0530 | [diff] [blame] | 139 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 140 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1"> |
| 141 | <bpmndi:BPMNShape id="StartEvent_00m8zen_di" bpmnElement="StartEvent_00m8zen"> |
| 142 | <dc:Bounds x="577" y="209" width="36" height="36" /> |
| 143 | <bpmndi:BPMNLabel> |
| 144 | <dc:Bounds x="560" y="250" width="70" height="24" /> |
| 145 | </bpmndi:BPMNLabel> |
| 146 | </bpmndi:BPMNShape> |
| 147 | <bpmndi:BPMNShape id="SubProcess_0amn8vu_di" bpmnElement="SubProcess_0amn8vu" isExpanded="true"> |
| 148 | <dc:Bounds x="834" y="660" width="394" height="188" /> |
| 149 | </bpmndi:BPMNShape> |
| 150 | <bpmndi:BPMNShape id="CallActivity_1vyx9hu_di" bpmnElement="CallActivity_1vyx9hu"> |
| 151 | <dc:Bounds x="1121" y="187" width="100" height="80" /> |
| 152 | </bpmndi:BPMNShape> |
| 153 | <bpmndi:BPMNShape id="EndEvent_0db8bs6_di" bpmnElement="EndEvent_0db8bs6"> |
| 154 | <dc:Bounds x="1646" y="304" width="36" height="36" /> |
| 155 | <bpmndi:BPMNLabel> |
| 156 | <dc:Bounds x="1657" y="340" width="19" height="12" /> |
| 157 | </bpmndi:BPMNLabel> |
| 158 | </bpmndi:BPMNShape> |
| 159 | <bpmndi:BPMNShape id="ScriptTask_0a63hms_di" bpmnElement="ScriptTask_0a63hms"> |
| 160 | <dc:Bounds x="741" y="187" width="100" height="80" /> |
| 161 | </bpmndi:BPMNShape> |
| 162 | <bpmndi:BPMNShape id="ScriptTask_1fzpbop_di" bpmnElement="ScriptTask_1fzpbop"> |
| 163 | <dc:Bounds x="1453" y="187" width="100" height="80" /> |
| 164 | </bpmndi:BPMNShape> |
| 165 | <bpmndi:BPMNShape id="CallActivity_1wx4ihe_di" bpmnElement="CallActivity_1wx4ihe"> |
| 166 | <dc:Bounds x="1614" y="187" width="100" height="80" /> |
| 167 | </bpmndi:BPMNShape> |
| 168 | <bpmndi:BPMNShape id="SubProcess_1vbcima_di" bpmnElement="SubProcess_1vbcima" isExpanded="true"> |
| 169 | <dc:Bounds x="736" y="374" width="679" height="194" /> |
| 170 | </bpmndi:BPMNShape> |
| 171 | <bpmndi:BPMNShape id="ScriptTask_1mao77y_di" bpmnElement="ScriptTask_1mao77y"> |
| 172 | <dc:Bounds x="920" y="187" width="100" height="80" /> |
| 173 | </bpmndi:BPMNShape> |
| 174 | <bpmndi:BPMNShape id="ExclusiveGateway_0vu8gx6_di" bpmnElement="ExclusiveGateway_0vu8gx6" isMarkerVisible="true"> |
| 175 | <dc:Bounds x="1318" y="202" width="50" height="50" /> |
| 176 | <bpmndi:BPMNLabel> |
| 177 | <dc:Bounds x="1318" y="174" width="49" height="12" /> |
| 178 | </bpmndi:BPMNLabel> |
| 179 | </bpmndi:BPMNShape> |
| 180 | <bpmndi:BPMNShape id="EndEvent_1i1g9s6_di" bpmnElement="EndEvent_1i1g9s6"> |
| 181 | <dc:Bounds x="1325" y="304" width="36" height="36" /> |
| 182 | <bpmndi:BPMNLabel> |
| 183 | <dc:Bounds x="1298" y="340" width="0" height="12" /> |
| 184 | </bpmndi:BPMNLabel> |
| 185 | </bpmndi:BPMNShape> |
| 186 | <bpmndi:BPMNEdge id="SequenceFlow_1wxumid_di" bpmnElement="SequenceFlow_1wxumid"> |
| 187 | <di:waypoint xsi:type="dc:Point" x="613" y="227" /> |
| 188 | <di:waypoint xsi:type="dc:Point" x="741" y="227" /> |
| 189 | <bpmndi:BPMNLabel> |
| 190 | <dc:Bounds x="587" y="212" width="90" height="12" /> |
| 191 | </bpmndi:BPMNLabel> |
| 192 | </bpmndi:BPMNEdge> |
| 193 | <bpmndi:BPMNEdge id="SequenceFlow_0zf2qyk_di" bpmnElement="SequenceFlow_0zf2qyk"> |
| 194 | <di:waypoint xsi:type="dc:Point" x="1020" y="227" /> |
| 195 | <di:waypoint xsi:type="dc:Point" x="1073" y="227" /> |
| 196 | <di:waypoint xsi:type="dc:Point" x="1073" y="227" /> |
| 197 | <di:waypoint xsi:type="dc:Point" x="1121" y="227" /> |
| 198 | <bpmndi:BPMNLabel> |
| 199 | <dc:Bounds x="1043" y="227" width="0" height="12" /> |
| 200 | </bpmndi:BPMNLabel> |
| 201 | </bpmndi:BPMNEdge> |
| 202 | <bpmndi:BPMNEdge id="SequenceFlow_07hrbs0_di" bpmnElement="SequenceFlow_07hrbs0"> |
| 203 | <di:waypoint xsi:type="dc:Point" x="1221" y="227" /> |
| 204 | <di:waypoint xsi:type="dc:Point" x="1318" y="227" /> |
| 205 | <bpmndi:BPMNLabel> |
| 206 | <dc:Bounds x="1225.5" y="212" width="0" height="12" /> |
| 207 | </bpmndi:BPMNLabel> |
| 208 | </bpmndi:BPMNEdge> |
| 209 | <bpmndi:BPMNEdge id="SequenceFlow_1ab5l2q_di" bpmnElement="SequenceFlow_1ab5l2q"> |
| 210 | <di:waypoint xsi:type="dc:Point" x="1664" y="267" /> |
| 211 | <di:waypoint xsi:type="dc:Point" x="1664" y="304" /> |
| 212 | <bpmndi:BPMNLabel> |
| 213 | <dc:Bounds x="1634" y="279.5" width="90" height="12" /> |
| 214 | </bpmndi:BPMNLabel> |
| 215 | </bpmndi:BPMNEdge> |
| 216 | <bpmndi:BPMNEdge id="SequenceFlow_0yowshs_di" bpmnElement="SequenceFlow_0yowshs"> |
| 217 | <di:waypoint xsi:type="dc:Point" x="841" y="227" /> |
| 218 | <di:waypoint xsi:type="dc:Point" x="920" y="227" /> |
| 219 | <bpmndi:BPMNLabel> |
| 220 | <dc:Bounds x="835.5" y="206" width="90" height="12" /> |
| 221 | </bpmndi:BPMNLabel> |
| 222 | </bpmndi:BPMNEdge> |
| 223 | <bpmndi:BPMNEdge id="SequenceFlow_04urx2e_di" bpmnElement="SequenceFlow_04urx2e"> |
| 224 | <di:waypoint xsi:type="dc:Point" x="1368" y="227" /> |
| 225 | <di:waypoint xsi:type="dc:Point" x="1453" y="227" /> |
| 226 | <bpmndi:BPMNLabel> |
| 227 | <dc:Bounds x="1370.25" y="203" width="18" height="12" /> |
| 228 | </bpmndi:BPMNLabel> |
| 229 | </bpmndi:BPMNEdge> |
| 230 | <bpmndi:BPMNEdge id="SequenceFlow_1ii935p_di" bpmnElement="SequenceFlow_1ii935p"> |
| 231 | <di:waypoint xsi:type="dc:Point" x="1553" y="227" /> |
| 232 | <di:waypoint xsi:type="dc:Point" x="1614" y="227" /> |
| 233 | <bpmndi:BPMNLabel> |
| 234 | <dc:Bounds x="1495" y="212" width="90" height="12" /> |
| 235 | </bpmndi:BPMNLabel> |
| 236 | </bpmndi:BPMNEdge> |
| 237 | <bpmndi:BPMNEdge id="SequenceFlow_1t6ekab_di" bpmnElement="SequenceFlow_1t6ekab"> |
| 238 | <di:waypoint xsi:type="dc:Point" x="1343" y="252" /> |
| 239 | <di:waypoint xsi:type="dc:Point" x="1343" y="277" /> |
| 240 | <di:waypoint xsi:type="dc:Point" x="1343" y="277" /> |
| 241 | <di:waypoint xsi:type="dc:Point" x="1343" y="304" /> |
| 242 | <bpmndi:BPMNLabel> |
| 243 | <dc:Bounds x="1352" y="277" width="12" height="12" /> |
| 244 | </bpmndi:BPMNLabel> |
| 245 | </bpmndi:BPMNEdge> |
| 246 | <bpmndi:BPMNShape id="ScriptTask_1c6ogpt_di" bpmnElement="ScriptTask_1c6ogpt"> |
| 247 | <dc:Bounds x="982" y="715" width="100" height="80" /> |
| 248 | </bpmndi:BPMNShape> |
| 249 | <bpmndi:BPMNShape id="StartEvent_121296y_di" bpmnElement="StartEvent_121296y"> |
| 250 | <dc:Bounds x="867" y="737" width="36" height="36" /> |
| 251 | <bpmndi:BPMNLabel> |
| 252 | <dc:Bounds x="795" y="778" width="90" height="12" /> |
| 253 | </bpmndi:BPMNLabel> |
| 254 | </bpmndi:BPMNShape> |
| 255 | <bpmndi:BPMNShape id="EndEvent_1dw3dwx_di" bpmnElement="EndEvent_1dw3dwx"> |
| 256 | <dc:Bounds x="1143" y="737" width="36" height="36" /> |
| 257 | <bpmndi:BPMNLabel> |
| 258 | <dc:Bounds x="1071" y="778" width="90" height="12" /> |
| 259 | </bpmndi:BPMNLabel> |
| 260 | </bpmndi:BPMNShape> |
| 261 | <bpmndi:BPMNShape id="StartEvent_0jybicw_di" bpmnElement="StartEvent_0jybicw"> |
| 262 | <dc:Bounds x="752" y="460" width="36" height="36" /> |
| 263 | <bpmndi:BPMNLabel> |
| 264 | <dc:Bounds x="680" y="501" width="90" height="12" /> |
| 265 | </bpmndi:BPMNLabel> |
| 266 | </bpmndi:BPMNShape> |
| 267 | <bpmndi:BPMNShape id="EndEvent_1jegbhy_di" bpmnElement="EndEvent_1jegbhy"> |
| 268 | <dc:Bounds x="1331" y="460" width="36" height="36" /> |
| 269 | <bpmndi:BPMNLabel> |
| 270 | <dc:Bounds x="1259" y="501" width="90" height="12" /> |
| 271 | </bpmndi:BPMNLabel> |
| 272 | </bpmndi:BPMNShape> |
| 273 | <bpmndi:BPMNShape id="ScriptTask_0so3xj0_di" bpmnElement="ScriptTask_0so3xj0"> |
| 274 | <dc:Bounds x="1010" y="438" width="100" height="80" /> |
| 275 | </bpmndi:BPMNShape> |
| 276 | <bpmndi:BPMNShape id="CallActivity_1qhekgt_di" bpmnElement="CallActivity_1qhekgt"> |
| 277 | <dc:Bounds x="1187" y="438" width="100" height="80" /> |
| 278 | </bpmndi:BPMNShape> |
| 279 | <bpmndi:BPMNShape id="ScriptTask_006nty7_di" bpmnElement="ScriptTask_006nty7"> |
| 280 | <dc:Bounds x="832" y="438" width="100" height="80" /> |
| 281 | </bpmndi:BPMNShape> |
| 282 | <bpmndi:BPMNEdge id="SequenceFlow_0guajy5_di" bpmnElement="SequenceFlow_0guajy5"> |
| 283 | <di:waypoint xsi:type="dc:Point" x="903" y="755" /> |
| 284 | <di:waypoint xsi:type="dc:Point" x="982" y="755" /> |
| 285 | <bpmndi:BPMNLabel> |
| 286 | <dc:Bounds x="856" y="755" width="90" height="12" /> |
| 287 | </bpmndi:BPMNLabel> |
| 288 | </bpmndi:BPMNEdge> |
| 289 | <bpmndi:BPMNEdge id="SequenceFlow_0dbt753_di" bpmnElement="SequenceFlow_0dbt753"> |
| 290 | <di:waypoint xsi:type="dc:Point" x="1082" y="755" /> |
| 291 | <di:waypoint xsi:type="dc:Point" x="1143" y="755" /> |
| 292 | <bpmndi:BPMNLabel> |
| 293 | <dc:Bounds x="1028" y="755" width="90" height="12" /> |
| 294 | </bpmndi:BPMNLabel> |
| 295 | </bpmndi:BPMNEdge> |
| 296 | <bpmndi:BPMNEdge id="SequenceFlow_0for83z_di" bpmnElement="SequenceFlow_0for83z"> |
| 297 | <di:waypoint xsi:type="dc:Point" x="788" y="478" /> |
| 298 | <di:waypoint xsi:type="dc:Point" x="810" y="478" /> |
| 299 | <di:waypoint xsi:type="dc:Point" x="810" y="478" /> |
| 300 | <di:waypoint xsi:type="dc:Point" x="831" y="478" /> |
| 301 | <bpmndi:BPMNLabel> |
| 302 | <dc:Bounds x="735" y="478" width="90" height="12" /> |
| 303 | </bpmndi:BPMNLabel> |
| 304 | </bpmndi:BPMNEdge> |
| 305 | <bpmndi:BPMNEdge id="SequenceFlow_0hrazlh_di" bpmnElement="SequenceFlow_0hrazlh"> |
| 306 | <di:waypoint xsi:type="dc:Point" x="1287" y="478" /> |
| 307 | <di:waypoint xsi:type="dc:Point" x="1331" y="478" /> |
| 308 | <bpmndi:BPMNLabel> |
| 309 | <dc:Bounds x="1219" y="463" width="90" height="12" /> |
| 310 | </bpmndi:BPMNLabel> |
| 311 | </bpmndi:BPMNEdge> |
| 312 | <bpmndi:BPMNEdge id="SequenceFlow_1s1cbgf_di" bpmnElement="SequenceFlow_1s1cbgf"> |
| 313 | <di:waypoint xsi:type="dc:Point" x="932" y="478" /> |
| 314 | <di:waypoint xsi:type="dc:Point" x="959" y="478" /> |
| 315 | <di:waypoint xsi:type="dc:Point" x="959" y="478" /> |
| 316 | <di:waypoint xsi:type="dc:Point" x="1010" y="478" /> |
| 317 | <bpmndi:BPMNLabel> |
| 318 | <dc:Bounds x="884" y="478" width="90" height="12" /> |
| 319 | </bpmndi:BPMNLabel> |
| 320 | </bpmndi:BPMNEdge> |
| 321 | <bpmndi:BPMNEdge id="SequenceFlow_1py6yqz_di" bpmnElement="SequenceFlow_1py6yqz"> |
| 322 | <di:waypoint xsi:type="dc:Point" x="1110" y="478" /> |
| 323 | <di:waypoint xsi:type="dc:Point" x="1187" y="478" /> |
| 324 | <bpmndi:BPMNLabel> |
| 325 | <dc:Bounds x="1060" y="463" width="90" height="12" /> |
| 326 | </bpmndi:BPMNLabel> |
| 327 | </bpmndi:BPMNEdge> |
| 328 | </bpmndi:BPMNPlane> |
| 329 | </bpmndi:BPMNDiagram> |
| 330 | </bpmn:definitions> |