aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVfModuleInfra.bpmn
blob: 150d50232af6d0ac754409318e32cde8e3de6e25 (plain) .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
 * ============LICENSE_START===================================================
 * SPARKY (AAI UI service)
 * ============================================================================
 * Copyright © 2017 AT&T Intellectual Property.
 * Copyright © 2017 Amdocs
 * All rights reserved.
 * ============================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ============LICENSE_END=====================================================
 *
 * ECOMP and OpenECOMP are trademarks
 * and service marks of AT&T Intellectual Property.
 */

import keyMirror from 'utils/KeyMirror.js';

export default keyMirror({
  NOTIFY_ERROR: null,
  NOTIFY_SUCCESS: null,
  NOTIFY_WARNING: null,
  NOTIFY_INFO: null,
  NOTIFY_CLOSE: null
});
/a> 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 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 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 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701
<?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="_pNTO8MRhEeWv36YLr7PC3Q" 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="CreateVfModuleInfra" name="CreateVfModuleInfra" isExecutable="true">
    <bpmn2:startEvent id="StartEvent_1" name="Start">
      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
    <bpmn2:callActivity id="DoCreateVfModuleSubprocess" name="Do Create Vf Module" calledElement="DoCreateVfModule">
      <bpmn2:extensionElements>
        <camunda:in source="CVFMI_requestId" target="msoRequestId" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:in source="isVidRequest" target="isVidRequest" />
        <camunda:in source="disableRollback" target="disableRollback" />
        <camunda:out source="DCVFM_vnfId" target="CVFMI_vnfId" />
        <camunda:out source="DCVFM_vfModuleId" target="CVFMI_vfModuleId" />
        <camunda:out source="rollbackData" target="rollbackData" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:out source="WorkflowResponse" target="CVFMI_WorkflowResponse" />
        <camunda:out source="DCVFM_vfModuleName" target="CVFMI_vfModuleName" />
        <camunda:in source="CVFMI_vnfType" target="vnfType" />
        <camunda:in source="CVFMI_vnfName" target="vnfName" />
        <camunda:in source="CVFMI_vnfId" target="vnfId" />
        <camunda:in source="CVFMI_vfModuleName" target="vfModuleName" />
        <camunda:in source="CVFMI_vfModuleType" target="vfModuleType" />
        <camunda:in source="CVFMI_volumeGroupId" target="volumeGroupId" />
        <camunda:in source="CVFMI_volumeGroupName" target="volumeGroupName" />
        <camunda:in source="CVFMI_isBaseVfModule" target="isBaseVfModule" />
        <camunda:in source="CVFMI_asdcServiceModelVersion" target="asdcServiceModelVersion" />
        <camunda:in source="CVFMI_serviceInstanceId" target="serviceInstanceId" />
        <camunda:in source="CVFMI_serviceModelInfo" target="serviceModelInfo" />
        <camunda:in source="CVFMI_vnfModelInfo" target="vnfModelInfo" />
        <camunda:in source="CVFMI_globalSubscriberId" target="globalSubscriberId" />
        <camunda:in source="CVFMI_sdncVersion" target="sdncVersion" />
        <camunda:in source="CVFMI_lcpCloudRegionId" target="lcpCloudRegionId" />
        <camunda:in source="CVFMI_cloudOwner" target="cloudOwner" />
        <camunda:in source="CVFMI_tenantId" target="tenantId" />
        <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
        <camunda:in source="CVFMI_vfModuleModelInfo" target="vfModuleModelInfo" />
        <camunda:in source="CVFMI_usePreload" target="usePreload" />
        <camunda:in source="CVFMI_vfModuleInputParams" target="vfModuleInputParams" />
        <camunda:in source="CVFMI_aLaCarte" target="aLaCarte" />
        <camunda:out source="DCVFM_getSDNCAdapterResponse" target="DCVFM_getSDNCAdapterResponse" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1y7d5qk</bpmn2:incoming>
      <bpmn2:incoming>SequenceFlow_1vx081s</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1efipx3</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def createVfModule = new CreateVfModuleInfra()
