Check variable to determine audit success 77/86977/1
authorBoslet, Cory <cory.boslet@att.com>
Sun, 5 May 2019 15:24:32 +0000 (11:24 -0400)
committerBenjamin, Max (mb388a) <mb388a@us.att.com>
Sun, 5 May 2019 15:24:40 +0000 (11:24 -0400)
Added gateway to check variable to determine audit success due to
external task not throwing bpmn error.

Change-Id: I35acbb46ea40d83f2af78e2bf99f07193401a2a6
Issue-ID: SO-1832
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeleteVfModuleBB.bpmn

index 8be07a1..b97168f 100644 (file)
@@ -79,7 +79,7 @@
     <bpmn:sequenceFlow id="SequenceFlow_032jv5j" name="Yes&#10;" sourceRef="ExclusiveGateway_1h2ystu" targetRef="Setup_Audit_Variable">
       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("auditInventoryNeeded") == true}]]></bpmn:conditionExpression>
     </bpmn:sequenceFlow>
-    <bpmn:sequenceFlow id="SequenceFlow_0qfmmgt" sourceRef="Audit_Inventory" targetRef="ExclusiveGateway_1pydilb" />
+    <bpmn:sequenceFlow id="SequenceFlow_0qfmmgt" sourceRef="Audit_Inventory" targetRef="auditSuccessfulCheck" />
     <bpmn:sequenceFlow id="SequenceFlow_14bu4ys" sourceRef="ExclusiveGateway_1yvh16a" targetRef="aaiThrow" />
     <bpmn:parallelGateway id="ExclusiveGateway_1yvh16a">
       <bpmn:incoming>SequenceFlow_02lpx87</bpmn:incoming>
       <bpmn:outgoing>SequenceFlow_1mgunf3</bpmn:outgoing>
     </bpmn:exclusiveGateway>
     <bpmn:exclusiveGateway id="ExclusiveGateway_1pydilb">
-      <bpmn:incoming>SequenceFlow_0qfmmgt</bpmn:incoming>
       <bpmn:incoming>SequenceFlow_1mgunf3</bpmn:incoming>
+      <bpmn:incoming>SequenceFlow_17cd9e2</bpmn:incoming>
       <bpmn:outgoing>SequenceFlow_1ut7n32</bpmn:outgoing>
     </bpmn:exclusiveGateway>
     <bpmn:subProcess id="SubProcess_0grvkj2" name="Audit Exception Sub Process" triggeredByEvent="true">
       <bpmn:outgoing>SequenceFlow_179btn2</bpmn:outgoing>
       <bpmn:linkEventDefinition name="AAI" />
     </bpmn:intermediateCatchEvent>
+    <bpmn:exclusiveGateway id="auditSuccessfulCheck" name="Audit&#10; Successful?" default="SequenceFlow_17cd9e2">
+      <bpmn:incoming>SequenceFlow_0qfmmgt</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_17cd9e2</bpmn:outgoing>
+      <bpmn:outgoing>SequenceFlow_1gdyk9j</bpmn:outgoing>
+    </bpmn:exclusiveGateway>
+    <bpmn:sequenceFlow id="SequenceFlow_17cd9e2" name="Yes" sourceRef="auditSuccessfulCheck" targetRef="ExclusiveGateway_1pydilb" />
+    <bpmn:sequenceFlow id="SequenceFlow_1gdyk9j" name="No" sourceRef="auditSuccessfulCheck" targetRef="EndEvent_0b0ocu0">
+      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("auditIsSuccessful") == false}]]></bpmn:conditionExpression>
+    </bpmn:sequenceFlow>
+    <bpmn:endEvent id="EndEvent_0b0ocu0">
+      <bpmn:incoming>SequenceFlow_1gdyk9j</bpmn:incoming>
+      <bpmn:errorEventDefinition errorRef="Error_0jjnve8" />
+    </bpmn:endEvent>
   </bpmn:process>
   <bpmn:error id="Error_0jjnve8" name="Error_3k24na6" errorCode="AAIInventoryFailure" />
   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleBB">
       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="DeleteVfModuleBB_Start">
