aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateAllottedResourceBRG.bpmn
blob: 6f1609c566bf2b14bca81c26c50f2744bcfd5c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<
# Copyright © 2017 Amdocs, Bell Canada
#
# 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.

#################################################################
# Global configuration defaults.
#################################################################
global:
  nodePortPrefix: 302
  readinessRepository: oomk8s
  readinessImage: readiness-check:2.0.0
  loggingRepository: docker.elastic.co
  loggingImage: beats/filebeat:5.5.0

#################################################################
# Application configuration defaults.
#################################################################
# application image
flavor: small

repository: nexus3.onap.org:10001
image: onap/vfc/jujudriver:1.1.0
pullPolicy: Always

#Istio sidecar injection policy
istioSidecar: true

# flag to enable debugging - application support required
debugEnabled: false

# application configuration
config: {}

# default number of instances
replicaCount: 1

nodeSelector: {}

affinity: {}

# probe configuration parameters
liveness:
  initialDelaySeconds: 120
  periodSeconds: 10
  # necessary to disable liveness probe when setting breakpoints
  # in debugger so K8s doesn't restart unresponsive container
  enabled: true

readiness:
  initialDelaySeconds: 10
  periodSeconds: 10

service:
  type: ClusterIP
  name: vfc-juju-vnfm-driver
  portName: vfc-juju-vnfm-driver
  externalPort: 8483
  internalPort: 8483
#  nodePort: 30483

ingress:
  enabled: false


# Configure resource requests and limits
resources:
  small:
    limits:
      cpu: 200m
      memory: 2000Mi
    requests:
      cpu: 100m
      memory: 1000Mi
  large:
    limits:
      cpu: 400m
      memory: 4000Mi
    requests:
      cpu: 200m
      memory: 2000Mi
  unlimited: {}