createVfModule.sendResponse(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine">
      <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
      <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine" />
    </bpmn2:intermediateThrowEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1" />
    <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine">
      <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
      <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine" />
    </bpmn2:intermediateCatchEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest" />
    <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def createVfModule = new CreateVfModuleInfra()
createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request">
      <bpmn2:extensionElements>
        <camunda:connector>
          <camunda:inputOutput>
            <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}]]></camunda:inputParameter>
            <camunda:inputParameter name="headers">
              <camunda:map>
                <camunda:entry key="content-type">application/soap+xml</camunda:entry>
                <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
              </camunda:map>
            </camunda:inputParameter>
            <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter>
            <camunda:inputParameter name="method">POST</camunda:inputParameter>
            <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
            <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
          </camunda:inputOutput>
          <camunda:connectorId>http-connector</camunda:connectorId>
        </camunda:connector>
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1crl7uf</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" />
    <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0td7d9m</bpmn2:incoming>
      <bpmn2:incoming>SequenceFlow_0u8zesf</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def createVfModule = new CreateVfModuleInfra()
createVfModule.postProcessResponse(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler" />
    <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess">
      <bpmn2:extensionElements>
        <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
        <camunda:in source="mso-request-id" target="mso-request-id" />
        <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
        <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad">
      <bpmn2:incoming>SequenceFlow_1crl7uf</bpmn2:incoming>
      <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing>
      <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2" />
    <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="ExclusiveGateway_0c8x2mq">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:endEvent id="EndEvent_2">
      <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming>
      <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1" />
    </bpmn2:endEvent>
    <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true">
      <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors">
        <bpmn2:outgoing>SequenceFlow_0wsgnab</bpmn2:outgoing>
        <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
      </bpmn2:startEvent>
      <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler">
        <bpmn2:extensionElements>
          <camunda:in source="CVFMI_FalloutHandlerRequest" 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:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        </bpmn2:extensionElements>
        <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
      </bpmn2:callActivity>
      <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3" />
      <bpmn2:endEvent id="EndEvent_3">
        <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
        <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" />
      </bpmn2:endEvent>
      <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_018p5wf</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def cvfm = new CreateVfModuleInfra()
cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler" />
      <bpmn2:sequenceFlow id="SequenceFlow_0wsgnab" sourceRef="StartEvent_2" targetRef="SendErrorResponse" />
      <bpmn2:sequenceFlow id="SequenceFlow_018p5wf" sourceRef="SendErrorResponse" targetRef="PrepareFalloutHandler" />
      <bpmn2:scriptTask id="SendErrorResponse" name="Send Error Response" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_0wsgnab</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_018p5wf</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def createVfModule = new CreateVfModuleInfra()
createVfModule.sendErrorResponse(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
    </bpmn2:subProcess>
    <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
      <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:endEvent id="EndEvent_1">
      <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
      <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10" />
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator" />
    <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1" />
    <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler">
      <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
      <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3" />
    </bpmn2:boundaryEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4" />
    <bpmn2:endEvent id="EndEvent_4">
      <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
      <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12" />
    </bpmn2:endEvent>
    <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def createVfModule = new CreateVfModuleInfra()
createVfModule.preProcessRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse" />
    <bpmn2:subProcess id="SubProcess_0pgv3l6" name="Java Exception Handling Sub Process" triggeredByEvent="true">
      <bpmn2:scriptTask id="ProcessError" name="Process Error" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_1qvgrvq</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_1jqizzo</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
ExceptionUtil exceptionUtil = new ExceptionUtil()
exceptionUtil.processJavaException(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:endEvent id="EndEvent_0100eju">
        <bpmn2:incoming>SequenceFlow_1jqizzo</bpmn2:incoming>
      </bpmn2:endEvent>
      <bpmn2:startEvent id="StartEvent_1mov8he">
        <bpmn2:outgoing>SequenceFlow_1qvgrvq</bpmn2:outgoing>
        <bpmn2:errorEventDefinition />
      </bpmn2:startEvent>
      <bpmn2:sequenceFlow id="SequenceFlow_1qvgrvq" name="" sourceRef="StartEvent_1mov8he" targetRef="ProcessError" />
      <bpmn2:sequenceFlow id="SequenceFlow_1jqizzo" name="" sourceRef="ProcessError" targetRef="EndEvent_0100eju" />
    </bpmn2:subProcess>
    <bpmn2:callActivity id="CallActivity_0i3men0" name="LCM HealthCheck" calledElement="AppCClient">
      <bpmn2:extensionElements>
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:in source="actionHealthCheck" target="action" />
        <camunda:in source="CVFMI_vnfId" target="vnfId" />
        <camunda:in source="CVFMI_requestId" target="msoRequestId" />
        <camunda:in source="CVFMI_vnfName" target="vnfName" />
        <camunda:in source="CVFMI_controllerType" target="controllerType" />
        <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
        <camunda:out source="errorCode" target="errorCode" />
        <camunda:out source="errorText" target="errorText" />
        <camunda:out source="workStep" target="workStep" />
        <camunda:out source="failedActivity" target="failedActivity" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1xggje5</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_07llpjo</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:exclusiveGateway id="ExclusiveGateway_09h60ub" name="Error on HealthCheck?" default="SequenceFlow_1vx081s">
      <bpmn2:incoming>SequenceFlow_07llpjo</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1vx081s</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_0nszq2o</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_1vx081s" name="no" sourceRef="ExclusiveGateway_09h60ub" targetRef="DoCreateVfModuleSubprocess" />
    <bpmn2:sequenceFlow id="SequenceFlow_07llpjo" sourceRef="CallActivity_0i3men0" targetRef="ExclusiveGateway_09h60ub" />
    <bpmn2:endEvent id="EndEvent_0n6bb71">
      <bpmn2:incoming>SequenceFlow_0nszq2o</bpmn2:incoming>
      <bpmn2:errorEventDefinition errorRef="Error_1" />
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_0nszq2o" name="yes" sourceRef="ExclusiveGateway_09h60ub" targetRef="EndEvent_0n6bb71">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:callActivity id="CallActivity_17ukiqm" name="LCM ConfigScaleOut" calledElement="AppCClient">
      <bpmn2:extensionElements>
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:in source="actionConfigScaleOut" target="action" />
        <camunda:in source="CVFMI_vnfId" target="vnfId" />
        <camunda:in source="CVFMI_requestId" target="msoRequestId" />
        <camunda:in source="CVFMI_vnfName" target="vnfName" />
        <camunda:in source="CVFMI_controllerType" target="controllerType" />
        <camunda:in source="payload" target="payload" />
        <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
        <camunda:out source="errorCode" target="errorConfigScaleOutCode" />
        <camunda:out source="errorText" target="errorText" />
        <camunda:out source="workStep" target="workStep" />
        <camunda:out source="failedActivity" target="failedActivity" />
        <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_09i6f7t</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1tk5ru7</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_1crl7uf" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" />
    <bpmn2:exclusiveGateway id="ExclusiveGateway_1hncvjy" name="Error on ConfigScaleOut?" default="SequenceFlow_0td7d9m">
      <bpmn2:incoming>SequenceFlow_1tk5ru7</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0td7d9m</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_0h5cld9</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_1tk5ru7" sourceRef="CallActivity_17ukiqm" targetRef="ExclusiveGateway_1hncvjy" />
    <bpmn2:sequenceFlow id="SequenceFlow_0td7d9m" name="no" sourceRef="ExclusiveGateway_1hncvjy" targetRef="PrepareMSOCompletionHandler" />
    <bpmn2:endEvent id="EndEvent_0a97jcr">
      <bpmn2:incoming>SequenceFlow_0h5cld9</bpmn2:incoming>
      <bpmn2:errorEventDefinition errorRef="Error_1" />
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_0h5cld9" name="yes" sourceRef="ExclusiveGateway_1hncvjy" targetRef="EndEvent_0a97jcr">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorConfigScaleOutCode") != "0"]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:exclusiveGateway id="ExclusiveGateway_1qozral" name="Do HealthCheck?" default="SequenceFlow_1y7d5qk">
      <bpmn2:incoming>SequenceFlow_1hk35nm</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1xggje5</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_1y7d5qk</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_1xggje5" name="yes" sourceRef="ExclusiveGateway_1qozral" targetRef="CallActivity_0i3men0">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${execution.getVariable("runHealthCheck")}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="SequenceFlow_1y7d5qk" name="no" sourceRef="ExclusiveGateway_1qozral" targetRef="DoCreateVfModuleSubprocess" />
    <bpmn2:exclusiveGateway id="ExclusiveGateway_0c8x2mq" name="Do ConfigScaleOut?" default="SequenceFlow_0u8zesf">
      <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_020dbkp</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_0u8zesf</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_020dbkp" name="yes" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="Task_09om99x">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${execution.getVariable("runConfigScaleOut")}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="SequenceFlow_0u8zesf" name="no" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="PrepareMSOCompletionHandler" />
    <bpmn2:scriptTask id="ScriptTask_1jwavj9" name="Query AAI For Orchestration Status" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1efipx3</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1hk35nm</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def createVfModule = new CreateVfModuleInfra()
createVfModule.queryAAIForVnfOrchestrationStatus(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_09i6f7t" sourceRef="Task_09om99x" targetRef="CallActivity_17ukiqm" />
    <bpmn2:scriptTask id="Task_09om99x" name="Retreive Data for Config ScaleOut" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_020dbkp</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_09i6f7t</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
def createVfModule = new CreateVfModuleInfra()
createVfModule.retreiveConfigScaleOutData(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_1efipx3" sourceRef="SendResponse" targetRef="ScriptTask_1jwavj9" />
    <bpmn2:sequenceFlow id="SequenceFlow_1hk35nm" sourceRef="ScriptTask_1jwavj9" targetRef="ExclusiveGateway_1qozral" />
  </bpmn2:process>
  <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
  <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
        <dc:Bounds x="41" y="16" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="46" y="52" width="26" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
        <di:waypoint xsi:type="dc:Point" x="77" y="34" />
        <di:waypoint xsi:type="dc:Point" x="127" y="34" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="57" y="19" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
        <dc:Bounds x="127" y="-6" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse">
        <dc:Bounds x="285" y="-6" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86">
        <di:waypoint xsi:type="dc:Point" x="227" y="34" />
        <di:waypoint xsi:type="dc:Point" x="285" y="34" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="211" y="19" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess">
        <dc:Bounds x="736" y="-6" width="145" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1">
        <dc:Bounds x="937" y="16" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="923" y="57" width="64" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47">
        <di:waypoint xsi:type="dc:Point" x="881" y="34" />
        <di:waypoint xsi:type="dc:Point" x="937" y="34" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="864" y="19" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1">
        <dc:Bounds x="39" y="349" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="25" y="390" width="65" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest">
        <dc:Bounds x="127" y="327" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1">
        <dc:Bounds x="277" y="327" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true">
        <dc:Bounds x="406" y="342" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="406" y="320" width="50" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler">
        <dc:Bounds x="651" y="327" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler">
        <dc:Bounds x="789" y="327" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1">
        <dc:Bounds x="1078" y="349" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1051" y="390" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2">
        <dc:Bounds x="413" y="454" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="386" y="495" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_IntermediateCatchEvent_32" targetElement="_BPMNShape_ScriptTask_219">
        <di:waypoint xsi:type="dc:Point" x="75" y="367" />
        <di:waypoint xsi:type="dc:Point" x="127" y="367" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="105" y="367" width="6" height="6" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ServiceTask_103">
        <di:waypoint xsi:type="dc:Point" x="227" y="367" />
        <di:waypoint xsi:type="dc:Point" x="277" y="367" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178">
        <di:waypoint xsi:type="dc:Point" x="430" y="391" />
        <di:waypoint xsi:type="dc:Point" x="431" y="454" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="436" y="420" width="15" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="ExclusiveGateway_0c8x2mq_di">
        <di:waypoint xsi:type="dc:Point" x="456" y="367" />
        <di:waypoint xsi:type="dc:Point" x="520" y="367" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="462.46376811594206" y="371.99999999999994" width="20" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221">
        <di:waypoint xsi:type="dc:Point" x="751" y="367" />
        <di:waypoint xsi:type="dc:Point" x="789" y="367" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="725" y="349" width="90" height="6" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true">
        <dc:Bounds x="30" y="566" width="925" height="385" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2">
        <dc:Bounds x="139" y="720" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="137" y="762" width="77" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler">
        <dc:Bounds x="497" y="698" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler">
        <dc:Bounds x="690" y="698" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3">
        <dc:Bounds x="846" y="720" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="864" y="761" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1">
        <dc:Bounds x="937" y="716" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="955" y="757" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4">
        <dc:Bounds x="1066" y="716" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1084" y="757" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223">
        <di:waypoint xsi:type="dc:Point" x="597" y="738" />
        <di:waypoint xsi:type="dc:Point" x="690" y="738" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="644" y="723" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179">
        <di:waypoint xsi:type="dc:Point" x="790" y="738" />
        <di:waypoint xsi:type="dc:Point" x="846" y="738" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="821" y="738" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180">
        <di:waypoint xsi:type="dc:Point" x="973" y="734" />
        <di:waypoint xsi:type="dc:Point" x="1066" y="734" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1020" y="719" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator">
        <dc:Bounds x="946" y="327" width="103" height="79" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241">
        <di:waypoint xsi:type="dc:Point" x="889" y="367" />
        <di:waypoint xsi:type="dc:Point" x="946" y="366" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="873" y="342" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177">
        <di:waypoint xsi:type="dc:Point" x="1049" y="367" />
        <di:waypoint xsi:type="dc:Point" x="1078" y="367" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1019" y="342" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true">
        <dc:Bounds x="160" y="1001" width="313" height="169" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError">
        <dc:Bounds x="268" y="1047" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju">
        <dc:Bounds x="413" y="1069" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="431" y="1110" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he">
        <dc:Bounds x="185" y="1069" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="203" y="1110" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq">
        <di:waypoint xsi:type="dc:Point" x="221" y="1087" />
        <di:waypoint xsi:type="dc:Point" x="268" y="1087" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="242" y="1087" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo">
        <di:waypoint xsi:type="dc:Point" x="368" y="1087" />
        <di:waypoint xsi:type="dc:Point" x="413" y="1087" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="388" y="1087" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab">
        <di:waypoint xsi:type="dc:Point" x="175" y="738" />
        <di:waypoint xsi:type="dc:Point" x="235" y="738" />
        <di:waypoint xsi:type="dc:Point" x="235" y="738" />
        <di:waypoint xsi:type="dc:Point" x="296" y="738" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="250" y="738" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf">
        <di:waypoint xsi:type="dc:Point" x="396" y="738" />
        <di:waypoint xsi:type="dc:Point" x="497" y="738" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="447" y="723" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse">
        <dc:Bounds x="296" y="698" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_0i3men0_di" bpmnElement="CallActivity_0i3men0">
        <dc:Bounds x="568" y="-145" width="145" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ExclusiveGateway_09h60ub_di" bpmnElement="ExclusiveGateway_09h60ub" isMarkerVisible="true">
        <dc:Bounds x="784" y="-130" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="774" y="-162" width="69" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1vx081s_di" bpmnElement="SequenceFlow_1vx081s">
        <di:waypoint xsi:type="dc:Point" x="809" y="-80" />
        <di:waypoint xsi:type="dc:Point" x="809" y="-47" />
        <di:waypoint xsi:type="dc:Point" x="809" y="-6" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="815" y="-81.36842105263162" width="12" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_07llpjo_di" bpmnElement="SequenceFlow_07llpjo">
        <di:waypoint xsi:type="dc:Point" x="713" y="-105" />
        <di:waypoint xsi:type="dc:Point" x="784" y="-105" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="703.5" y="-120" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_0n6bb71_di" bpmnElement="EndEvent_0n6bb71">
        <dc:Bounds x="937" y="-123" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="910" y="-82" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0nszq2o_di" bpmnElement="SequenceFlow_0nszq2o">
        <di:waypoint xsi:type="dc:Point" x="834" y="-105" />
        <di:waypoint xsi:type="dc:Point" x="937" y="-105" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="850.3538461538461" y="-101" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="CallActivity_17ukiqm_di" bpmnElement="CallActivity_17ukiqm">
        <dc:Bounds x="472" y="120" width="145" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1crl7uf_di" bpmnElement="SequenceFlow_1crl7uf">
        <di:waypoint xsi:type="dc:Point" x="377" y="367" />
        <di:waypoint xsi:type="dc:Point" x="406" y="367" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="391.5" y="346" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_1hncvjy_di" bpmnElement="ExclusiveGateway_1hncvjy" isMarkerVisible="true">
        <dc:Bounds x="675" y="135" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="659" y="101" width="82" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1tk5ru7_di" bpmnElement="SequenceFlow_1tk5ru7">
        <di:waypoint xsi:type="dc:Point" x="617" y="160" />
        <di:waypoint xsi:type="dc:Point" x="675" y="160" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="601" y="139" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0td7d9m_di" bpmnElement="SequenceFlow_0td7d9m">
        <di:waypoint xsi:type="dc:Point" x="700" y="185" />
        <di:waypoint xsi:type="dc:Point" x="702" y="327" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="708" y="122" width="12" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_0a97jcr_di" bpmnElement="EndEvent_0a97jcr">
        <dc:Bounds x="773" y="142" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="701" y="183" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0h5cld9_di" bpmnElement="SequenceFlow_0h5cld9">
        <di:waypoint xsi:type="dc:Point" x="725" y="160" />
        <di:waypoint xsi:type="dc:Point" x="773" y="160" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="730" y="166" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_1qozral_di" bpmnElement="ExclusiveGateway_1qozral" isMarkerVisible="true">
        <dc:Bounds x="616" y="9" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="599" y="66" width="86" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1xggje5_di" bpmnElement="SequenceFlow_1xggje5">
        <di:waypoint xsi:type="dc:Point" x="641" y="9" />
        <di:waypoint xsi:type="dc:Point" x="641" y="-28" />
        <di:waypoint xsi:type="dc:Point" x="641" y="-28" />
        <di:waypoint xsi:type="dc:Point" x="641" y="-65" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="649" y="-1.7061403508771935" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1y7d5qk_di" bpmnElement="SequenceFlow_1y7d5qk">
        <di:waypoint xsi:type="dc:Point" x="666" y="34" />
        <di:waypoint xsi:type="dc:Point" x="736" y="34" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="685.0746268656717" y="37" width="12" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_0c8x2mq_di" bpmnElement="ExclusiveGateway_0c8x2mq" isMarkerVisible="true">
        <dc:Bounds x="520" y="342" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="502" y="402" width="86" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_020dbkp_di" bpmnElement="SequenceFlow_020dbkp">
        <di:waypoint xsi:type="dc:Point" x="545" y="342" />
        <di:waypoint xsi:type="dc:Point" x="545" y="309" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="551" y="321.9537912405942" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0u8zesf_di" bpmnElement="SequenceFlow_0u8zesf">
        <di:waypoint xsi:type="dc:Point" x="570" y="367" />
        <di:waypoint xsi:type="dc:Point" x="651" y="367" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="585" y="372" width="15" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1jwavj9_di" bpmnElement="ScriptTask_1jwavj9">
        <dc:Bounds x="454" y="-6" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_09i6f7t_di" bpmnElement="SequenceFlow_09i6f7t">
        <di:waypoint xsi:type="dc:Point" x="545" y="229" />
        <di:waypoint xsi:type="dc:Point" x="545" y="200" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="560" y="208.5" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1s0bky7_di" bpmnElement="Task_09om99x">
        <dc:Bounds x="495" y="229" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1efipx3_di" bpmnElement="SequenceFlow_1efipx3">
        <di:waypoint xsi:type="dc:Point" x="385" y="34" />
        <di:waypoint xsi:type="dc:Point" x="454" y="34" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="419.5" y="13" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1hk35nm_di" bpmnElement="SequenceFlow_1hk35nm">
        <di:waypoint xsi:type="dc:Point" x="554" y="34" />
        <di:waypoint xsi:type="dc:Point" x="616" y="34" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="585" y="13" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>