summaryrefslogtreecommitdiffstats
path: root/docs/_templates
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26DOC - Fixing the width of tables and web pagesBozawglanian, Hagop (hb755d)1-1/+1
Fixing the current width of the webpages to expand screens better. Issue-ID: DOC-310 Change-Id: Ib609fc548a22d189513a470adea7dea37559014b Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
2018-09-13Switch theme and add report issueRich Bennett1-0/+19
Switch to sphinx_rtd_theme Add report issue in Jira with current page/release context Change-Id: Ie237ee4d084f2b8bd025acc7499d19563f6e3e68 Issue-ID: DOC-310 Signed-off-by: Rich Bennett <rb2745@att.com>
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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 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
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_0mdda96" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.2.0">
  <bpmn:process id="TerminateNs" name="TerminateNs" isExecutable="true">
    <bpmn:startEvent id="StartEvent_1" name="Start Process">
      <bpmn:outgoing>SequenceFlow_16k0f61</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:sequenceFlow id="SequenceFlow_16k0f61" sourceRef="StartEvent_1" targetRef="Activity_194tqy0" />
    <bpmn:serviceTask id="Task_0opnwx0" name="Update NS Instance status to TERMINATING" camunda:expression="${TerminateNsTask.updateNsInstanceStatusToTerminating(execution)}">
      <bpmn:incoming>Flow_04pxtdd</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0bdznyp</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:endEvent id="EndEvent_0szswbo" name="End Process">
      <bpmn:incoming>Flow_1pcu8aa</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="SequenceFlow_0bdznyp" sourceRef="Task_0opnwx0" targetRef="Activity_1kikjaf" />
    <bpmn:serviceTask id="Activity_194tqy0" name="Set Job Status to STARTED" camunda:asyncBefore="true" camunda:expression="${TerminateNsTask.setJobStatusToStarted(execution)}">
      <bpmn:incoming>SequenceFlow_16k0f61</bpmn:incoming>
      <bpmn:outgoing>Flow_04pxtdd</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="Flow_04pxtdd" sourceRef="Activity_194tqy0" targetRef="Task_0opnwx0" />
    <bpmn:subProcess id="Activity_0pjxszh" name="Error Handling" triggeredByEvent="true">
      <bpmn:startEvent id="Event_1rpzcl3" name="error">
        <bpmn:outgoing>Flow_07bh7l7</bpmn:outgoing>
        <bpmn:errorEventDefinition id="ErrorEventDefinition_0m2e0oa" />
      </bpmn:startEvent>
      <bpmn:endEvent id="Event_1fcw3ei" name="end">
        <bpmn:incoming>Flow_1wa1jpl</bpmn:incoming>
      </bpmn:endEvent>
      <bpmn:serviceTask id="Activity_0ddja9m" name="Set Job Status to ERROR" camunda:asyncBefore="true" camunda:expression="${TerminateNsTask.setJobStatusToError(execution)}">
        <bpmn:incoming>Flow_0n3dai5</bpmn:incoming>
        <bpmn:outgoing>Flow_1wa1jpl</bpmn:outgoing>
      </bpmn:serviceTask>
      <bpmn:sequenceFlow id="Flow_1wa1jpl" sourceRef="Activity_0ddja9m" targetRef="Event_1fcw3ei" />
      <bpmn:sequenceFlow id="Flow_07bh7l7" sourceRef="Event_1rpzcl3" targetRef="Activity_1miy3hw" />
      <bpmn:serviceTask id="Activity_1miy3hw" name="Update NSLcmOpOcc operation status to FAILED" camunda:asyncBefore="true" camunda:expression="${TerminateNsTask.updateNsLcmOpOccStatusToFailed(execution)}">
        <bpmn:incoming>Flow_07bh7l7</bpmn:incoming>
        <bpmn:outgoing>Flow_0n3dai5</bpmn:outgoing>
      </bpmn:serviceTask>
      <bpmn:sequenceFlow id="Flow_0n3dai5" sourceRef="Activity_1miy3hw" targetRef="Activity_0ddja9m" />
    </bpmn:subProcess>
    <bpmn:subProcess id="Activity_0mtscwq" name="Java Exception Handling" triggeredByEvent="true">
      <bpmn:startEvent id="Event_0lqr6al" name="error">
        <bpmn:outgoing>Flow_05lo00r</bpmn:outgoing>
        <bpmn:errorEventDefinition id="ErrorEventDefinition_02lwl19" errorRef="Error_0jsct8p" camunda:errorCodeVariable="BPMN_javaExpCode" camunda:errorMessageVariable="BPMN_javaExpMsg" />
      </bpmn:startEvent>
      <bpmn:endEvent id="Event_05ty7c4">
        <bpmn:incoming>Flow_16aryg5</bpmn:incoming>
      </bpmn:endEvent>
      <bpmn:serviceTask id="Activity_1ezu7d4" name="Set Job Status to ERROR" camunda:asyncBefore="true" camunda:expression="${TerminateNsTask.setJobStatusToError(execution)}">
        <bpmn:incoming>Flow_09zcw2a</bpmn:incoming>
        <bpmn:outgoing>Flow_16aryg5</bpmn:outgoing>
      </bpmn:serviceTask>
      <bpmn:sequenceFlow id="Flow_16aryg5" sourceRef="Activity_1ezu7d4" targetRef="Event_05ty7c4" />
      <bpmn:sequenceFlow id="Flow_05lo00r" sourceRef="Event_0lqr6al" targetRef="Activity_17leldb" />
      <bpmn:serviceTask id="Activity_17leldb" name="Update NSLcmOpOcc operation status to FAILED" camunda:asyncBefore="true" camunda:expression="${TerminateNsTask.updateNsLcmOpOccStatusToFailed(execution)}">
        <bpmn:incoming>Flow_05lo00r</bpmn:incoming>
        <bpmn:outgoing>Flow_09zcw2a</bpmn:outgoing>
      </bpmn:serviceTask>
      <bpmn:sequenceFlow id="Flow_09zcw2a" sourceRef="Activity_17leldb" targetRef="Activity_1ezu7d4" />
    </bpmn:subProcess>
    <bpmn:serviceTask id="Activity_1w09i1k" name="Set Job Status to FINISHED" camunda:expression="${TerminateNsTask.setJobStatusToFinished(execution)}">
      <bpmn:incoming>Flow_1i36dw4</bpmn:incoming>
      <bpmn:outgoing>Flow_1pcu8aa</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="Flow_1pcu8aa" sourceRef="Activity_1w09i1k" targetRef="EndEvent_0szswbo" />
    <bpmn:callActivity id="Activity_1b2s2wr" name="Terminate Vnfs" calledElement="TerminateVnf">
      <bpmn:extensionElements>
        <camunda:in source="jobId" target="jobId" />
        <camunda:in source="NsInstanceId" target="NsInstanceId" />
        <camunda:in source="vnfId" target="vnfId" />
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_01ju1mj</bpmn:incoming>
      <bpmn:outgoing>Flow_0mi4nqa</bpmn:outgoing>
      <bpmn:multiInstanceLoopCharacteristics camunda:asyncAfter="true" camunda:collection="${nfvoNfInstIds}" camunda:elementVariable="vnfId" />
    </bpmn:callActivity>
    <bpmn:boundaryEvent id="Event_0rbb817" name="Overall Wait" attachedToRef="Activity_1b2s2wr">
      <bpmn:outgoing>Flow_17zn7we</bpmn:outgoing>
      <bpmn:timerEventDefinition id="TimerEventDefinition_13ud1f4">
        <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT3H</bpmn:timeDuration>
      </bpmn:timerEventDefinition>
    </bpmn:boundaryEvent>
    <bpmn:sequenceFlow id="Flow_17zn7we" sourceRef="Event_0rbb817" targetRef="Activity_16z66xm" />
    <bpmn:serviceTask id="Activity_1kikjaf" name="Get Vnf IDs in NS" camunda:expression="${TerminateNsTask.getVnfIdsInNs(execution)}">
      <bpmn:incoming>SequenceFlow_0bdznyp</bpmn:incoming>
      <bpmn:outgoing>Flow_01ju1mj</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="Flow_01ju1mj" sourceRef="Activity_1kikjaf" targetRef="Activity_1b2s2wr" />
    <bpmn:serviceTask id="Activity_16cvdbw" name="Update NS Instance status to NOT_INSTANTIATED" camunda:expression="${TerminateNsTask.updateNsInstanceStatusToNotInstantiated(execution)}">
      <bpmn:incoming>Flow_1nieng0</bpmn:incoming>
      <bpmn:outgoing>Flow_0xptc0r</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="Flow_0xptc0r" sourceRef="Activity_16cvdbw" targetRef="Activity_0gkpdft" />
    <bpmn:endEvent id="Event_1e4bwip">
      <bpmn:incoming>Flow_10oprxr</bpmn:incoming>
      <bpmn:incoming>Flow_1p21p1m</bpmn:incoming>
      <bpmn:errorEventDefinition id="ErrorEventDefinition_0vg6v5r" errorRef="Error_0jsct8p" />
    </bpmn:endEvent>
    <bpmn:exclusiveGateway id="Gateway_0nxf0rv" name="is Successful?">
      <bpmn:incoming>Flow_15m4nm1</bpmn:incoming>
      <bpmn:outgoing>Flow_1nieng0</bpmn:outgoing>
      <bpmn:outgoing>Flow_10oprxr</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:sequenceFlow id="Flow_1nieng0" name="Yes" sourceRef="Gateway_0nxf0rv" targetRef="Activity_16cvdbw">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{isNsTerminationSuccessful}</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:serviceTask id="Activity_14iwa8x" name="Check if VNF Termination was Successful" camunda:expression="${TerminateNsTask.checkIfVnfTerminationWasSuccessful(execution)}">
      <bpmn:incoming>Flow_0mi4nqa</bpmn:incoming>
      <bpmn:outgoing>Flow_15m4nm1</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="Flow_0mi4nqa" sourceRef="Activity_1b2s2wr" targetRef="Activity_14iwa8x" />
    <bpmn:sequenceFlow id="Flow_15m4nm1" sourceRef="Activity_14iwa8x" targetRef="Gateway_0nxf0rv" />
    <bpmn:serviceTask id="Activity_16z66xm" name="Log TimeOut" camunda:expression="${TerminateNsTask.logTimeOut(execution)}">
      <bpmn:incoming>Flow_17zn7we</bpmn:incoming>
      <bpmn:outgoing>Flow_1p21p1m</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="Flow_10oprxr" name="No" sourceRef="Gateway_0nxf0rv" targetRef="Event_1e4bwip">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{not isNsTerminationSuccessful}</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="Flow_1p21p1m" sourceRef="Activity_16z66xm" targetRef="Event_1e4bwip" />
    <bpmn:serviceTask id="Activity_0gkpdft" name="Update NSLcmOpOcc operation status to COMPLETED" camunda:expression="${TerminateNsTask.updateNsLcmOpOccStatusToCompleted(execution)}">
      <bpmn:incoming>Flow_0xptc0r</bpmn:incoming>
      <bpmn:outgoing>Flow_1i36dw4</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="Flow_1i36dw4" sourceRef="Activity_0gkpdft" targetRef="Activity_1w09i1k" />
  </bpmn:process>
  <bpmn:error id="Error_0jsct8p" name="TerminateNsProcessingException" errorCode="TERMINATE_NS_PROCESSING_EXCEPTION" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="TerminateNs">
      <bpmndi:BPMNEdge id="Flow_1i36dw4_di" bpmnElement="Flow_1i36dw4">
        <di:waypoint x="1680" y="121" />
        <di:waypoint x="1720" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1p21p1m_di" bpmnElement="Flow_1p21p1m">
        <di:waypoint x="1110" y="270" />
        <di:waypoint x="1332" y="270" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_10oprxr_di" bpmnElement="Flow_10oprxr">
        <di:waypoint x="1350" y="146" />
        <di:waypoint x="1350" y="252" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1358" y="196" width="14" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_15m4nm1_di" bpmnElement="Flow_15m4nm1">
        <di:waypoint x="1110" y="121" />
        <di:waypoint x="1325" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_0mi4nqa_di" bpmnElement="Flow_0mi4nqa">
        <di:waypoint x="790" y="121" />
        <di:waypoint x="1010" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1nieng0_di" bpmnElement="Flow_1nieng0">
        <di:waypoint x="1375" y="121" />
        <di:waypoint x="1430" y="121" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1393" y="103" width="19" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_0xptc0r_di" bpmnElement="Flow_0xptc0r">
        <di:waypoint x="1530" y="121" />
        <di:waypoint x="1580" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_01ju1mj_di" bpmnElement="Flow_01ju1mj">
        <di:waypoint x="650" y="121" />
        <di:waypoint x="690" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_17zn7we_di" bpmnElement="Flow_17zn7we">
        <di:waypoint x="770" y="179" />
        <di:waypoint x="770" y="270" />
        <di:waypoint x="1010" y="270" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1pcu8aa_di" bpmnElement="Flow_1pcu8aa">
        <di:waypoint x="1820" y="121" />
        <di:waypoint x="1862" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_04pxtdd_di" bpmnElement="Flow_04pxtdd">
        <di:waypoint x="360" y="121" />
        <di:waypoint x="410" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0bdznyp_di" bpmnElement="SequenceFlow_0bdznyp">
        <di:waypoint x="510" y="121" />
        <di:waypoint x="550" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_16k0f61_di" bpmnElement="SequenceFlow_16k0f61">
        <di:waypoint x="208" y="121" />
        <di:waypoint x="260" y="121" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
        <dc:Bounds x="172" y="103" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="157" y="146" width="67" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_1y7xfqt_di" bpmnElement="Task_0opnwx0">
        <dc:Bounds x="410" y="81" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0szswbo_di" bpmnElement="EndEvent_0szswbo">
        <dc:Bounds x="1862" y="103" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1848" y="79" width="63" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_194tqy0_di" bpmnElement="Activity_194tqy0">
        <dc:Bounds x="260" y="81" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_0pjxszh_di" bpmnElement="Activity_0pjxszh" isExpanded="true">
        <dc:Bounds x="380" y="310" width="510" height="130" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Flow_0n3dai5_di" bpmnElement="Flow_0n3dai5">
        <di:waypoint x="600" y="373" />
        <di:waypoint x="660" y="373" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_07bh7l7_di" bpmnElement="Flow_07bh7l7">
        <di:waypoint x="438" y="373" />
        <di:waypoint x="500" y="373" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1wa1jpl_di" bpmnElement="Flow_1wa1jpl">
        <di:waypoint x="760" y="373" />
        <di:waypoint x="822" y="373" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Event_1rpzcl3_di" bpmnElement="Event_1rpzcl3">
        <dc:Bounds x="402" y="355" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="408" y="398" width="24" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_1fcw3ei_di" bpmnElement="Event_1fcw3ei">
        <dc:Bounds x="822" y="355" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="832" y="397" width="19" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_0ddja9m_di" bpmnElement="Activity_0ddja9m">
        <dc:Bounds x="660" y="333" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1miy3hw_di" bpmnElement="Activity_1miy3hw">
        <dc:Bounds x="500" y="333" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_0mtscwq_di" bpmnElement="Activity_0mtscwq" isExpanded="true">
        <dc:Bounds x="380" y="480" width="510" height="130" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Flow_09zcw2a_di" bpmnElement="Flow_09zcw2a">
        <di:waypoint x="600" y="543" />
        <di:waypoint x="660" y="543" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_05lo00r_di" bpmnElement="Flow_05lo00r">
        <di:waypoint x="438" y="543" />
        <di:waypoint x="500" y="543" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_16aryg5_di" bpmnElement="Flow_16aryg5">
        <di:waypoint x="760" y="543" />
        <di:waypoint x="822" y="543" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Event_0lqr6al_di" bpmnElement="Event_0lqr6al">
        <dc:Bounds x="402" y="525" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="409" y="568" width="24" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_05ty7c4_di" bpmnElement="Event_05ty7c4">
        <dc:Bounds x="822" y="525" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1ezu7d4_di" bpmnElement="Activity_1ezu7d4">
        <dc:Bounds x="660" y="503" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_17leldb_di" bpmnElement="Activity_17leldb">
        <dc:Bounds x="500" y="503" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1w09i1k_di" bpmnElement="Activity_1w09i1k">
        <dc:Bounds x="1720" y="81" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1xjmizv_di" bpmnElement="Activity_1b2s2wr">
        <dc:Bounds x="690" y="81" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1kikjaf_di" bpmnElement="Activity_1kikjaf">
        <dc:Bounds x="550" y="81" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_16cvdbw_di" bpmnElement="Activity_16cvdbw">
        <dc:Bounds x="1430" y="81" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_16umj30_di" bpmnElement="Event_1e4bwip">
        <dc:Bounds x="1332" y="252" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Gateway_0nxf0rv_di" bpmnElement="Gateway_0nxf0rv" isMarkerVisible="true">
        <dc:Bounds x="1325" y="96" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1320" y="66" width="71" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_14iwa8x_di" bpmnElement="Activity_14iwa8x">
        <dc:Bounds x="1010" y="81" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_16z66xm_di" bpmnElement="Activity_16z66xm">
        <dc:Bounds x="1010" y="230" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_0gkpdft_di" bpmnElement="Activity_0gkpdft">
        <dc:Bounds x="1580" y="81" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_0rbb817_di" bpmnElement="Event_0rbb817">
        <dc:Bounds x="752" y="143" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="700" y="183" width="60" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>