aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/assets/img/pause.svg
blob: f1f9b79543255ef5b85dc34bf34b2d35b94029de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24">
  <defs>
    <path id="pause-a" d="M12,21 C7,21 3,17 3,12 C3,7 7,3 12,3 C17,3 21,7 21,12 C21,17 17,21 12,21 M12,1 C18.1,1 23,5.9 23,12 C23,18.101 18.1,23 12,23 C5.9,23 1,18.101 1,12 C1,5.9 5.9,1 12,1 Z M13.9580566,7.47058824 C13.4173947,7.47058824 12.9791016,7.90888135 12.9791016,8.44954331 L12.9791016,15.5504567 C12.9791016,16.0911186 13.4173947,16.5294118 13.9580566,16.5294118 C14.4987186,16.5294118 14.9370117,16.0911186 14.9370117,15.5504567 L14.9370117,8.44954331 C14.9370117,7.90888135 14.4987186,7.47058824 13.9580566,7.47058824 Z M10.0211914,7.47058824 C9.48052945,7.47058824 9.04223633,7.90888135 9.04223633,8.44954331 L9.04223633,15.5504567 C9.04223633,16.0911186 9.48052945,16.5294118 10.0211914,16.5294118 C10.5618534,16.5294118 11.0001465,16.0911186 11.0001465,15.5504567 L11.0001465,8.44954331 C11.0001465,7.90888135 10.5618534,7.47058824 10.0211914,7.47058824 Z"/>
  </defs>
  <g fill="none" fill-rule="evenodd">
    <mask id="pause-b" fill="#fff">
      <use xlink:href="#pause-a"/>
    </mask>
    <use fill="#191919" xlink:href="#pause-a"/>
    <g mask="url(#pause-b)">
      <rect width="35" height="35" fill="#5A5A5A" transform="translate(-5 -5)"/>
    </g>
  </g>
</svg>
0 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.7.1" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:process id="CreateGenericALaCarteServiceInstance" name="CreateGenericALaCarteServiceInstance" isExecutable="true">
    <bpmn2:startEvent id="createSI_startEvent" name="Create SI Start Flow">
      <bpmn2:outgoing>SequenceFlow_0lp2z7l</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
      <bpmn2:scriptTask id="ScriptTask_1" name="Handle Unexpected Error" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
