aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/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
<?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.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:process id="DoCreateE2EServiceInstance" name="DoCreateE2EServiceInstance" isExecutable="true">
    <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
    <bpmn2:scriptTask id="getAAICustomerById_scriptTask" name="Get AAI Customer By globalCustomerId " scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def dcsi = new DoCreateE2EServiceInstance()
dcsi.getAAICustomerById(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="getAAICustomerById_scriptTask" targetRef="ExclusiveGateway_09wkav2" />
    <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def dcsi = new DoCreateE2EServiceInstance()
dcsi.preProcessRequest(execution)
]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="CustomE2EGetService" targetRef="ScriptTask_0i8cqdy" />
    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="getAAICustomerById_scriptTask" />
    <bpmn2:callActivity id="CustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService">
      <bpmn2:extensionElements>
        <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" />
        <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
        <camunda:in sourceExpression="service-instance" target="GENGS_type" />
        <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
        <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
      <bpmn2:extensionElements>
        <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
        <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
        <camunda:in source="subscriptionServiceType" target="GENPS_serviceType" />
        <camunda:in sourceExpression="service-instance" target="GENPS_type" />
        <camunda:in source="serviceInstanceData" target="GENPS_payload" />
        <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
        <camunda:in source="msoRequestId" target="GENPS_requesId" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming>
      <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" />
    <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="sdncVersion is 1610 or serviceInstance name is populated?" default="SequenceFlow_1uw2p9a">
      <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="CustomE2EGetService">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("serviceInstanceName" )  != null && execution.getVariable("serviceInstanceName" )  != "" ) || execution.getVariable("sdncVersion" )   == "1610" }]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="CustomE2EPutService" />
    <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
      <bpmn2:startEvent id="StartEvent_0yljq9y">
        <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
        <bpmn2:errorEventDefinition />
      </bpmn2:startEvent>
      <bpmn2:endEvent id="EndEvent_117lkk3">
        <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
      </bpmn2:endEvent>
      <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
        <bpmn2:extensionElements>
          <camunda:in source="msoRequestId" target="mso-request-id" />
          <camunda:in source="rollbackData" target="rollbackData" />
          <camunda:out source="rolledBack" target="rolledBack" />
          <camunda:in source="disableRollback" target="disableRollback" />
          <camunda:out source="rollbackError" target="rollbackErrror" />
        </bpmn2:extensionElements>
        <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
      </bpmn2:callActivity>
      <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
      <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
      <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def dcsi = new DoCreateE2EServiceInstance()
dcsi.preProcessRollback(execution)
]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
      <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def dcsi = new DoCreateE2EServiceInstance()
dcsi.postProcessRollback(execution)
]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
    </bpmn2:subProcess>
    <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610?">
      <bpmn2:incoming>SequenceFlow_1dd86x8</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_1170ztf</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:endEvent id="EndEvent_10659gr">
      <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion" ) == "1610"}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def dcsi = new DoCreateE2EServiceInstance()
dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="CustomE2EPutService" />
    <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1dd86x8</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def ddsi = new DoCreateE2EServiceInstance()
ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_1dd86x8" sourceRef="ScriptTask_0q37vn9" targetRef="ExclusiveGateway_1nk6aol" />
    <bpmn2:scriptTask id="ScriptTask_0081lne" name="Prepare  Resource Requst For overlay" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1pjr82f</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0ofqw6v</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
String nsName = "overlay"
def csi = new  DoCreateE2EServiceInstance()
csi.preResourceRequest(execution, nsName)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="ScriptTask_0wvq4t8" name="Prepare Resource Request for vEPC" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_05gdjox</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_15zgrcq</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
String resourceName= "vEPC"
def csi = new  DoCreateE2EServiceInstance()
csi.preResourceRequest(execution, resourceName)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="CallActivity_0uwm4l1" name="Call DoCreateVFCNetworkServiceInstance For vEPC" calledElement="DoCreateVFCNetworkServiceInstance">
      <bpmn2:extensionElements>
        <camunda:in source="nsServiceName" target="nsServiceName" />
        <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
        <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
        <camunda:in source="serviceType" target="serviceType" />
        <camunda:in source="serviceId" target="serviceId" />
        <camunda:in source="operationId" target="operationId" />
        <camunda:in source="resourceType" target="resourceType" />
        <camunda:in source="resourceUUID" target="resourceUUID" />
        <camunda:in source="resourceParameters" target="resourceParameters" />
        <camunda:in source="operationType" target="operationType" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_15zgrcq</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0k4q7jm</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="ScriptTask_1xdjlzm" name="Post Config Service Instance Creation" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1vvdkcs</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_092ghvu</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def csi = new  DoCreateE2EServiceInstance()
