summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/charts/aaf-locate
AgeCommit message (Expand)AuthorFilesLines
2019-02-10Update Chart version for Dublin ReleaseMike Elliott1-1/+1
2018-11-15Sync docker tags with release manifestGary Wu1-1/+1
2018-11-09Move to AAF 2.1.7 ReleaseInstrumental1-1/+1
2018-11-07Sync docker tags with release manifestGary Wu1-1/+1
2018-11-05update OOM for 2.1.7-SNAPSHOTInstrumental1-1/+1
2018-10-25update OOM for 2.1.6Instrumental2-3/+2
2018-10-18Sync docker tags with release manifestGary Wu1-1/+1
2018-10-17Recommended AAF/OOM ChangesInstrumental2-23/+27
2018-10-15Replace liveness probe & update imagesMike Elliott1-1/+1
2018-10-11refactor AAF casablanca chartsMandeep Khinda2-31/+17
2018-10-02commiting resource limit for onap-aaf componentdsingh.2781-20/+19
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
2018-09-25adding unlimited resource limitMandeep Khinda1-1/+1
2018-09-24Update Chart versions to 3.0Mike Elliott1-1/+1
2018-09-19Sync values from docker-manifest-staging fileAlexis de Talhouƫt1-1/+1
2018-08-23License Task for VID,AAF,CLI,SNIROvaibhavjayas1-0/+14
2018-06-07Remove stderr/stdout redirection from CommandInstrumental1-1/+1
2018-06-05Sync docker image versions from manifestGary Wu1-1/+1
2018-05-11Update readiness-check to 2.0.0Gary Wu1-1/+1
2018-05-10Improve docker registry secret managementBorislavG1-1/+0
2018-05-07AAF ChartsMahendra Raghuwanshi6-0/+301
1'>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 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630
<?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="_l2hJ8CccEeW3d--PaFJMbg" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:process id="sdncAdapter" name="SDNC Adapter" isExecutable="true">
    <bpmn2:exclusiveGateway id="isResponseOK" name="is Response Ok?" default="badSynchronousResponse">
      <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
      <bpmn2:outgoing>badSynchronousResponse</bpmn2:outgoing>
      <bpmn2:outgoing>goodSynchronousResponse</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="badSynchronousResponse" name="Bad synchronous response" sourceRef="isResponseOK" targetRef="setBadResponse" />
    <bpmn2:sequenceFlow id="goodSynchronousResponse" name="Good synchronous response" sourceRef="isResponseOK" targetRef="resetCallbackRequest">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("SDNCA_ResponseCode")=='200'}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:scriptTask id="setBadResponse" name="Set Bad Response&#10;&#10;Exception" scriptFormat="groovy">
      <bpmn2:incoming>badSynchronousResponse</bpmn2:incoming>
      <bpmn2:outgoing>Exception</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*