7' href='#n487'>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
<?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="_DkzPAHB4EeaJwpcpVN5gXw" 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="DoCreateAllottedResourceBRG" name="DoCreateAllottedResourceBRG" isExecutable="true">
    <bpmn2:startEvent id="StartEvent_1">
      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
    <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.preProcessRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="initialization" targetRef="GetAAIServiceInstance" />
    <bpmn2:scriptTask id="GetAAIAR" name="Get AAI AR" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1a2mcyk</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0gbsa12</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.getAaiAR(execution)
]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="CreateAAIAR" name="Create AAI  AR&#10;" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1vg5rfa</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.createAaiAR(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="CreateAAIAR" targetRef="IntermediateThrowEvent_1lqaeh8" />
    <bpmn2:endEvent id="EndEvent_3">
      <bpmn2:incoming>SequenceFlow_09xwplc</bpmn2:incoming>
      <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1q6udwm" sourceRef="PreProcessSDNCAssign" targetRef="SDNCAssign" />
    <bpmn2:sequenceFlow id="SequenceFlow_15knw0q" sourceRef="SDNCAssign" targetRef="PostProcessSDNCAssign" />
    <bpmn2:sequenceFlow id="SequenceFlow_0c5h00o" sourceRef="PostProcessSDNCAssign" targetRef="PreProcessSDNCCreate" />
    <bpmn2:sequenceFlow id="SequenceFlow_1lalmvp" sourceRef="PreProcessSDNCCreate" targetRef="SDNCCreate" />
    <bpmn2:sequenceFlow id="SequenceFlow_0eb41vb" sourceRef="SDNCCreate" targetRef="postProcessSDNCCreate" />
    <bpmn2:sequenceFlow id="SequenceFlow_15z3gpq" sourceRef="postProcessSDNCCreate" targetRef="UpdateAAIARCreated" />
    <bpmn2:scriptTask id="PreProcessSDNCAssign" name="PreProcess SDNC Assign" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0gd64w9</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1q6udwm</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.preProcessSDNCAssign(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="SDNCAssign" name="SDNC Assign" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:in source="sdncAssignRequest" target="sdncAdapterWorkflowRequest" />
        <camunda:in source="msoRequestId" target="mso-request-id" />
        <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:out source="sdncAdapterResponse" target="sdncAssignResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1q6udwm</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_15knw0q</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="PostProcessSDNCAssign" name="PostProcess SDNC Assign" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_15knw0q</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0c5h00o</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

String response = execution.getVariable("sdncAssignResponse")

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.validateSDNCResp(execution, response, "assign" )]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="PreProcessSDNCCreate" name="PreProcess SDNC Create" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0c5h00o</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1lalmvp</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.preProcessSDNCCreate(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="SDNCCreate" name="SDNC Create" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:in source="sdncCreateRequest" target="sdncAdapterWorkflowRequest" />
        <camunda:in source="msoRequestId" target="mso-request-id" />
        <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:out source="sdncAdapterResponse" target="sdncCreateResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1lalmvp</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0eb41vb</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="postProcessSDNCCreate" name="PostProcess SDNC Create " scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0eb41vb</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_15z3gpq</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

String response = execution.getVariable("sdncCreateResponse")

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.validateSDNCResp(execution, response, "create" )]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="PreProcessSDNCActivate" name="PreProcess SDNC Activate" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_04t1zc2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_06w33tk</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.preProcessSDNCActivate(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="SDNCActivate" name="SDNC Activate" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:in source="sdncActivateRequest" target="sdncAdapterWorkflowRequest" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:out source="sdncAdapterResponse" target="sdncActivateResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
        <camunda:in source="msoRequestId" target="mso-request-id" />
        <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_06w33tk</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1s7yieq</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="PostProcessSDNCActivate" name="PostProcess SDNC Activate" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1s7yieq</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_00i7x43</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

String response = execution.getVariable("sdncActivateResponse")

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.validateSDNCResp(execution, response, "activate" )]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_06w33tk" sourceRef="PreProcessSDNCActivate" targetRef="SDNCActivate" />
    <bpmn2:sequenceFlow id="SequenceFlow_1s7yieq" sourceRef="SDNCActivate" targetRef="PostProcessSDNCActivate" />
    <bpmn2:sequenceFlow id="SequenceFlow_00i7x43" sourceRef="PostProcessSDNCActivate" targetRef="UpdateAAIARActive" />
    <bpmn2:sequenceFlow id="SequenceFlow_04t1zc2" sourceRef="UpdateAAIARCreated" targetRef="PreProcessSDNCActivate" />
    <bpmn2:callActivity id="SDNCGet" name="SDNC Get" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:in source="sdncGetRequest" target="sdncAdapterWorkflowRequest" />
        <camunda:in source="msoRequestId" target="mso-request-id" />
        <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:out source="sdncAdapterResponse" target="sdncGetResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
        <camunda:out source="enhancedCallbackRequestData" target="enhancedCallbackRequestData" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_030mhcm</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0q1hz2p</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_1iy3cqb" sourceRef="postProcessSDNCGetResponse" targetRef="generateOutputs" />
    <bpmn2:sequenceFlow id="SequenceFlow_1dgzhsm" sourceRef="UpdateAAIARActive" targetRef="IntermediateCatchEvent_1f4tse6" />
    <bpmn2:sequenceFlow id="SequenceFlow_1vg5rfa" sourceRef="GetAAIParentSI" targetRef="CreateAAIAR" />
    <bpmn2:subProcess id="SubProcess_161pl4g" name="Sub-process for Application Errors" triggeredByEvent="true">
      <bpmn2:startEvent id="StartEvent_1ibe7qx">
        <bpmn2:outgoing>SequenceFlow_1h61pqs</bpmn2:outgoing>
        <bpmn2:errorEventDefinition />
      </bpmn2:startEvent>
      <bpmn2:endEvent id="EndEvent_1fgqhmi">
        <bpmn2:incoming>SequenceFlow_0t4ut76</bpmn2:incoming>
      </bpmn2:endEvent>
      <bpmn2:scriptTask id="ScriptTask_0ji3121" name="Pre Process Rollback" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_1h61pqs</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_1kbzr5v</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.preProcessRollback(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:scriptTask id="ScriptTask_1kgumd4" name="Post Process Rollback" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_1cxj4yz</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_0t4ut76</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.postProcessRollback(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_1h61pqs" sourceRef="StartEvent_1ibe7qx" targetRef="ScriptTask_0ji3121" />
      <bpmn2:sequenceFlow id="SequenceFlow_0t4ut76" sourceRef="ScriptTask_1kgumd4" targetRef="EndEvent_1fgqhmi" />
      <bpmn2:sequenceFlow id="SequenceFlow_1kbzr5v" sourceRef="ScriptTask_0ji3121" targetRef="CallActivity_0s6hs9u" />
      <bpmn2:callActivity id="CallActivity_0s6hs9u" name="Rollback Create" calledElement="DoCreateAllottedResourceBRGRollback">
        <bpmn2:extensionElements>
          <camunda:in source="msoRequestId" target="msoRequestId" />
          <camunda:in source="rollbackData" target="rollbackData" />
          <camunda:in source="disableRollback" target="disableRollback" />
          <camunda:out source="rolledBack" target="rolledBack" />
          <camunda:out source="rollbackError" target="rollbackError" />
        </bpmn2:extensionElements>
        <bpmn2:incoming>SequenceFlow_1kbzr5v</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_1cxj4yz</bpmn2:outgoing>
      </bpmn2:callActivity>
      <bpmn2:sequenceFlow id="SequenceFlow_1cxj4yz" sourceRef="CallActivity_0s6hs9u" targetRef="ScriptTask_1kgumd4" />
    </bpmn2:subProcess>
    <bpmn2:scriptTask id="UpdateAAIARActive" name="Update AAI AR Active" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_00i7x43</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1dgzhsm</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.updateAaiAROrchStatus(execution, "Active")]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="UpdateAAIARCreated" name="Update AAI AR Created" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_15z3gpq</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_04t1zc2</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.updateAaiAROrchStatus(execution, "Created")]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="PreProcessSDNCGet" name="PreProcess SDNC Get" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0z8luou</bpmn2:incoming>
      <bpmn2:incoming>SequenceFlow_0ec9eiq</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_030mhcm</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.preProcessSDNCGet(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="postProcessSDNCGetResponse" name="PostProcess SDNC Get" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0q1hz2p</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1iy3cqb</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*

String response = execution.getVariable("sdncGetResponse")

DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.validateSDNCResp(execution, response, "get" )]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_030mhcm" sourceRef="PreProcessSDNCGet" targetRef="SDNCGet" />
    <bpmn2:sequenceFlow id="SequenceFlow_0q1hz2p" sourceRef="SDNCGet" targetRef="postProcessSDNCGetResponse" />
    <bpmn2:exclusiveGateway id="ActiveARinAAI" name="Active AR Exists in AAI?" default="SequenceFlow_1m8u8dl">
      <bpmn2:incoming>SequenceFlow_0gbsa12</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1m8u8dl</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_0z8luou</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_1m8u8dl" name="No" sourceRef="ActiveARinAAI" targetRef="GetAAIParentSI" />
    <bpmn2:sequenceFlow id="SequenceFlow_0z8luou" name="yes" sourceRef="ActiveARinAAI" targetRef="PreProcessSDNCGet">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("foundActiveAR" ) == true}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1lqaeh8" name="SDNCTasks">
      <bpmn2:outgoing>SequenceFlow_0gd64w9</bpmn2:outgoing>
      <bpmn2:linkEventDefinition name="SDNCTasks" />
    </bpmn2:intermediateCatchEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_0gd64w9" sourceRef="IntermediateCatchEvent_1lqaeh8" targetRef="PreProcessSDNCAssign" />
    <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1lqaeh8" name="To SDNCTasks">
      <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
      <bpmn2:linkEventDefinition name="SDNCTasks" />
    </bpmn2:intermediateThrowEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_0gbsa12" sourceRef="GetAAIAR" targetRef="ActiveARinAAI" />
    <bpmn2:scriptTask id="generateOutputs" name="Generate Outputs" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1iy3cqb</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_09xwplc</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.generateOutputs(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_09xwplc" sourceRef="generateOutputs" targetRef="EndEvent_3" />
    <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1f4tse6" name="Await SDNC Replication&#10;&#10;">
      <bpmn2:incoming>SequenceFlow_1dgzhsm</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0ec9eiq</bpmn2:outgoing>
      <bpmn2:timerEventDefinition>
        <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">${sdncReplDelay}</bpmn2:timeDuration>
      </bpmn2:timerEventDefinition>
    </bpmn2:intermediateCatchEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_0ec9eiq" sourceRef="IntermediateCatchEvent_1f4tse6" targetRef="PreProcessSDNCGet" />
    <bpmn2:sequenceFlow id="SequenceFlow_1a2mcyk" sourceRef="GetAAIServiceInstance" targetRef="GetAAIAR" />
    <bpmn2:scriptTask id="GetAAIServiceInstance" name="&#10;AAI&#10;Query&#10;(svc instance)&#10;" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1a2mcyk</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.getServiceInstance(execution)
]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="GetAAIParentSI" name="&#10;AAI&#10;Query&#10;(svc instance)&#10;" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1m8u8dl</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1vg5rfa</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
dcar.getParentServiceInstance(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
  </bpmn2:process>
  <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
  <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateAllottedResourceBRG">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
        <dc:Bounds x="-91" y="222" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-73" y="263" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
        <dc:Bounds x="19" y="199" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
        <di:waypoint xsi:type="dc:Point" x="-55" y="240" />
        <di:waypoint xsi:type="dc:Point" x="19" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-18" y="225" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285">
        <di:waypoint xsi:type="dc:Point" x="119" y="239" />
        <di:waypoint xsi:type="dc:Point" x="241" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="135" y="224.5" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_299" bpmnElement="GetAAIAR">
        <dc:Bounds x="506" y="200" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="CreateAAIAR">
        <dc:Bounds x="1086" y="200" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
        <dc:Bounds x="1527" y="776" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1545" y="817" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_300">
        <di:waypoint xsi:type="dc:Point" x="1186" y="240" />
        <di:waypoint xsi:type="dc:Point" x="1311" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1203.5" y="225" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1q6udwm_di" bpmnElement="SequenceFlow_1q6udwm">
        <di:waypoint xsi:type="dc:Point" x="92" y="595" />
        <di:waypoint xsi:type="dc:Point" x="92" y="624" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="107" y="609.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_15knw0q_di" bpmnElement="SequenceFlow_15knw0q">
        <di:waypoint xsi:type="dc:Point" x="92" y="710" />
        <di:waypoint xsi:type="dc:Point" x="92" y="745" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="107" y="727.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0c5h00o_di" bpmnElement="SequenceFlow_0c5h00o">
        <di:waypoint xsi:type="dc:Point" x="142" y="785" />
        <di:waypoint xsi:type="dc:Point" x="205" y="785" />
        <di:waypoint xsi:type="dc:Point" x="205" y="545" />
        <di:waypoint xsi:type="dc:Point" x="309" y="545" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="220" y="665" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1lalmvp_di" bpmnElement="SequenceFlow_1lalmvp">
        <di:waypoint xsi:type="dc:Point" x="359" y="585" />
        <di:waypoint xsi:type="dc:Point" x="359" y="624" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="374" y="604.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0eb41vb_di" bpmnElement="SequenceFlow_0eb41vb">
        <di:waypoint xsi:type="dc:Point" x="359" y="707" />
        <di:waypoint xsi:type="dc:Point" x="359" y="725" />
        <di:waypoint xsi:type="dc:Point" x="359" y="725" />
        <di:waypoint xsi:type="dc:Point" x="359" y="745" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="374" y="725" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_15z3gpq_di" bpmnElement="SequenceFlow_15z3gpq">
        <di:waypoint xsi:type="dc:Point" x="409" y="785" />
        <di:waypoint xsi:type="dc:Point" x="560" y="785" />
        <di:waypoint xsi:type="dc:Point" x="560" y="709" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="485" y="770" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_01h1rx2_di" bpmnElement="PreProcessSDNCAssign">
        <dc:Bounds x="42" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_0p5ncd0_di" bpmnElement="SDNCAssign">
        <dc:Bounds x="42" y="624" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1qa39wn_di" bpmnElement="PostProcessSDNCAssign">
        <dc:Bounds x="42" y="745" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1rr2xrc_di" bpmnElement="PreProcessSDNCCreate">
        <dc:Bounds x="309" y="505" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_1ieo30p_di" bpmnElement="SDNCCreate">
        <dc:Bounds x="309" y="624" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_04votlb_di" bpmnElement="postProcessSDNCCreate">
        <dc:Bounds x="309" y="745" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0zm728u_di" bpmnElement="PreProcessSDNCActivate">
        <dc:Bounds x="702" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_1uhgd2e_di" bpmnElement="SDNCActivate">
        <dc:Bounds x="702" y="624" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0rrv9dw_di" bpmnElement="PostProcessSDNCActivate">
        <dc:Bounds x="702" y="745" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_06w33tk_di" bpmnElement="SequenceFlow_06w33tk">
        <di:waypoint xsi:type="dc:Point" x="752" y="595" />
        <di:waypoint xsi:type="dc:Point" x="752" y="624" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="767" y="609.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1s7yieq_di" bpmnElement="SequenceFlow_1s7yieq">
        <di:waypoint xsi:type="dc:Point" x="752" y="705" />
        <di:waypoint xsi:type="dc:Point" x="752" y="725" />
        <di:waypoint xsi:type="dc:Point" x="752" y="742" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="767" y="715" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_00i7x43_di" bpmnElement="SequenceFlow_00i7x43">
        <di:waypoint xsi:type="dc:Point" x="802" y="785" />
        <di:waypoint xsi:type="dc:Point" x="963" y="785" />
        <di:waypoint xsi:type="dc:Point" x="963" y="704" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="883" y="770" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_04t1zc2_di" bpmnElement="SequenceFlow_04t1zc2">
        <di:waypoint xsi:type="dc:Point" x="560" y="621" />
        <di:waypoint xsi:type="dc:Point" x="560" y="555" />
        <di:waypoint xsi:type="dc:Point" x="702" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="575" y="588" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="CallActivity_1pfpn41_di" bpmnElement="SDNCGet">
        <dc:Bounds x="1143" y="624" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1iy3cqb_di" bpmnElement="SequenceFlow_1iy3cqb">
        <di:waypoint xsi:type="dc:Point" x="1240" y="794" />
        <di:waypoint xsi:type="dc:Point" x="1313" y="794" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1277" y="779" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1dgzhsm_di" bpmnElement="SequenceFlow_1dgzhsm">
        <di:waypoint xsi:type="dc:Point" x="964" y="624" />
        <di:waypoint xsi:type="dc:Point" x="964" y="563" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="934" y="593.5" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1vg5rfa_di" bpmnElement="SequenceFlow_1vg5rfa">
        <di:waypoint xsi:type="dc:Point" x="943" y="239" />
        <di:waypoint xsi:type="dc:Point" x="1058" y="241" />
        <di:waypoint xsi:type="dc:Point" x="1086" y="241" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="955.5" y="225" width="90" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="SubProcess_161pl4g_di" bpmnElement="SubProcess_161pl4g" isExpanded="true">
        <dc:Bounds x="53" y="910" width="783" height="195" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_1ibe7qx_di" bpmnElement="StartEvent_1ibe7qx">
        <dc:Bounds x="150" y="987" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="168" y="1028" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_1fgqhmi_di" bpmnElement="EndEvent_1fgqhmi">
        <dc:Bounds x="783" y="987" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="801" y="1028" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0ji3121_di" bpmnElement="ScriptTask_0ji3121">
        <dc:Bounds x="245" y="965" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1kgumd4_di" bpmnElement="ScriptTask_1kgumd4">
        <dc:Bounds x="616" y="965" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1h61pqs_di" bpmnElement="SequenceFlow_1h61pqs">
        <di:waypoint xsi:type="dc:Point" x="186" y="1005" />
        <di:waypoint xsi:type="dc:Point" x="245" y="1005" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="216" y="990" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0t4ut76_di" bpmnElement="SequenceFlow_0t4ut76">
        <di:waypoint xsi:type="dc:Point" x="716" y="1005" />
        <di:waypoint xsi:type="dc:Point" x="748" y="1005" />
        <di:waypoint xsi:type="dc:Point" x="748" y="1005" />
        <di:waypoint xsi:type="dc:Point" x="783" y="1005" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="763" y="1005" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1kbzr5v_di" bpmnElement="SequenceFlow_1kbzr5v">
        <di:waypoint xsi:type="dc:Point" x="345" y="1005" />
        <di:waypoint xsi:type="dc:Point" x="434" y="1005" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="390" y="990" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_16x97wp_di" bpmnElement="UpdateAAIARActive">
        <dc:Bounds x="914" y="624" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0rfj6et_di" bpmnElement="UpdateAAIARCreated">
        <dc:Bounds x="516" y="624" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0c8nrax_di" bpmnElement="PreProcessSDNCGet">
        <dc:Bounds x="1140" y="505" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1xa2jlo_di" bpmnElement="postProcessSDNCGetResponse">
        <dc:Bounds x="1140" y="754" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_030mhcm_di" bpmnElement="SequenceFlow_030mhcm">
        <di:waypoint xsi:type="dc:Point" x="1190" y="585" />
        <di:waypoint xsi:type="dc:Point" x="1190" y="621" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1205" y="603" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0q1hz2p_di" bpmnElement="SequenceFlow_0q1hz2p">
        <di:waypoint xsi:type="dc:Point" x="1193" y="704" />
        <di:waypoint xsi:type="dc:Point" x="1193" y="753" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1208" y="728.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_0hxis7t_di" bpmnElement="ActiveARinAAI" isMarkerVisible="true">
        <dc:Bounds x="700" y="215" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="695" y="184" width="75" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1m8u8dl_di" bpmnElement="SequenceFlow_1m8u8dl">
        <di:waypoint xsi:type="dc:Point" x="750" y="240" />
        <di:waypoint xsi:type="dc:Point" x="843" y="239" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="777" y="223.99999999999994" width="14" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0z8luou_di" bpmnElement="SequenceFlow_0z8luou">
        <di:waypoint xsi:type="dc:Point" x="725" y="265" />
        <di:waypoint xsi:type="dc:Point" x="725" y="378" />
        <di:waypoint xsi:type="dc:Point" x="1190" y="378" />
        <di:waypoint xsi:type="dc:Point" x="1190" y="505" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="737" y="270.89473684210526" width="16" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="IntermediateCatchEvent_1lqaeh8_di" bpmnElement="IntermediateCatchEvent_1lqaeh8">
        <dc:Bounds x="-70" y="527" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-79" y="568" width="60" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0gd64w9_di" bpmnElement="SequenceFlow_0gd64w9">
        <di:waypoint xsi:type="dc:Point" x="-34" y="545" />
        <di:waypoint xsi:type="dc:Point" x="42" y="545" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="4" y="530" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="IntermediateThrowEvent_0sb45m9_di" bpmnElement="IntermediateThrowEvent_1lqaeh8">
        <dc:Bounds x="1311" y="222" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1359" y="234" width="77" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0gbsa12_di" bpmnElement="SequenceFlow_0gbsa12">
        <di:waypoint xsi:type="dc:Point" x="606" y="240" />
        <di:waypoint xsi:type="dc:Point" x="700" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="653" y="225" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0pjzuns_di" bpmnElement="generateOutputs">
        <dc:Bounds x="1314" y="754" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_09xwplc_di" bpmnElement="SequenceFlow_09xwplc">
        <di:waypoint xsi:type="dc:Point" x="1414" y="794" />
        <di:waypoint xsi:type="dc:Point" x="1527" y="794" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1471" y="779" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="CallActivity_0s6hs9u_di" bpmnElement="CallActivity_0s6hs9u">
        <dc:Bounds x="434" y="965" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1cxj4yz_di" bpmnElement="SequenceFlow_1cxj4yz">
        <di:waypoint xsi:type="dc:Point" x="534" y="1005" />
        <di:waypoint xsi:type="dc:Point" x="616" y="1005" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="575" y="980" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="IntermediateCatchEvent_1f4tse6_di" bpmnElement="IntermediateCatchEvent_1f4tse6">
        <dc:Bounds x="946" y="527" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="933" y="492" width="61" height="48" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0ec9eiq_di" bpmnElement="SequenceFlow_0ec9eiq">
        <di:waypoint xsi:type="dc:Point" x="982" y="545" />
        <di:waypoint xsi:type="dc:Point" x="1140" y="545" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1061" y="524" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1a2mcyk_di" bpmnElement="SequenceFlow_1a2mcyk">
        <di:waypoint xsi:type="dc:Point" x="341" y="240" />
        <di:waypoint xsi:type="dc:Point" x="506" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="423.5" y="219" width="0" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0m6hxaw_di" bpmnElement="GetAAIServiceInstance">
        <dc:Bounds x="241" y="200" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0m8m8j1_di" bpmnElement="GetAAIParentSI">
        <dc:Bounds x="843" y="199" width="100" height="80" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>