csi.postConfigRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_0ofqw6v" sourceRef="ScriptTask_0081lne" targetRef="CallActivity_09c3ajg" />
    <bpmn2:sequenceFlow id="SequenceFlow_15zgrcq" sourceRef="ScriptTask_0wvq4t8" targetRef="CallActivity_0uwm4l1" />
    <bpmn2:sequenceFlow id="SequenceFlow_1vvdkcs" sourceRef="CallActivity_09c3ajg" targetRef="ScriptTask_1xdjlzm" />
    <bpmn2:sequenceFlow id="SequenceFlow_092ghvu" sourceRef="ScriptTask_1xdjlzm" targetRef="EndEvent_0kbbt94" />
    <bpmn2:sequenceFlow id="SequenceFlow_1170ztf" sourceRef="ExclusiveGateway_1nk6aol" targetRef="Task_0uiekmn" />
    <bpmn2:endEvent id="EndEvent_0kbbt94">
      <bpmn2:incoming>SequenceFlow_092ghvu</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_0k4q7jm" sourceRef="CallActivity_0uwm4l1" targetRef="Task_0aidjmp" />
    <bpmn2:sequenceFlow id="SequenceFlow_1qctzm0" sourceRef="Task_0uiekmn" targetRef="Task_0raqlqc" />
    <bpmn2:scriptTask id="Task_0uiekmn" name="Prepare Resource Oper Status">
      <bpmn2:incoming>SequenceFlow_1170ztf</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1qctzm0</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def ddsi = new DoCreateE2EServiceInstance()
ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_05gdjox" sourceRef="Task_0raqlqc" targetRef="ScriptTask_0wvq4t8" />
    <bpmn2:serviceTask id="Task_0raqlqc" name="Init Resource Oper Status">
      <bpmn2:extensionElements>
        <camunda:connector>
          <camunda:inputOutput>
            <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
            <camunda:inputParameter name="headers">
              <camunda:map>
                <camunda:entry key="content-type">application/soap+xml</camunda:entry>
                <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
              </camunda:map>
            </camunda:inputParameter>
            <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</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_1qctzm0</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_05gdjox</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:sequenceFlow id="SequenceFlow_0ua1bbk" sourceRef="Task_0aidjmp" targetRef="Task_03n6y9h" />
    <bpmn2:scriptTask id="Task_0aidjmp" name="Prepare Resource Request For vIMS" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0k4q7jm</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0ua1bbk</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
String nsName = "vIMS"
def csi = new  DoCreateE2EServiceInstance()
csi.preResourceRequest(execution, nsName)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_1hgiln0" sourceRef="Task_03n6y9h" targetRef="Task_0io5qby" />
    <bpmn2:callActivity id="Task_03n6y9h" name="Call DoCreateVFCNetworkServiceInstance For vIMS" calledElement="DoCreateVFCNetworkServiceInstance">
      <bpmn2:extensionElements>
        <camunda:in source="nsServiceName" target="nsServiceName" />
        <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
        <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
        <camunda:in source="serviceType" target="serviceType" />
        <camunda:in source="serviceId" target="serviceId" />
        <camunda:in source="operationId" target="operationId" />
        <camunda:in source="resourceType" target="resourceType" />
        <camunda:in source="resourceUUID" target="resourceUUID" />
        <camunda:in source="resourceParameters" target="resourceParameters" />
        <camunda:in source="operationType" target="operationType" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_0ua1bbk</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1hgiln0</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_1vo0235" sourceRef="Task_0io5qby" targetRef="Task_0pkhzoj" />
    <bpmn2:serviceTask id="Task_0io5qby" name="Call Sync SDNC service Create " camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
      <bpmn2:incoming>SequenceFlow_1hgiln0</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1vo0235</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:sequenceFlow id="SequenceFlow_17i1ors" sourceRef="Task_0pkhzoj" targetRef="Task_0gs55f1" />
    <bpmn2:sequenceFlow id="SequenceFlow_1pjr82f" sourceRef="Task_0gs55f1" targetRef="ScriptTask_0081lne" />
    <bpmn2:scriptTask id="Task_0pkhzoj" name="Prepare Resource Request For underlay">
      <bpmn2:incoming>SequenceFlow_1vo0235</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_17i1ors</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