int responseCode = execution.getVariable("SDNCA_ResponseCode")
ExceptionUtil exceptionUtil = new ExceptionUtil()
exceptionUtil.buildWorkflowException(execution, 7000, "Could not communicate with the SDNC Adapter" )]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="Exception" name="Exception" sourceRef="setBadResponse" targetRef="badResponseEndFlow" />
    <bpmn2:serviceTask id="invokeSDNCAdapter" name="Invoke SDNC Adapter" camunda:asyncAfter="true" camunda:class="">
      <bpmn2:extensionElements>
        <camunda:connector>
          <camunda:inputOutput>
            <camunda:inputParameter name="url"><![CDATA[${execution.getVariable("mso.adapters.sdnc.endpoint")}]]></camunda:inputParameter>
            <camunda:inputParameter name="method">POST</camunda:inputParameter>
            <camunda:inputParameter name="headers">
              <camunda:map>
                <camunda:entry key="content-type">application/soap+xml</camunda:entry>
                <camunda:entry key="Authorization">#{BasicAuthHeaderValue}</camunda:entry>
                <camunda:entry key="X-ONAP-RequestID"><![CDATA[#{execution.getVariable("mso-request-id")}]]></camunda:entry>
              </camunda:map>
            </camunda:inputParameter>
            <camunda:inputParameter name="payload">${sdncAdapterRequest}</camunda:inputParameter>
            <camunda:outputParameter name="sdncAdapterWorkflowResponse">${response}</camunda:outputParameter>
            <camunda:outputParameter name="SDNCA_ResponseCode">${statusCode}</camunda:outputParameter>
          </camunda:inputOutput>
          <camunda:connectorId>soap-http-connector</camunda:connectorId>
        </camunda:connector>
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:sequenceFlow id="SequenceFlow_15" sourceRef="invokeSDNCAdapter" targetRef="isResponseOK" />
    <bpmn2:endEvent id="badResponseEndFlow" name="Bad Response End Flow">
      <bpmn2:incoming>Exception</bpmn2:incoming>
      <bpmn2:errorEventDefinition id="_ErrorEventDefinition_77" errorRef="Error_3" />
    </bpmn2:endEvent>
    <bpmn2:startEvent id="SDNCAdapter_Start" name="Incoming Message">
      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
      <bpmn2:messageEventDefinition id="_MessageEventDefinition_3" messageRef="Message_1" />
    </bpmn2:startEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1" sourceRef="SDNCAdapter_Start" targetRef="processMessage" />
    <bpmn2:scriptTask id="processMessage" name="Process message" scriptFormat="groovy">
      <bpmn2:extensionElements>
        <camunda:inputOutput>
          <camunda:inputParameter name="ScriptObject">
            <camunda:map>
              <camunda:entry key="MethodName">massageSDNCRequestScript</camunda:entry>
              <camunda:entry key="Params" />
            </camunda:map>
          </camunda:inputParameter>
        </camunda:inputOutput>
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
def sdnc= new SDNCAdapter()
sdnc.preProcessRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_8" sourceRef="processMessage" targetRef="invokeSDNCAdapter" />
    <bpmn2:scriptTask id="returnWorkflowResult" name="Return workflow result" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
      <bpmn2:incoming>SequenceFlow_11ah5pw</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
def sdnc= new SDNCAdapter()
sdnc.postProcessResponse(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_14" sourceRef="returnWorkflowResult" targetRef="timeoutError" />
    <bpmn2:exclusiveGateway id="timeoutError" name="Did Timeout occur?" default="noTimeoutError">
      <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
      <bpmn2:outgoing>noTimeoutError</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="noTimeoutError" name="No Timeout" sourceRef="timeoutError" targetRef="ExclusiveGateway_1" />
    <bpmn2:sequenceFlow id="SequenceFlow_19" name="Timeout" sourceRef="timeoutError" targetRef="endEventException">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("asynchronousResponseTimeout")==true}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:subProcess id="SubProcess" name="Wait for asynchronous message" camunda:asyncAfter="true">
      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
      <bpmn2:startEvent id="StartEvent" name="Start Event">
        <bpmn2:outgoing>SequenceFlow_1eciucn</bpmn2:outgoing>
      </bpmn2:startEvent>
      <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent" name="Catch Event">
        <bpmn2:incoming>SequenceFlow_1eciucn</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
        <bpmn2:messageEventDefinition id="MessageEventDefinition_2" messageRef="Message_2" />
      </bpmn2:intermediateCatchEvent>
      <bpmn2:sequenceFlow id="SequenceFlow_16" sourceRef="IntermediateCatchEvent" targetRef="eEndEventSubprocess" />
      <bpmn2:sequenceFlow id="SequenceFlow_1eciucn" sourceRef="StartEvent" targetRef="IntermediateCatchEvent" />
      <bpmn2:endEvent id="eEndEventSubprocess" name="End Event Subprocess">
        <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
      </bpmn2:endEvent>
    </bpmn2:subProcess>
    <bpmn2:sequenceFlow id="SequenceFlow_9" sourceRef="SubProcess" targetRef="returnWorkflowResult" />
    <bpmn2:scriptTask id="setTimeoutEx" name="Set Timeout&#10;and Stop Listening for Callback" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0mzs1ze</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_11ah5pw</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
def sdnc= new SDNCAdapter()
sdnc.setTimeout(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="resetCallbackRequest" name="Reset callback request and set timer value" scriptFormat="groovy">
      <bpmn2:incoming>goodSynchronousResponse</bpmn2:incoming>
      <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
def sdnc= new SDNCAdapter()
sdnc.resetCallbackRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="resetCallbackRequest" targetRef="SubProcess" />
    <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Check final indicator" default="Done">
      <bpmn2:incoming>noTimeoutError</bpmn2:incoming>
      <bpmn2:outgoing>Done</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="Done" name="Done" sourceRef="ExclusiveGateway_1" targetRef="ResetInterimNotificationFlag" />
    <bpmn2:sequenceFlow id="SequenceFlow_30" name="Not Done" sourceRef="ExclusiveGateway_1" targetRef="ParallelGateway_3">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("continueListening")==true}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:scriptTask id="toggleSuccessIndicator" name="Toggle Success Indicator" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1w1za5m</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
def sdnc= new SDNCAdapter()
sdnc.toggleSuccessIndicator(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="toggleSuccessIndicator" targetRef="endEventFlow" />
    <bpmn2:endEvent id="endEventFlow" name="End Event Flow">
      <bpmn2:extensionElements>
        <camunda:connector>
          <camunda:inputOutput>
            <camunda:outputParameter name="sdncAdapterResponse">${sdncAdapterWorkflowResponse}</camunda:outputParameter>
          </camunda:inputOutput>
        </camunda:connector>
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
      <bpmn2:messageEventDefinition id="_MessageEventDefinition_6" />
    </bpmn2:endEvent>
    <bpmn2:parallelGateway id="ParallelGateway_3">
      <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing>
    </bpmn2:parallelGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ParallelGateway_3" targetRef="ExclusiveGateway_2" />
    <bpmn2:sequenceFlow id="SequenceFlow_26" name="Continue listening for asynchronous message" sourceRef="ParallelGateway_3" targetRef="resetCallbackRequest" />
    <bpmn2:subProcess id="errorHandlingSubProcess" name="Error Handling Sub Process" triggeredByEvent="true">
      <bpmn2:startEvent id="catchErrors" name="Catch">
        <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
        <bpmn2:errorEventDefinition id="_ErrorEventDefinition_78" errorRef="Error_3" />
      </bpmn2:startEvent>
      <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="catchErrors" targetRef="assignError" />
      <bpmn2:scriptTask id="assignError" name="Assign Error" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
def sdnc= new SDNCAdapter()
sdnc.assignError(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="assignError" targetRef="EndEvent_5" />
      <bpmn2:endEvent id="EndEvent_5">
        <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
      </bpmn2:endEvent>
    </bpmn2:subProcess>
    <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Service Config Activate?" default="SequenceFlow_23">
      <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_4" name="Yes" sourceRef="ExclusiveGateway_2" targetRef="SetInterimNotificationFlag">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("serviceConfigActivate")==true}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="SequenceFlow_23" name="No" sourceRef="ExclusiveGateway_2" targetRef="EndEvent_1" />
    <bpmn2:endEvent id="EndEvent_1">
      <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:boundaryEvent id="BoundaryEvent_1" name="Boundary Event" cancelActivity="false" attachedToRef="SubProcess">
      <bpmn2:documentation>this is a non interupting time to prevent an Optimistic Locking Exception if timer expires the same time we correlate a message</bpmn2:documentation>
      <bpmn2:outgoing>SequenceFlow_0mzs1ze</bpmn2:outgoing>
      <bpmn2:timerEventDefinition>
        <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">${sdncTimeoutValue}</bpmn2:timeDuration>
      </bpmn2:timerEventDefinition>
    </bpmn2:boundaryEvent>
    <bpmn2:endEvent id="endEventException" name="Timeout Exception">
      <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
      <bpmn2:terminateEventDefinition />
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_0mzs1ze" sourceRef="BoundaryEvent_1" targetRef="setTimeoutEx" />
    <bpmn2:sequenceFlow id="SequenceFlow_11ah5pw" sourceRef="setTimeoutEx" targetRef="returnWorkflowResult" />
    <bpmn2:callActivity id="CallActivity_11xgv33" name="Call Notification Service" calledElement="${UrnPropertiesReader.getVariable(&#34;mso.workflow.notification.name&#34;, execution)}">
      <bpmn2:extensionElements>
        <camunda:in source="mso-request-id" target="mso-request-id" />
        <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
        <camunda:in variables="all" />
        <camunda:out variables="all" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_193cb6p</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1em7gys</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="SetInterimNotificationFlag" name="Set Interim Notification Flag" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_193cb6p</bpmn2:outgoing>
      <bpmn2:script><![CDATA[execution.setVariable("SDNCA_InterimNotify", true)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_193cb6p" sourceRef="SetInterimNotificationFlag" targetRef="CallActivity_11xgv33" />
    <bpmn2:endEvent id="EndEvent_18rq0b6">
      <bpmn2:incoming>SequenceFlow_1em7gys</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1em7gys" sourceRef="CallActivity_11xgv33" targetRef="EndEvent_18rq0b6" />
    <bpmn2:scriptTask id="ResetInterimNotificationFlag" name="Reset Interim Notification Flag" scriptFormat="groovy">
      <bpmn2:incoming>Done</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1w1za5m</bpmn2:outgoing>
      <bpmn2:script><![CDATA[execution.setVariable("SDNCA_InterimNotify", false)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_1w1za5m" sourceRef="ResetInterimNotificationFlag" targetRef="toggleSuccessIndicator" />
    <bpmn2:subProcess id="SubProcess_1j2zu8s" name="Java Exception Handling Sub Process" triggeredByEvent="true">
      <bpmn2:startEvent id="StartEvent_10rxj2o">
        <bpmn2:outgoing>SequenceFlow_1cnxq0j</bpmn2:outgoing>
        <bpmn2:errorEventDefinition errorRef="Error_2" camunda:errorCodeVariable="BPMN_javaExpCode" camunda:errorMessageVariable="BPMN_javaExpMsg" />
      </bpmn2:startEvent>
      <bpmn2:endEvent id="EndEvent_0tzire9">
        <bpmn2:incoming>SequenceFlow_1j9sip1</bpmn2:incoming>
      </bpmn2:endEvent>
      <bpmn2:sequenceFlow id="SequenceFlow_1cnxq0j" sourceRef="StartEvent_10rxj2o" targetRef="Task_1damf23" />
      <bpmn2:sequenceFlow id="SequenceFlow_1j9sip1" sourceRef="Task_1damf23" targetRef="EndEvent_0tzire9" />
      <bpmn2:scriptTask id="Task_1damf23" name="Process Error" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_1cnxq0j</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_1j9sip1</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
ExceptionUtil ex = new ExceptionUtil()
ex.processJavaException(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
    </bpmn2:subProcess>
  </bpmn2:process>
  <bpmn2:message id="Message_1" name="sdncAdapterWorkflowRequest" />
  <bpmn2:message id="Message_2" name="sdncAdapterCallbackRequest" />
  <bpmn2:error id="Error_3" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
  <bpmn2:signal id="Signal_1" name="InterimStatus" />
  <bpmn2:error id="Error_2" name="Java Lang Exception" errorCode="java.lang.Exception" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="sdncAdapter">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_33" bpmnElement="SDNCAdapter_Start">
        <dc:Bounds x="111" y="161" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="72" y="202" width="115" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_62" bpmnElement="invokeSDNCAdapter">
        <dc:Bounds x="342" y="139" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_29" bpmnElement="isResponseOK" isMarkerVisible="true">
        <dc:Bounds x="519" y="153" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="569" y="182" width="106" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_64" bpmnElement="endEventFlow">
        <dc:Bounds x="1699" y="366" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1743" y="373" width="77" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_65" bpmnElement="badResponseEndFlow">
        <dc:Bounds x="762" y="104" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="804" y="111" width="149" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="badSynchronousResponse" sourceElement="_BPMNShape_ExclusiveGateway_29" targetElement="_BPMNShape_ScriptTask_24">
        <di:waypoint xsi:type="dc:Point" x="544" y="153" />
        <di:waypoint xsi:type="dc:Point" x="544" y="122" />
        <di:waypoint xsi:type="dc:Point" x="600" y="122" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="441" y="99" width="164" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_33" targetElement="_BPMNShape_ScriptTask_3">
        <di:waypoint xsi:type="dc:Point" x="147" y="179" />
        <di:waypoint xsi:type="dc:Point" x="194" y="179" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="171" y="179" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="goodSynchronousResponse" sourceElement="_BPMNShape_ExclusiveGateway_29" targetElement="_BPMNShape_ScriptTask_27">
        <di:waypoint xsi:type="dc:Point" x="544" y="203" />
        <di:waypoint xsi:type="dc:Point" x="544" y="246" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="459" y="208" width="172" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_68" bpmnElement="returnWorkflowResult">
        <dc:Bounds x="1104" y="237" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_3" bpmnElement="processMessage">
        <dc:Bounds x="194" y="139" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_3" targetElement="_BPMNShape_ServiceTask_62">
        <di:waypoint xsi:type="dc:Point" x="294" y="179" />
        <di:waypoint xsi:type="dc:Point" x="342" y="179" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="300" y="153" width="30" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ServiceTask_68" targetElement="_BPMNShape_ExclusiveGateway_53">
        <di:waypoint xsi:type="dc:Point" x="1204" y="277" />
        <di:waypoint xsi:type="dc:Point" x="1248" y="276" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1211" y="251" width="37" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ServiceTask_62" targetElement="_BPMNShape_ExclusiveGateway_29">
        <di:waypoint xsi:type="dc:Point" x="442" y="179" />
        <di:waypoint xsi:type="dc:Point" x="480" y="179" />
        <di:waypoint xsi:type="dc:Point" x="480" y="178" />
        <di:waypoint xsi:type="dc:Point" x="519" y="178" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="468" y="153" width="37" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_16" bpmnElement="IntermediateCatchEvent">
        <dc:Bounds x="781" y="257" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="739" y="292" width="60" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_SubProcess_11" bpmnElement="SubProcess" isExpanded="true">
        <dc:Bounds x="619" y="209" width="379" height="137" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_38" bpmnElement="StartEvent">
        <dc:Bounds x="655" y="257" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="630" y="292" width="54" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_SubProcess_11">
        <di:waypoint xsi:type="dc:Point" x="998" y="278" />
        <di:waypoint xsi:type="dc:Point" x="1104" y="277" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1051" y="262.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_24" bpmnElement="setBadResponse">
        <dc:Bounds x="600" y="82" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="Exception" sourceElement="_BPMNShape_ScriptTask_24" targetElement="_BPMNShape_EndEvent_65">
        <di:waypoint xsi:type="dc:Point" x="700" y="122" />
        <di:waypoint xsi:type="dc:Point" x="762" y="122" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="699" y="99" width="64" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_25" bpmnElement="setTimeoutEx">
        <dc:Bounds x="941" y="372" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_IntermediateCatchEvent_16">
        <di:waypoint xsi:type="dc:Point" x="817" y="275" />
        <di:waypoint xsi:type="dc:Point" x="926" y="275" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="872" y="260" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_53" bpmnElement="timeoutError" isMarkerVisible="true">
        <dc:Bounds x="1248" y="251" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1300" y="266" width="118" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="noTimeoutError" sourceElement="_BPMNShape_ExclusiveGateway_53" targetElement="_BPMNShape_ExclusiveGateway_54">
        <di:waypoint xsi:type="dc:Point" x="1273" y="301" />
        <di:waypoint xsi:type="dc:Point" x="1273" y="359" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1280" y="324" width="72" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_53" targetElement="_BPMNShape_ScriptTask_25">
        <di:waypoint xsi:type="dc:Point" x="1273" y="251" />
        <di:waypoint xsi:type="dc:Point" x="1273" y="95" />
        <di:waypoint xsi:type="dc:Point" x="1560" y="95" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1301" y="169.45283018867923" width="39" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_54" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
        <dc:Bounds x="1248" y="359" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1194" y="372" width="57" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="Done" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_ScriptTask_247">
        <di:waypoint xsi:type="dc:Point" x="1298" y="384" />
        <di:waypoint xsi:type="dc:Point" x="1386" y="385" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1322" y="384.219838851959" width="27" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_27" bpmnElement="resetCallbackRequest">
        <dc:Bounds x="494" y="246" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_27" targetElement="_BPMNShape_SubProcess_11">
        <di:waypoint xsi:type="dc:Point" x="594" y="286" />
        <di:waypoint xsi:type="dc:Point" x="607" y="286" />
        <di:waypoint xsi:type="dc:Point" x="607" y="275" />
        <di:waypoint xsi:type="dc:Point" x="619" y="275" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="622" y="280.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_ParallelGateway_14">
        <di:waypoint xsi:type="dc:Point" x="1273" y="409" />
        <di:waypoint xsi:type="dc:Point" x="1273" y="467" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1273" y="423" width="60" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_55" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
        <dc:Bounds x="1248" y="552" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1141" y="567" width="74" height="25" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ExclusiveGateway_55" targetElement="CallActivity_11xgv33_di">
        <di:waypoint xsi:type="dc:Point" x="1273" y="602" />
        <di:waypoint xsi:type="dc:Point" x="1273" y="664" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1237" y="635.9906427957554" width="18" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_14" bpmnElement="ParallelGateway_3">
        <dc:Bounds x="1248" y="467" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1273" y="522" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ParallelGateway_14">
        <di:waypoint xsi:type="dc:Point" x="1272" y="516" />
        <di:waypoint xsi:type="dc:Point" x="1273" y="552" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1273" y="519" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_96" bpmnElement="EndEvent_1">
        <dc:Bounds x="1440" y="559" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1458" y="600" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ExclusiveGateway_55" targetElement="_BPMNShape_EndEvent_96">
        <di:waypoint xsi:type="dc:Point" x="1298" y="577" />
        <di:waypoint xsi:type="dc:Point" x="1330" y="577" />
        <di:waypoint xsi:type="dc:Point" x="1440" y="577" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1309" y="590.5" width="14" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ParallelGateway_14" targetElement="_BPMNShape_ScriptTask_27">
        <di:waypoint xsi:type="dc:Point" x="1248" y="492" />
        <di:waypoint xsi:type="dc:Point" x="544" y="492" />
        <di:waypoint xsi:type="dc:Point" x="544" y="326" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="782" y="467" width="73" height="48" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_247" bpmnElement="toggleSuccessIndicator">
        <dc:Bounds x="1540" y="344" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_247" targetElement="_BPMNShape_EndEvent_64">
        <di:waypoint xsi:type="dc:Point" x="1640" y="384" />
        <di:waypoint xsi:type="dc:Point" x="1699" y="384" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1670" y="369" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_SubProcess_19" bpmnElement="errorHandlingSubProcess" isExpanded="true">
        <dc:Bounds x="250" y="598" width="353" height="193" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_63" bpmnElement="catchErrors">
        <dc:Bounds x="285" y="677" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="288" y="718" width="29" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_213" bpmnElement="EndEvent_5">
        <dc:Bounds x="525" y="677" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="498" y="718" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_249" bpmnElement="assignError">
        <dc:Bounds x="369" y="655" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_StartEvent_63" targetElement="_BPMNShape_ScriptTask_249">
        <di:waypoint xsi:type="dc:Point" x="321" y="695" />
        <di:waypoint xsi:type="dc:Point" x="369" y="695" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="306" y="695" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ScriptTask_249" targetElement="_BPMNShape_EndEvent_213">
        <di:waypoint xsi:type="dc:Point" x="469" y="695" />
        <di:waypoint xsi:type="dc:Point" x="525" y="695" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="452" y="695" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1eciucn_di" bpmnElement="SequenceFlow_1eciucn">
        <di:waypoint xsi:type="dc:Point" x="691" y="275" />
        <di:waypoint xsi:type="dc:Point" x="781" y="275" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="736" y="260" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BoundaryEvent_1e5qjpm_di" bpmnElement="BoundaryEvent_1">
        <dc:Bounds x="782" y="328" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="715" y="361" width="78" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0vl0pvg_di" bpmnElement="endEventException">
        <dc:Bounds x="1560" y="77" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1607" y="84" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0mzs1ze_di" bpmnElement="SequenceFlow_0mzs1ze">
        <di:waypoint xsi:type="dc:Point" x="800" y="364" />
        <di:waypoint xsi:type="dc:Point" x="800" y="412" />
        <di:waypoint xsi:type="dc:Point" x="941" y="412" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="815" y="388" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_11ah5pw_di" bpmnElement="SequenceFlow_11ah5pw">
        <di:waypoint xsi:type="dc:Point" x="1041" y="412" />
        <di:waypoint xsi:type="dc:Point" x="1154" y="412" />
        <di:waypoint xsi:type="dc:Point" x="1154" y="317" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1098" y="397" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_0xhvk12_di" bpmnElement="eEndEventSubprocess">
        <dc:Bounds x="926" y="257" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="905" y="292" width="59" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_11xgv33_di" bpmnElement="CallActivity_11xgv33">
        <dc:Bounds x="1223" y="795" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1vhiyz5_di" bpmnElement="SetInterimNotificationFlag">
        <dc:Bounds x="1223" y="666" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_193cb6p_di" bpmnElement="SequenceFlow_193cb6p">
        <di:waypoint xsi:type="dc:Point" x="1273" y="746" />
        <di:waypoint xsi:type="dc:Point" x="1273" y="795" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1288" y="770.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_18rq0b6_di" bpmnElement="EndEvent_18rq0b6">
        <dc:Bounds x="1255.3117870722433" y="919.4537389100127" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1274" y="955.4537389100127" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1em7gys_di" bpmnElement="SequenceFlow_1em7gys">
        <di:waypoint xsi:type="dc:Point" x="1273" y="875" />
        <di:waypoint xsi:type="dc:Point" x="1273" y="920" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1288" y="897.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1ayq9yl_di" bpmnElement="ResetInterimNotificationFlag">
        <dc:Bounds x="1386" y="345" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1w1za5m_di" bpmnElement="SequenceFlow_1w1za5m">
        <di:waypoint xsi:type="dc:Point" x="1486" y="385" />
        <di:waypoint xsi:type="dc:Point" x="1540" y="384" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1513" y="369.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="SubProcess_009jbzr_di" bpmnElement="SubProcess_1j2zu8s" isExpanded="true">
        <dc:Bounds x="252" y="817" width="350" height="200" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_1cwwku2_di" bpmnElement="StartEvent_10rxj2o">
        <dc:Bounds x="288" y="904" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="306" y="944" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0tzire9_di" bpmnElement="EndEvent_0tzire9">
        <dc:Bounds x="530" y="904" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="548" y="944" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1cnxq0j_di" bpmnElement="SequenceFlow_1cnxq0j">
        <di:waypoint xsi:type="dc:Point" x="324" y="922" />
        <di:waypoint xsi:type="dc:Point" x="378" y="922" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="351" y="901" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1j9sip1_di" bpmnElement="SequenceFlow_1j9sip1">
        <di:waypoint xsi:type="dc:Point" x="478" y="922" />
        <di:waypoint xsi:type="dc:Point" x="530" y="922" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="504" y="901" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1n6d3r0_di" bpmnElement="Task_1damf23">
        <dc:Bounds x="378" y="882" width="100" height="80" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>