-        <dc:Bounds x="159" y="241" width="36" height="36" />
+        <dc:Bounds x="159" y="266" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="132" y="277" width="90" height="12" />
+          <dc:Bounds x="132" y="302" width="90" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="ServiceTask_16798zf_di" bpmnElement="DeleteVfModuleVnfAdapter">
-        <dc:Bounds x="382" y="278" width="100" height="80" />
+        <dc:Bounds x="382" y="303" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_1537yw5_di" bpmnElement="SequenceFlow_1537yw5">
-        <di:waypoint xsi:type="dc:Point" x="195" y="259" />
-        <di:waypoint xsi:type="dc:Point" x="282" y="259" />
+        <di:waypoint xsi:type="dc:Point" x="195" y="284" />
+        <di:waypoint xsi:type="dc:Point" x="282" y="284" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="193.5" y="238" width="90" height="12" />
+          <dc:Bounds x="194" y="263" width="90" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ServiceTask_0pbhsub_di" bpmnElement="UpdateVfModuleDeleteStatus">
-        <dc:Bounds x="907" y="443" width="100" height="80" />
+        <dc:Bounds x="907" y="468" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_08tvhtf_di" bpmnElement="SequenceFlow_08tvhtf">
-        <di:waypoint xsi:type="dc:Point" x="482" y="318" />
-        <di:waypoint xsi:type="dc:Point" x="511" y="318" />
+        <di:waypoint xsi:type="dc:Point" x="482" y="343" />
+        <di:waypoint xsi:type="dc:Point" x="511" y="343" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="451.5" y="297" width="90" height="12" />
+          <dc:Bounds x="452" y="322" width="90" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="EndEvent_1rn6yvh_di" bpmnElement="DeleteVfModuleBB_End">
-        <dc:Bounds x="1136" y="465" width="36" height="36" />
+        <dc:Bounds x="1136" y="490" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="1109" y="505" width="90" height="0" />
+          <dc:Bounds x="1109" y="530" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="CallActivity_0whogn3_di" bpmnElement="VnfAdapter">
-        <dc:Bounds x="511" y="278" width="100" height="80" />
+        <dc:Bounds x="511" y="303" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_02lpx87_di" bpmnElement="SequenceFlow_02lpx87">
-        <di:waypoint xsi:type="dc:Point" x="611" y="318" />
-        <di:waypoint xsi:type="dc:Point" x="847" y="318" />
-        <di:waypoint xsi:type="dc:Point" x="847" y="284" />
+        <di:waypoint xsi:type="dc:Point" x="611" y="343" />
+        <di:waypoint xsi:type="dc:Point" x="925" y="343" />
+        <di:waypoint xsi:type="dc:Point" x="925" y="309" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="684" y="303" width="90" height="0" />
+          <dc:Bounds x="723" y="328" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="SubProcess_11p7mrh_di" bpmnElement="SubProcess_11p7mrh" isExpanded="true">
-        <dc:Bounds x="290" y="857" width="231" height="135" />
+        <dc:Bounds x="290" y="878" width="231" height="135" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="StartEvent_1xp6ewt_di" bpmnElement="StartEvent_1xp6ewt">
-        <dc:Bounds x="333" y="919" width="36" height="36" />
+        <dc:Bounds x="333" y="940" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="261" y="955" width="90" height="0" />
+          <dc:Bounds x="261" y="976" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="EndEvent_0guhjau_di" bpmnElement="EndEvent_0guhjau">
-        <dc:Bounds x="462" y="919" width="36" height="36" />
+        <dc:Bounds x="462" y="940" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="390" y="955" width="90" height="0" />
+          <dc:Bounds x="390" y="976" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_0h607z0_di" bpmnElement="SequenceFlow_0h607z0">
-        <di:waypoint xsi:type="dc:Point" x="369" y="937" />
-        <di:waypoint xsi:type="dc:Point" x="462" y="937" />
+        <di:waypoint xsi:type="dc:Point" x="369" y="958" />
+        <di:waypoint xsi:type="dc:Point" x="462" y="958" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="371" y="916" width="90" height="0" />
+          <dc:Bounds x="371" y="937" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ServiceTask_0vlgqod_di" bpmnElement="UpdateVfModuleHeatStackId">
-        <dc:Bounds x="779" y="443" width="100" height="80" />
+        <dc:Bounds x="779" y="468" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_01vfwtp_di" bpmnElement="SequenceFlow_01vfwtp">
-        <di:waypoint xsi:type="dc:Point" x="879" y="483" />
-        <di:waypoint xsi:type="dc:Point" x="907" y="483" />
+        <di:waypoint xsi:type="dc:Point" x="879" y="508" />
+        <di:waypoint xsi:type="dc:Point" x="907" y="508" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="848" y="468" width="90" height="0" />
+          <dc:Bounds x="848" y="493" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_09l7pcg_di" bpmnElement="SequenceFlow_09l7pcg">
-        <di:waypoint xsi:type="dc:Point" x="1007" y="483" />
-        <di:waypoint xsi:type="dc:Point" x="1136" y="483" />
+        <di:waypoint xsi:type="dc:Point" x="1007" y="508" />
+        <di:waypoint xsi:type="dc:Point" x="1136" y="508" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="1026.5" y="468" width="90" height="0" />
+          <dc:Bounds x="1027" y="493" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_0xyu3pk_di" bpmnElement="SequenceFlow_0xyu3pk">
-        <di:waypoint xsi:type="dc:Point" x="376" y="483" />
-        <di:waypoint xsi:type="dc:Point" x="404" y="483" />
+        <di:waypoint xsi:type="dc:Point" x="376" y="508" />
+        <di:waypoint xsi:type="dc:Point" x="404" y="508" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="345" y="468" width="90" height="0" />
+          <dc:Bounds x="345" y="493" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ServiceTask_0tty0ac_di" bpmnElement="DeleteNetworkPolicies">
-        <dc:Bounds x="276" y="443" width="100" height="80" />
+        <dc:Bounds x="276" y="468" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="ServiceTask_0lrrd16_di" bpmnElement="UpdateVnfManagementV6Address">
-        <dc:Bounds x="531" y="443" width="100" height="80" />
+        <dc:Bounds x="531" y="468" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_0jtem3b_di" bpmnElement="SequenceFlow_0jtem3b">
-        <di:waypoint xsi:type="dc:Point" x="504" y="483" />
-        <di:waypoint xsi:type="dc:Point" x="531" y="483" />
+        <di:waypoint xsi:type="dc:Point" x="504" y="508" />
+        <di:waypoint xsi:type="dc:Point" x="531" y="508" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="472.5" y="468" width="90" height="0" />
+          <dc:Bounds x="473" y="493" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ServiceTask_0w9805b_di" bpmnElement="UpdateVnfIpv4OamAddress">
-        <dc:Bounds x="404" y="443" width="100" height="80" />
+        <dc:Bounds x="404" y="468" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_0khqfnc_di" bpmnElement="SequenceFlow_0khqfnc">
-        <di:waypoint xsi:type="dc:Point" x="631" y="483" />
-        <di:waypoint xsi:type="dc:Point" x="654" y="483" />
+        <di:waypoint xsi:type="dc:Point" x="631" y="508" />
+        <di:waypoint xsi:type="dc:Point" x="654" y="508" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="597.5" y="468" width="90" height="0" />
+          <dc:Bounds x="598" y="493" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_0yuz21z_di" bpmnElement="SequenceFlow_0yuz21z">
-        <di:waypoint xsi:type="dc:Point" x="754" y="483" />
-        <di:waypoint xsi:type="dc:Point" x="779" y="483" />
+        <di:waypoint xsi:type="dc:Point" x="754" y="508" />
+        <di:waypoint xsi:type="dc:Point" x="779" y="508" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="721.5" y="468" width="90" height="0" />
+          <dc:Bounds x="722" y="493" width="90" height="0" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ServiceTask_0v8naz9_di" bpmnElement="UpdateVfModuleContrailServiceInstanceFqdn">
-        <dc:Bounds x="654" y="443" width="100" height="80" />
+        <dc:Bounds x="654" y="468" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_1n8gab5_di" bpmnElement="SequenceFlow_1n8gab5">
-        <di:waypoint xsi:type="dc:Point" x="307" y="284" />
-        <di:waypoint xsi:type="dc:Point" x="307" y="318" />
-        <di:waypoint xsi:type="dc:Point" x="382" y="318" />
+        <di:waypoint xsi:type="dc:Point" x="307" y="309" />
+        <di:waypoint xsi:type="dc:Point" x="307" y="343" />
+        <di:waypoint xsi:type="dc:Point" x="382" y="343" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="277" y="294.5" width="90" height="13" />
+          <dc:Bounds x="277" y="320" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ParallelGateway_18x6mx2_di" bpmnElement="ExclusiveGateway_0xrgzm7">
-        <dc:Bounds x="282" y="234" width="50" height="50" />
+        <dc:Bounds x="282" y="259" width="50" height="50" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="262" y="287" width="90" height="13" />
+          <dc:Bounds x="262" y="312" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_032jv5j_di" bpmnElement="SequenceFlow_032jv5j">
-        <di:waypoint xsi:type="dc:Point" x="492" y="149" />
-        <di:waypoint xsi:type="dc:Point" x="492" y="108" />
-        <di:waypoint xsi:type="dc:Point" x="531" y="108" />
+        <di:waypoint xsi:type="dc:Point" x="492" y="174" />
+        <di:waypoint xsi:type="dc:Point" x="492" y="133" />
+        <di:waypoint xsi:type="dc:Point" x="531" y="133" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="499" y="114" width="18" height="25" />
+          <dc:Bounds x="499" y="139" width="19" height="24" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_0qfmmgt_di" bpmnElement="SequenceFlow_0qfmmgt">
-        <di:waypoint xsi:type="dc:Point" x="754" y="108" />
-        <di:waypoint xsi:type="dc:Point" x="790" y="108" />
-        <di:waypoint xsi:type="dc:Point" x="790" y="149" />
+        <di:waypoint xsi:type="dc:Point" x="754" y="133" />
+        <di:waypoint xsi:type="dc:Point" x="780" y="133" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="727" y="86.5" width="90" height="13" />
+          <dc:Bounds x="722" y="111.5" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_14bu4ys_di" bpmnElement="SequenceFlow_14bu4ys">
-        <di:waypoint xsi:type="dc:Point" x="872" y="259" />
-        <di:waypoint xsi:type="dc:Point" x="1022" y="258" />
+        <di:waypoint xsi:type="dc:Point" x="950" y="284" />
+        <di:waypoint xsi:type="dc:Point" x="1100" y="283" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="902" y="237" width="90" height="13" />
+          <dc:Bounds x="980" y="262" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ParallelGateway_02fjfb8_di" bpmnElement="ExclusiveGateway_1yvh16a">
-        <dc:Bounds x="822" y="234" width="50" height="50" />
+        <dc:Bounds x="900" y="259" width="50" height="50" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="801" y="287" width="90" height="13" />
+          <dc:Bounds x="879" y="312" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_1mgunf3_di" bpmnElement="SequenceFlow_1mgunf3">
-        <di:waypoint xsi:type="dc:Point" x="492" y="199" />
-        <di:waypoint xsi:type="dc:Point" x="492" y="232" />
-        <di:waypoint xsi:type="dc:Point" x="790" y="232" />
-        <di:waypoint xsi:type="dc:Point" x="790" y="199" />
+        <di:waypoint xsi:type="dc:Point" x="492" y="224" />
+        <di:waypoint xsi:type="dc:Point" x="492" y="257" />
+        <di:waypoint xsi:type="dc:Point" x="868" y="257" />
+        <di:waypoint xsi:type="dc:Point" x="868" y="224" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="500.3082191780822" y="212" width="14" height="12" />
+          <dc:Bounds x="503.9261744966443" y="237" width="14" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ServiceTask_1vmz3zo_di" bpmnElement="Check_Audit">
-        <dc:Bounds x="339" y="134" width="100" height="80" />
+        <dc:Bounds x="339" y="159" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_1v3jgqe_di" bpmnElement="SequenceFlow_1v3jgqe">
-        <di:waypoint xsi:type="dc:Point" x="307" y="234" />
-        <di:waypoint xsi:type="dc:Point" x="307" y="174" />
-        <di:waypoint xsi:type="dc:Point" x="339" y="174" />
+        <di:waypoint xsi:type="dc:Point" x="307" y="259" />
+        <di:waypoint xsi:type="dc:Point" x="307" y="199" />
+        <di:waypoint xsi:type="dc:Point" x="339" y="199" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="277" y="197.5" width="90" height="13" />
+          <dc:Bounds x="277" y="223" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_1odt2wt_di" bpmnElement="SequenceFlow_1odt2wt">
-        <di:waypoint xsi:type="dc:Point" x="439" y="174" />
-        <di:waypoint xsi:type="dc:Point" x="467" y="174" />
+        <di:waypoint xsi:type="dc:Point" x="439" y="199" />
+        <di:waypoint xsi:type="dc:Point" x="467" y="199" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="408" y="152.5" width="90" height="13" />
+          <dc:Bounds x="408" y="178" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_1swistn_di" bpmnElement="SequenceFlow_1swistn">
-        <di:waypoint xsi:type="dc:Point" x="631" y="108" />
-        <di:waypoint xsi:type="dc:Point" x="654" y="108" />
+        <di:waypoint xsi:type="dc:Point" x="631" y="133" />
+        <di:waypoint xsi:type="dc:Point" x="654" y="133" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="597.5" y="86.5" width="90" height="13" />
+          <dc:Bounds x="598" y="112" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ServiceTask_1l8r2a6_di" bpmnElement="Audit_Inventory">
-        <dc:Bounds x="654" y="68" width="100" height="80" />
+        <dc:Bounds x="654" y="93" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="ServiceTask_1gttdjr_di" bpmnElement="Setup_Audit_Variable">
-        <dc:Bounds x="531" y="68" width="100" height="80" />
+        <dc:Bounds x="531" y="93" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_1ut7n32_di" bpmnElement="SequenceFlow_1ut7n32">
-        <di:waypoint xsi:type="dc:Point" x="815" y="174" />
-        <di:waypoint xsi:type="dc:Point" x="847" y="174" />
-        <di:waypoint xsi:type="dc:Point" x="847" y="234" />
+        <di:waypoint xsi:type="dc:Point" x="893" y="199" />
+        <di:waypoint xsi:type="dc:Point" x="925" y="199" />
+        <di:waypoint xsi:type="dc:Point" x="925" y="259" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="786" y="152.5" width="90" height="13" />
+          <dc:Bounds x="864" y="178" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ExclusiveGateway_1olwkdn_di" bpmnElement="ExclusiveGateway_1h2ystu" isMarkerVisible="true">
-        <dc:Bounds x="467" y="149" width="50" height="50" />
+        <dc:Bounds x="467" y="174" width="50" height="50" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="518" y="162" width="47" height="25" />
+          <dc:Bounds x="519" y="187" width="45" height="24" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="ExclusiveGateway_1d1pmqz_di" bpmnElement="ExclusiveGateway_1pydilb" isMarkerVisible="true">
-        <dc:Bounds x="765" y="149" width="50" height="50" />
+        <dc:Bounds x="843" y="174" width="50" height="50" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="655" y="202" width="90" height="13" />
+          <dc:Bounds x="733" y="227" width="90" height="13" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="SubProcess_0grvkj2_di" bpmnElement="SubProcess_0grvkj2" isExpanded="true">
-        <dc:Bounds x="231" y="617" width="350" height="200" />
+        <dc:Bounds x="231" y="642" width="350" height="200" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="StartEvent_1euiddy_di" bpmnElement="StartEvent_1euiddy">
-        <dc:Bounds x="262" y="700" width="36" height="36" />
+        <dc:Bounds x="262" y="725" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="234" y="740" width="0" height="12" />
+          <dc:Bounds x="189" y="765" width="90" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="EndEvent_1gzq57j_di" bpmnElement="EndEvent_1gzq57j">
-        <dc:Bounds x="510" y="700" width="36" height="36" />
+        <dc:Bounds x="510" y="725" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="483" y="740" width="0" height="12" />
+          <dc:Bounds x="438" y="765" width="90" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="ServiceTask_1isbxvo_di" bpmnElement="ServiceTask_1isbxvo">
-        <dc:Bounds x="353" y="678" width="100" height="80" />
+        <dc:Bounds x="353" y="703" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_0xuodpy_di" bpmnElement="SequenceFlow_0xuodpy">
-        <di:waypoint xsi:type="dc:Point" x="298" y="718" />
-        <di:waypoint xsi:type="dc:Point" x="353" y="718" />
+        <di:waypoint xsi:type="dc:Point" x="298" y="743" />
+        <di:waypoint xsi:type="dc:Point" x="353" y="743" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="281.5" y="697" width="0" height="12" />
+          <dc:Bounds x="237" y="722" width="90" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_1fhst92_di" bpmnElement="SequenceFlow_1fhst92">
-        <di:waypoint xsi:type="dc:Point" x="453" y="718" />
-        <di:waypoint xsi:type="dc:Point" x="510" y="718" />
+        <di:waypoint xsi:type="dc:Point" x="453" y="743" />
+        <di:waypoint xsi:type="dc:Point" x="510" y="743" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="437.5" y="697" width="0" height="12" />
+          <dc:Bounds x="393" y="722" width="90" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_179btn2_di" bpmnElement="SequenceFlow_179btn2">
-        <di:waypoint xsi:type="dc:Point" x="195" y="483" />
-        <di:waypoint xsi:type="dc:Point" x="276" y="483" />
+        <di:waypoint xsi:type="dc:Point" x="195" y="508" />
+        <di:waypoint xsi:type="dc:Point" x="276" y="508" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="235.5" y="462" width="0" height="12" />
+          <dc:Bounds x="191" y="487" width="90" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="IntermediateThrowEvent_1sftyjz_di" bpmnElement="aaiThrow">
-        <dc:Bounds x="1022" y="241" width="36" height="36" />
+        <dc:Bounds x="1100" y="266" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="1014" y="280" width="55" height="12" />
+          <dc:Bounds x="1092" y="305" width="55" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="IntermediateCatchEvent_13y483m_di" bpmnElement="aaiCatch">
-        <dc:Bounds x="159" y="465" width="36" height="36" />
+        <dc:Bounds x="159" y="490" width="36" height="36" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="150" y="530" width="55" height="12" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape id="ExclusiveGateway_187bfld_di" bpmnElement="auditSuccessfulCheck" isMarkerVisible="true">
+        <dc:Bounds x="779.6431784107947" y="108" width="50" height="50" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="775" y="162" width="60" height="24" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_17cd9e2_di" bpmnElement="SequenceFlow_17cd9e2">
+        <di:waypoint xsi:type="dc:Point" x="830" y="133" />
+        <di:waypoint xsi:type="dc:Point" x="868" y="133" />
+        <di:waypoint xsi:type="dc:Point" x="868" y="174" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="838" y="114" width="19" height="12" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge id="SequenceFlow_1gdyk9j_di" bpmnElement="SequenceFlow_1gdyk9j">
+        <di:waypoint xsi:type="dc:Point" x="805" y="108" />
+        <di:waypoint xsi:type="dc:Point" x="805" y="56" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="812" y="77.49056603773585" width="14" height="12" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="EndEvent_1wydovd_di" bpmnElement="EndEvent_0b0ocu0">
+        <dc:Bounds x="787" y="20" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="150" y="505" width="55" height="12" />
+          <dc:Bounds x="805" y="59.13043478260869" width="0" height="12" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
     </bpmndi:BPMNPlane>