String nsName = "underlay"
def csi = new  DoCreateE2EServiceInstance()
csi.preResourceRequest(execution, nsName)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:serviceTask id="Task_0gs55f1" name="Call Underlay Create" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
      <bpmn2:incoming>SequenceFlow_17i1ors</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1pjr82f</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:serviceTask id="CallActivity_09c3ajg" name="Call Overlay Create" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
      <bpmn2:incoming>SequenceFlow_0ofqw6v</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1vvdkcs</bpmn2:outgoing>
    </bpmn2:serviceTask>
  </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="DoCreateE2EServiceInstance">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
        <dc:Bounds x="152" y="79" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="147" y="120" width="48" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
        <dc:Bounds x="245" y="57" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
        <di:waypoint xsi:type="dc:Point" x="188" y="97" />
        <di:waypoint xsi:type="dc:Point" x="245" y="97" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="217" y="82" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask">
        <dc:Bounds x="393" y="57" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62">
        <di:waypoint xsi:type="dc:Point" x="493" y="97" />
        <di:waypoint xsi:type="dc:Point" x="565" y="97" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="529" y="82" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">
        <di:waypoint xsi:type="dc:Point" x="839" y="94" />
        <di:waypoint xsi:type="dc:Point" x="971" y="94" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="905" y="79" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62">
        <di:waypoint xsi:type="dc:Point" x="345" y="97" />
        <di:waypoint xsi:type="dc:Point" x="393" y="97" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="369" y="82" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService">
        <dc:Bounds x="739" y="57" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService">
        <dc:Bounds x="972" y="206" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
        <di:waypoint xsi:type="dc:Point" x="1023" y="286" />
        <di:waypoint xsi:type="dc:Point" x="1022" y="336" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1023" y="296" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
        <dc:Bounds x="565" y="72" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="547" y="7" width="81" height="62" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
        <di:waypoint xsi:type="dc:Point" x="615" y="97" />
        <di:waypoint xsi:type="dc:Point" x="739" y="97" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="635" y="76" width="18" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
        <di:waypoint xsi:type="dc:Point" x="590" y="122" />
        <di:waypoint xsi:type="dc:Point" x="590" y="246" />
        <di:waypoint xsi:type="dc:Point" x="972" y="246" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="594" y="132.89706349694825" width="12" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
        <dc:Bounds x="-155" y="387" width="783" height="195" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
        <dc:Bounds x="-59" y="464" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-86" y="505" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
        <dc:Bounds x="574" y="464" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="547" y="505" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
        <dc:Bounds x="239" y="442" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
        <di:waypoint xsi:type="dc:Point" x="339" y="482" />
        <di:waypoint xsi:type="dc:Point" x="407" y="482" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="328" y="467" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
        <di:waypoint xsi:type="dc:Point" x="-23" y="482" />
        <di:waypoint xsi:type="dc:Point" x="76" y="482" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-18" y="467" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true">
        <dc:Bounds x="997" y="460" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="905" y="472" width="72" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr">
        <dc:Bounds x="1103" y="467" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1121" y="508" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo">
        <di:waypoint xsi:type="dc:Point" x="1047" y="485" />
        <di:waypoint xsi:type="dc:Point" x="1103" y="485" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1063" y="461" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy">
        <dc:Bounds x="971" y="57" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs">
        <di:waypoint xsi:type="dc:Point" x="1021" y="137" />
        <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
        <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
        <di:waypoint xsi:type="dc:Point" x="1021" y="206" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1036" y="172" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
        <dc:Bounds x="972" y="336" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1dd86x8_di" bpmnElement="SequenceFlow_1dd86x8">
        <di:waypoint xsi:type="dc:Point" x="1022" y="416" />
        <di:waypoint xsi:type="dc:Point" x="1022" y="460" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1037" y="438" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
        <dc:Bounds x="76" y="442" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
        <di:waypoint xsi:type="dc:Point" x="176" y="482" />
        <di:waypoint xsi:type="dc:Point" x="239" y="482" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="163" y="467" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
        <dc:Bounds x="407" y="442" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
        <di:waypoint xsi:type="dc:Point" x="507" y="482" />
        <di:waypoint xsi:type="dc:Point" x="539" y="482" />
        <di:waypoint xsi:type="dc:Point" x="539" y="482" />
        <di:waypoint xsi:type="dc:Point" x="574" y="482" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="509" y="482" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0081lne_di" bpmnElement="ScriptTask_0081lne">
        <dc:Bounds x="-410" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0wvq4t8_di" bpmnElement="ScriptTask_0wvq4t8">
        <dc:Bounds x="789" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_0uwm4l1_di" bpmnElement="CallActivity_0uwm4l1">
        <dc:Bounds x="632" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1xdjlzm_di" bpmnElement="ScriptTask_1xdjlzm">
        <dc:Bounds x="-741" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0ofqw6v_di" bpmnElement="SequenceFlow_0ofqw6v">
        <di:waypoint xsi:type="dc:Point" x="-410" y="859" />
        <di:waypoint xsi:type="dc:Point" x="-478" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-489" y="838" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_15zgrcq_di" bpmnElement="SequenceFlow_15zgrcq">
        <di:waypoint xsi:type="dc:Point" x="789" y="859" />
        <di:waypoint xsi:type="dc:Point" x="732" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="715.5" y="838" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1vvdkcs_di" bpmnElement="SequenceFlow_1vvdkcs">
        <di:waypoint xsi:type="dc:Point" x="-578" y="859" />
        <di:waypoint xsi:type="dc:Point" x="-641" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-654.5" y="838" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_092ghvu_di" bpmnElement="SequenceFlow_092ghvu">
        <di:waypoint xsi:type="dc:Point" x="-741" y="859" />
        <di:waypoint xsi:type="dc:Point" x="-787" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-809" y="838" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1170ztf_di" bpmnElement="SequenceFlow_1170ztf">
        <di:waypoint xsi:type="dc:Point" x="1022" y="510" />
        <di:waypoint xsi:type="dc:Point" x="1022" y="588" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="992" y="543" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_01p249c_di" bpmnElement="EndEvent_0kbbt94">
        <dc:Bounds x="-823" y="841" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-941" y="881" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0k4q7jm_di" bpmnElement="SequenceFlow_0k4q7jm">
        <di:waypoint xsi:type="dc:Point" x="632" y="859" />
        <di:waypoint xsi:type="dc:Point" x="596" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="569" y="838" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1qctzm0_di" bpmnElement="SequenceFlow_1qctzm0">
        <di:waypoint xsi:type="dc:Point" x="1022" y="668" />
        <di:waypoint xsi:type="dc:Point" x="1022" y="704" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1037" y="680" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0v81r5h_di" bpmnElement="Task_0uiekmn">
        <dc:Bounds x="972" y="588" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_05gdjox_di" bpmnElement="SequenceFlow_05gdjox">
        <di:waypoint xsi:type="dc:Point" x="1022" y="784" />
        <di:waypoint xsi:type="dc:Point" x="1022" y="859" />
        <di:waypoint xsi:type="dc:Point" x="889" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1037" y="815.5" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ServiceTask_14tnuxf_di" bpmnElement="Task_0raqlqc">
        <dc:Bounds x="972" y="704" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0ua1bbk_di" bpmnElement="SequenceFlow_0ua1bbk">
        <di:waypoint xsi:type="dc:Point" x="496" y="859" />
        <di:waypoint xsi:type="dc:Point" x="446" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="471" y="838" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0ue196s_di" bpmnElement="Task_0aidjmp">
        <dc:Bounds x="496" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1hgiln0_di" bpmnElement="SequenceFlow_1hgiln0">
        <di:waypoint xsi:type="dc:Point" x="346" y="859" />
        <di:waypoint xsi:type="dc:Point" x="191" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="268.5" y="838" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="CallActivity_1hcdpgq_di" bpmnElement="Task_03n6y9h">
        <dc:Bounds x="346" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1vo0235_di" bpmnElement="SequenceFlow_1vo0235">
        <di:waypoint xsi:type="dc:Point" x="91" y="859" />
        <di:waypoint xsi:type="dc:Point" x="46" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="68.5" y="838" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ServiceTask_0qi8cgg_di" bpmnElement="Task_0io5qby">
        <dc:Bounds x="91" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_17i1ors_di" bpmnElement="SequenceFlow_17i1ors">
        <di:waypoint xsi:type="dc:Point" x="-54" y="859" />
        <di:waypoint xsi:type="dc:Point" x="-125" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-134.5" y="838" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1pjr82f_di" bpmnElement="SequenceFlow_1pjr82f">
        <di:waypoint xsi:type="dc:Point" x="-225" y="859" />
        <di:waypoint xsi:type="dc:Point" x="-310" y="859" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-312.5" y="838" width="90" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0ue4dzp_di" bpmnElement="Task_0pkhzoj">
        <dc:Bounds x="-54" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_1q727pm_di" bpmnElement="Task_0gs55f1">
        <dc:Bounds x="-225" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_1cnnn5b_di" bpmnElement="CallActivity_09c3ajg">
        <dc:Bounds x="-578" y="819" width="100" height="80" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>