ExceptionUtil ex = new ExceptionUtil()
ex.processJavaException(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
      <bpmn2:startEvent id="StartEvent_1">
        <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
        <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" camunda:errorMessageVariable="gUnknownError" />
      </bpmn2:startEvent>
      <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
      <bpmn2:endEvent id="EndEvent_1">
        <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
      </bpmn2:endEvent>
    </bpmn2:subProcess>
    <bpmn2:callActivity id="doCreateServiceInstance_CallActivity" name="Call DoCreateServiceInstance&#10;" calledElement="DoCreateServiceInstance">
      <bpmn2:extensionElements>
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:in source="msoRequestId" target="msoRequestId" />
        <camunda:out source="rollbackData" target="rollbackData" />
        <camunda:in source="productFamilyId" target="productFamilyId" />
        <camunda:in source="disableRollback" target="disableRollback" />
        <camunda:in source="serviceInputParams" target="serviceInputParams" />
        <camunda:out source="rolledBack" target="rolledBack" />
        <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
        <camunda:in source="failIfExists" target="failIfExists" />
        <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
        <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
        <camunda:in sourceExpression="1610" target="sdncVersion" />
        <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
        <camunda:in source="bpmnRequest" target="requestJson" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1hjh5zy</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1lj31zp</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:endEvent id="EndEvent_0o440av" name="End">
      <bpmn2:incoming>SequenceFlow_095crcd</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ExclusiveGateway_1x5i9c1" />
    <bpmn2:scriptTask id="ScriptTask_0pvcr6j" name="Pre Process Incoming Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0lp2z7l</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0ktadna</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def csi = new CreateGenericALaCarteServiceInstance()
csi.preProcessRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_0lp2z7l" sourceRef="createSI_startEvent" targetRef="ScriptTask_0pvcr6j" />
    <bpmn2:scriptTask id="ScriptTask_0cihgpv" name="Prepare Completion Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1o4wwba</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0xxvjxq</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def csi = new CreateGenericALaCarteServiceInstance()
csi.prepareCompletionRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="CallActivity_0sevgre" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
      <bpmn2:extensionElements>
        <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
        <camunda:in source="mso-request-id" target="mso-request-id" />
        <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
        <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
        <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
        <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_0xxvjxq</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_095crcd</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_0xxvjxq" sourceRef="ScriptTask_0cihgpv" targetRef="CallActivity_0sevgre" />
    <bpmn2:subProcess id="SubProcess_1k2112i" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
      <bpmn2:startEvent id="StartEvent_110xxgx">
        <bpmn2:outgoing>SequenceFlow_0n4umjf</bpmn2:outgoing>
        <bpmn2:errorEventDefinition />
      </bpmn2:startEvent>
      <bpmn2:endEvent id="EndEvent_1rqikib">
        <bpmn2:incoming>SequenceFlow_1ghqolv</bpmn2:incoming>
      </bpmn2:endEvent>
      <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare Fallout Request" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_14eadeb</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def csi = new CreateGenericALaCarteServiceInstance()
csi.prepareFalloutRequest(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandler" calledElement="FalloutHandler">
        <bpmn2:extensionElements>
          <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
          <camunda:in source="mso-request-id" target="mso-request-id" />
          <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
          <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
          <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
          <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
        </bpmn2:extensionElements>
        <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing>
      </bpmn2:callActivity>
      <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" />
      <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" />
      <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_0o4smqp" />
      <bpmn2:scriptTask id="ScriptTask_0o4smqp" name="Send Error Response">
        <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_14eadeb</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def csi = new  CreateGenericALaCarteServiceInstance()
csi.sendSyncError(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_14eadeb" sourceRef="ScriptTask_0o4smqp" targetRef="ScriptTask_1hql91g" />
    </bpmn2:subProcess>
    <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="EndEvent_0o440av" />
    <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0ktadna</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_16vhtu8</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def csi = new  CreateGenericALaCarteServiceInstance()
csi.sendSyncResponse(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_0ktadna" sourceRef="ScriptTask_0pvcr6j" targetRef="Task_1nko5zz" />
    <bpmn2:exclusiveGateway id="ExclusiveGateway_1x5i9c1" name="Success?">
      <bpmn2:incoming>SequenceFlow_1lj31zp</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1o4wwba</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_1mdnv3l</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:endEvent id="EndEvent_143akoz">
      <bpmn2:incoming>SequenceFlow_1mdnv3l</bpmn2:incoming>
      <bpmn2:errorEventDefinition errorRef="Error_2" />
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1o4wwba" name="yes" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="ScriptTask_0cihgpv">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="SequenceFlow_1mdnv3l" name="no" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="EndEvent_143akoz">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y5991s" name="GoDecompose">
      <bpmn2:incoming>SequenceFlow_16vhtu8</bpmn2:incoming>
      <bpmn2:linkEventDefinition name="Decompose" />
    </bpmn2:intermediateThrowEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_16vhtu8" sourceRef="Task_1nko5zz" targetRef="IntermediateThrowEvent_0y5991s" />
    <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_00tv706" name="Decompose">
      <bpmn2:outgoing>SequenceFlow_1tfe975</bpmn2:outgoing>
      <bpmn2:linkEventDefinition name="Decompose" />
    </bpmn2:intermediateCatchEvent>
    <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1aouco1" name="CreateSI">
      <bpmn2:outgoing>SequenceFlow_1hjh5zy</bpmn2:outgoing>
      <bpmn2:linkEventDefinition name="CreateSI" />
    </bpmn2:intermediateCatchEvent>
    <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1tbopzu" name="GoToCreateSI">
      <bpmn2:incoming>SequenceFlow_14ajbme</bpmn2:incoming>
      <bpmn2:linkEventDefinition name="CreateSI" />
    </bpmn2:intermediateThrowEvent>
    <bpmn2:scriptTask id="ScriptTask_1vr3ks5" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1tfe975</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0xhu1k3</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def csi= new CreateGenericALaCarteServiceInstance()
csi.prepareDecomposeService(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="CallActivity_1oc1h9q" name="DecomposeService" calledElement="DecomposeService">
      <bpmn2:extensionElements>
        <camunda:in source="msoRequestId" target="msoRequestId" />
        <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
        <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_0xhu1k3</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1o3ihrh</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="ScriptTask_04zaa1o" name="Prepare&#10;Create&#10;Service&#10;" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1o3ihrh</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_14ajbme</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def csi= new CreateGenericALaCarteServiceInstance()
csi.prepareCreateServiceInstance(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_0xhu1k3" sourceRef="ScriptTask_1vr3ks5" targetRef="CallActivity_1oc1h9q" />
    <bpmn2:sequenceFlow id="SequenceFlow_1o3ihrh" sourceRef="CallActivity_1oc1h9q" targetRef="ScriptTask_04zaa1o" />
    <bpmn2:sequenceFlow id="SequenceFlow_1tfe975" sourceRef="IntermediateCatchEvent_00tv706" targetRef="ScriptTask_1vr3ks5" />
    <bpmn2:sequenceFlow id="SequenceFlow_14ajbme" sourceRef="ScriptTask_04zaa1o" targetRef="IntermediateThrowEvent_1tbopzu" />
    <bpmn2:sequenceFlow id="SequenceFlow_1hjh5zy" sourceRef="IntermediateCatchEvent_1aouco1" targetRef="doCreateServiceInstance_CallActivity" />
  </bpmn2:process>
  <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
  <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateGenericALaCarteServiceInstance">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
        <dc:Bounds x="-6" y="79" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-25" y="120" width="74" height="26" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">
        <dc:Bounds x="187" y="926" width="394" height="188" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">
        <dc:Bounds x="220" y="1003" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="193" y="1044" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">
        <dc:Bounds x="335" y="981" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">
        <dc:Bounds x="496" y="1003" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="469" y="1044" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">
        <di:waypoint xsi:type="dc:Point" x="256" y="1021" />
        <di:waypoint xsi:type="dc:Point" x="335" y="1021" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="253" y="1021" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">
        <di:waypoint xsi:type="dc:Point" x="435" y="1021" />
        <di:waypoint xsi:type="dc:Point" x="496" y="1021" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="425" y="1021" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doCreateServiceInstance_CallActivity">
        <dc:Bounds x="112" y="452" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av">
        <dc:Bounds x="852" y="474" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="863" y="510" width="20" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp">
        <di:waypoint xsi:type="dc:Point" x="212" y="492" />
        <di:waypoint xsi:type="dc:Point" x="314" y="492" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="263" y="477" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j">
        <dc:Bounds x="112" y="57" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l">
        <di:waypoint xsi:type="dc:Point" x="30" y="97" />
        <di:waypoint xsi:type="dc:Point" x="112" y="97" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="71" y="82" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv">
        <dc:Bounds x="449" y="452" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre">
        <dc:Bounds x="637" y="452" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq">
        <di:waypoint xsi:type="dc:Point" x="549" y="492" />
        <di:waypoint xsi:type="dc:Point" x="637" y="492" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="593" y="477" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g">
        <dc:Bounds x="443" y="731" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz">
        <dc:Bounds x="620" y="731" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true">
        <dc:Bounds x="170" y="667" width="679" height="194" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx">
        <dc:Bounds x="185" y="753" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="203" y="794" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib">
        <dc:Bounds x="764" y="753" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="782" y="794" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f">
        <di:waypoint xsi:type="dc:Point" x="543" y="771" />
        <di:waypoint xsi:type="dc:Point" x="620" y="771" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="582" y="756" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv">
        <di:waypoint xsi:type="dc:Point" x="720" y="771" />
        <di:waypoint xsi:type="dc:Point" x="764" y="771" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="742" y="756" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd">
        <di:waypoint xsi:type="dc:Point" x="737" y="492" />
        <di:waypoint xsi:type="dc:Point" x="852" y="492" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="795" y="477" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf">
        <di:waypoint xsi:type="dc:Point" x="221" y="771" />
        <di:waypoint xsi:type="dc:Point" x="243" y="771" />
        <di:waypoint xsi:type="dc:Point" x="243" y="771" />
        <di:waypoint xsi:type="dc:Point" x="264" y="771" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="258" y="771" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz">
        <dc:Bounds x="342" y="57" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0ktadna_di" bpmnElement="SequenceFlow_0ktadna">
        <di:waypoint xsi:type="dc:Point" x="212" y="97" />
        <di:waypoint xsi:type="dc:Point" x="342" y="97" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="277" y="82" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0o4smqp_di" bpmnElement="ScriptTask_0o4smqp">
        <dc:Bounds x="265" y="731" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_14eadeb_di" bpmnElement="SequenceFlow_14eadeb">
        <di:waypoint xsi:type="dc:Point" x="365" y="771" />
        <di:waypoint xsi:type="dc:Point" x="392" y="771" />
        <di:waypoint xsi:type="dc:Point" x="392" y="771" />
        <di:waypoint xsi:type="dc:Point" x="443" y="771" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="407" y="771" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_1x5i9c1_di" bpmnElement="ExclusiveGateway_1x5i9c1" isMarkerVisible="true">
        <dc:Bounds x="314" y="467" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="314" y="439" width="50" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_143akoz_di" bpmnElement="EndEvent_143akoz">
        <dc:Bounds x="321" y="580" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="417" y="965" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1o4wwba_di" bpmnElement="SequenceFlow_1o4wwba">
        <di:waypoint xsi:type="dc:Point" x="364" y="492" />
        <di:waypoint xsi:type="dc:Point" x="401" y="492" />
        <di:waypoint xsi:type="dc:Point" x="401" y="492" />
        <di:waypoint xsi:type="dc:Point" x="449" y="492" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="399" y="489" width="18" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1mdnv3l_di" bpmnElement="SequenceFlow_1mdnv3l">
        <di:waypoint xsi:type="dc:Point" x="339" y="517" />
        <di:waypoint xsi:type="dc:Point" x="339" y="544" />
        <di:waypoint xsi:type="dc:Point" x="339" y="544" />
        <di:waypoint xsi:type="dc:Point" x="339" y="580" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="313" y="522" width="12" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="IntermediateThrowEvent_0y5991s_di" bpmnElement="IntermediateThrowEvent_0y5991s">
        <dc:Bounds x="587" y="79" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="568" y="120" width="74" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_16vhtu8_di" bpmnElement="SequenceFlow_16vhtu8">
        <di:waypoint xsi:type="dc:Point" x="442" y="97" />
        <di:waypoint xsi:type="dc:Point" x="587" y="97" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="515" y="82" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="IntermediateCatchEvent_00tv706_di" bpmnElement="IntermediateCatchEvent_00tv706">
        <dc:Bounds x="-6" y="272" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-19" y="308" width="59" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="IntermediateCatchEvent_1aouco1_di" bpmnElement="IntermediateCatchEvent_1aouco1">
        <dc:Bounds x="-6" y="474" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-11" y="510" width="43" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="IntermediateThrowEvent_1tbopzu_di" bpmnElement="IntermediateThrowEvent_1tbopzu">
        <dc:Bounds x="852" y="272" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="835" y="313" width="70" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1vr3ks5_di" bpmnElement="ScriptTask_1vr3ks5">
        <dc:Bounds x="112" y="250" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_1oc1h9q_di" bpmnElement="CallActivity_1oc1h9q">
        <dc:Bounds x="342" y="250" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_04zaa1o_di" bpmnElement="ScriptTask_04zaa1o">
        <dc:Bounds x="555" y="250" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0xhu1k3_di" bpmnElement="SequenceFlow_0xhu1k3">
        <di:waypoint xsi:type="dc:Point" x="212" y="290" />
        <di:waypoint xsi:type="dc:Point" x="342" y="290" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="277" y="275" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1o3ihrh_di" bpmnElement="SequenceFlow_1o3ihrh">
        <di:waypoint xsi:type="dc:Point" x="442" y="290" />
        <di:waypoint xsi:type="dc:Point" x="555" y="290" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="499" y="275" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1tfe975_di" bpmnElement="SequenceFlow_1tfe975">
        <di:waypoint xsi:type="dc:Point" x="30" y="290" />
        <di:waypoint xsi:type="dc:Point" x="69" y="290" />
        <di:waypoint xsi:type="dc:Point" x="69" y="290" />
        <di:waypoint xsi:type="dc:Point" x="112" y="290" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="84" y="290" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_14ajbme_di" bpmnElement="SequenceFlow_14ajbme">
        <di:waypoint xsi:type="dc:Point" x="655" y="290" />
        <di:waypoint xsi:type="dc:Point" x="852" y="290" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="754" y="265" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1hjh5zy_di" bpmnElement="SequenceFlow_1hjh5zy">
        <di:waypoint xsi:type="dc:Point" x="30" y="492" />
        <di:waypoint xsi:type="dc:Point" x="112" y="492" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="71" y="467" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>