4 Replies Latest reply on Feb 12, 2013 11:11 AM by manimportal

    Error in Jbpm 5.2 process split node .

    manimportal

      Dear Friends,

       

      I'm using jbpm 5.2 and drools engine 5.3.1 and Jboss server 5.1  in JSF web application.

       

      While I try to add the additional or split path to the existing OR decision node in Emp process , Getting the following error during the execution :

       

      java.lang.NoSuchMethodError: Process_EmpProcess.returnValueEvaluator5(Lorg/drools/spi/ProcessContext;)Ljava/lang/Object;

              EmpProcessReturnValueEvaluator0Invoker.evaluate(Emp_Process.ReturnValueEvaluator0Invoker.java:14)

              at org.drools.workflow.instance.impl.ReturnValueConstraintEvaluator.evaluate(ReturnValueConstraintEvaluator.java:121)

              at org.drools.workflow.instance.node.SplitInstance.internalTrigger(SplitInstance.java:62)

              at org.drools.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:111)

              at org.drools.workflow.instance.impl.NodeInstanceImpl.triggerConnection(NodeInstanceImpl.java:141)

              at org.drools.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:128)

              at org.drools.workflow.instance.node.StartNodeInstance.triggerCompleted(StartNodeInstance.java:49)

              at org.drools.workflow.instance.node.StartNodeInstance.internalTrigger(StartNodeInstance.java:41)

              at org.drools.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:111)

              at org.drools.ruleflow.instance.RuleFlowProcessInstance.internalStart(RuleFlowProcessInstance.java:16)

              at org.drools.process.instance.impl.ProcessInstanceImpl.start(ProcessInstanceImpl.java:185)

              at org.drools.workflow.instance.impl.WorkflowProcessInstanceImpl.start(WorkflowProcessInstanceImpl.java:230)

              at org.drools.common.AbstractWorkingMemory.startProcess(AbstractWorkingMemory.java:1639)

       

      Process compilation is fine and there is no validation error 

      I tried to recomplie and  re build package using Drools Admin Console and package build was succesfully ,

       

      Still getting the same issue during execution.

       

      Stucked with this issue and not able to proceed further.

       

      Any Help on this will be Much Appreciated !

       

      Thanks in Advance !

        • 1. Re: Error in Jbpm 5.2 process split node .
          eaa

          What are the conditions you are using in the outgoing sequence flows of the gateway?

          • 2. Re: Error in Jbpm 5.2 process split node .
            manimportal

            Dear Esteban,

             

            Thanks a lot for the quick response.

             

            Attaching the Process bpmn for reference. :

             

            <?xml version="1.0" encoding="UTF-8"?>
            <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" xmlns:bpmn2="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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" id="_FTvYMHUWEeKpg8Y20korJw" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" targetNamespace="http://www.omg.org/bpmn20">
              <bpmn2:itemDefinition id="_resultItem" structureRef="Boolean"/>
              <bpmn2:itemDefinition id="_iorresultItem" structureRef="java.util.List"/>
              <bpmn2:itemDefinition id="_totalscoreItem" structureRef="Double"/>
              <bpmn2:process id="CR_PROCESS" drools:packageName="SDS" name="" isExecutable="true">
                <bpmn2:property id="result" itemSubjectRef="_resultItem"/>
                <bpmn2:property id="iorresult" itemSubjectRef="_iorresultItem"/>
                <bpmn2:property id="totalscore" itemSubjectRef="_totalscoreItem"/>
                <bpmn2:startEvent id="_7A2D138A-1427-4175-B412-A0A73DB272B2" drools:bgcolor="#ffffff" name="">
                  <bpmn2:outgoing>_6F8E2FB7-B5D6-42AE-8938-429A2883D81C</bpmn2:outgoing>
                </bpmn2:startEvent>
                <bpmn2:sequenceFlow id="_6F8E2FB7-B5D6-42AE-8938-429A2883D81C" sourceRef="_7A2D138A-1427-4175-B412-A0A73DB272B2" targetRef="_47076B7F-BD87-45EB-8F7C-A9438F702B65"/>
                <bpmn2:userTask id="_47076B7F-BD87-45EB-8F7C-A9438F702B65" drools:bgcolor="#b1c2d6" drools:taskName="Air Safety Report" name="Air Safety Report">
                  <bpmn2:incoming>_6F8E2FB7-B5D6-42AE-8938-429A2883D81C</bpmn2:incoming>
                  <bpmn2:outgoing>_FC219CC9-AFEA-4B5E-B4FE-EF71C322C3A8</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FT0QsHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_47076B7F-BD87-45EB-8F7C-A9438F702B65_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_47076B7F-BD87-45EB-8F7C-A9438F702B65_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_47076B7F-BD87-45EB-8F7C-A9438F702B65_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FT0QsXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_47076B7F-BD87-45EB-8F7C-A9438F702B65_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_47076B7F-BD87-45EB-8F7C-A9438F702B65_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_47076B7F-BD87-45EB-8F7C-A9438F702B65_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FT3UAHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FT3UAXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_47076B7F-BD87-45EB-8F7C-A9438F702B65_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FT3UAnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FT3UA3UWEeKpg8Y20korJw">Air Safety Report</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FT37EHUWEeKpg8Y20korJw">_47076B7F-BD87-45EB-8F7C-A9438F702B65_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FT37EXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_47076B7F-BD87-45EB-8F7C-A9438F702B65_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FT37EnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FT37E3UWEeKpg8Y20korJw">Air_Safety_Report</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FT37FHUWEeKpg8Y20korJw">_47076B7F-BD87-45EB-8F7C-A9438F702B65_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FT37FXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_47076B7F-BD87-45EB-8F7C-A9438F702B65_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FT4iIHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FT4iIXUWEeKpg8Y20korJw">&quot;Air Safety Report&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FT4iInUWEeKpg8Y20korJw">_47076B7F-BD87-45EB-8F7C-A9438F702B65_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:userTask id="_A54B9B39-9A31-4D2C-9EBD-7B60374716F0" drools:bgcolor="#b1c2d6" drools:taskName="Risk Assessment" drools:scriptFormat="http://www.java.com/java" name="Risk Assessment">
                  <bpmn2:incoming>_FC219CC9-AFEA-4B5E-B4FE-EF71C322C3A8</bpmn2:incoming>
                  <bpmn2:outgoing>_CC7D9B89-D5DB-4298-9DD5-2D76C828E5F1</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FT5wQHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_nodeNameInput" name="nodeName"/>
                    <bpmn2:dataOutput id="_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_TOTALSCOREOutput" name="TOTALSCORE"/>
                    <bpmn2:inputSet id="_FT5wQXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FT7lcHUWEeKpg8Y20korJw">
                      <bpmn2:dataOutputRefs>_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_TOTALSCOREOutput</bpmn2:dataOutputRefs>
                    </bpmn2:outputSet>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FT-BsHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FT-BsXUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FT-BsnUWEeKpg8Y20korJw">Risk Assessment</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FT-Bs3UWEeKpg8Y20korJw">_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FT-BtHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FT-owHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FT-owXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FT-ownUWEeKpg8Y20korJw">_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FT-ow3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FT_P0HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FT_P0XUWEeKpg8Y20korJw">&quot;Risk Assessment&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FT_P0nUWEeKpg8Y20korJw">_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataOutputAssociation id="_FT_P03UWEeKpg8Y20korJw">
                    <bpmn2:sourceRef>_A54B9B39-9A31-4D2C-9EBD-7B60374716F0_TOTALSCOREOutput</bpmn2:sourceRef>
                    <bpmn2:targetRef>totalscore</bpmn2:targetRef>
                  </bpmn2:dataOutputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_CC7D9B89-D5DB-4298-9DD5-2D76C828E5F1" sourceRef="_A54B9B39-9A31-4D2C-9EBD-7B60374716F0" targetRef="_6A8D9FF3-4151-4B0E-9CBA-6FEEE28C0F1C"/>
                <bpmn2:userTask id="_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001" drools:bgcolor="#b1c2d6" drools:taskName="Red GCAA Event" drools:scriptFormat="http://www.java.com/java" name="Red GCAA Event">
                  <bpmn2:incoming>_4170614A-9C41-4613-87DD-3A1A21D9254A</bpmn2:incoming>
                  <bpmn2:outgoing>_CC1ADA48-17D2-4517-AC8F-955A8A5ABB8B</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FUBsEHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FUCTIHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FUFWcHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FUFWcXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUFWcnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUFWc3UWEeKpg8Y20korJw">Red GCAA Event</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUFWdHUWEeKpg8Y20korJw">_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUFWdXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUF9gHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUF9gXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUF9gnUWEeKpg8Y20korJw">_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUF9g3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUGkkHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUGkkXUWEeKpg8Y20korJw">&quot;Red GCAA Event&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUGkknUWEeKpg8Y20korJw">_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_4170614A-9C41-4613-87DD-3A1A21D9254A" sourceRef="_6A8D9FF3-4151-4B0E-9CBA-6FEEE28C0F1C" targetRef="_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FUHysHUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==34.0||totalscore==44.0||totalscore==43.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_664F4825-A964-4ECD-A64F-C660D46A385E" drools:bgcolor="#b1c2d6" drools:taskName="Green Owner Concurrence" drools:scriptFormat="http://www.java.com/java" name="Green Owner Concurrence">
                  <bpmn2:incoming>_39C59CE4-7E2F-4912-A5DB-2AFBF91F5C4B</bpmn2:incoming>
                  <bpmn2:outgoing>_60760CB3-5E23-408C-A9DC-1ECBF2831A41</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FUIZwHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_664F4825-A964-4ECD-A64F-C660D46A385E_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_664F4825-A964-4ECD-A64F-C660D46A385E_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_664F4825-A964-4ECD-A64F-C660D46A385E_nodeNameInput" name="nodeName"/>
                    <bpmn2:dataOutput id="_664F4825-A964-4ECD-A64F-C660D46A385E_ResultOutput" name="Result"/>
                    <bpmn2:inputSet id="_FUJA0HUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_664F4825-A964-4ECD-A64F-C660D46A385E_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_664F4825-A964-4ECD-A64F-C660D46A385E_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_664F4825-A964-4ECD-A64F-C660D46A385E_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FUK2AHUWEeKpg8Y20korJw">
                      <bpmn2:dataOutputRefs>_664F4825-A964-4ECD-A64F-C660D46A385E_ResultOutput</bpmn2:dataOutputRefs>
                    </bpmn2:outputSet>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FUMrMHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_664F4825-A964-4ECD-A64F-C660D46A385E_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUNSQHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUNSQXUWEeKpg8Y20korJw">Green Owner Concurrence</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUNSQnUWEeKpg8Y20korJw">_664F4825-A964-4ECD-A64F-C660D46A385E_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUNSQ3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_664F4825-A964-4ECD-A64F-C660D46A385E_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUN5UHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUN5UXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUN5UnUWEeKpg8Y20korJw">_664F4825-A964-4ECD-A64F-C660D46A385E_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUN5U3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_664F4825-A964-4ECD-A64F-C660D46A385E_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUN5VHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUN5VXUWEeKpg8Y20korJw">&quot;Owner Concurrence&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUN5VnUWEeKpg8Y20korJw">_664F4825-A964-4ECD-A64F-C660D46A385E_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataOutputAssociation id="_FUN5V3UWEeKpg8Y20korJw">
                    <bpmn2:sourceRef>_664F4825-A964-4ECD-A64F-C660D46A385E_ResultOutput</bpmn2:sourceRef>
                    <bpmn2:targetRef>result</bpmn2:targetRef>
                  </bpmn2:dataOutputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_60760CB3-5E23-408C-A9DC-1ECBF2831A41" sourceRef="_664F4825-A964-4ECD-A64F-C660D46A385E" targetRef="_5B25084F-271B-49A5-8B83-BF8CD1840D7E"/>
                <bpmn2:exclusiveGateway id="_5B25084F-271B-49A5-8B83-BF8CD1840D7E" drools:bgcolor="#ffffff" name="Conc decision" gatewayDirection="Diverging">
                  <bpmn2:incoming>_60760CB3-5E23-408C-A9DC-1ECBF2831A41</bpmn2:incoming>
                  <bpmn2:outgoing>_9FF76B74-8D6A-43AB-9B8A-0950827830DA</bpmn2:outgoing>
                  <bpmn2:outgoing>_122EAA75-CF04-4B2F-8862-DC2544E4D15C</bpmn2:outgoing>
                </bpmn2:exclusiveGateway>
                <bpmn2:userTask id="_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA" drools:bgcolor="#b1c2d6" drools:taskName="Classification" drools:scriptFormat="http://www.java.com/java" name="Classification">
                  <bpmn2:incoming>_9FF76B74-8D6A-43AB-9B8A-0950827830DA</bpmn2:incoming>
                  <bpmn2:outgoing>_2D5E7E8B-8EBB-4465-93F9-D5B941D21D52</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FUSKwHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FUSx0HUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FUVOEHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FUVOEXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUV1IHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUV1IXUWEeKpg8Y20korJw">Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUV1InUWEeKpg8Y20korJw">_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUV1I3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUWcMHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUWcMXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUWcMnUWEeKpg8Y20korJw">_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUWcM3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUWcNHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUWcNXUWEeKpg8Y20korJw">Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUWcNnUWEeKpg8Y20korJw">_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_2D5E7E8B-8EBB-4465-93F9-D5B941D21D52" sourceRef="_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA" targetRef="_D4747375-3586-44C3-86AF-F105F5A7008C"/>
                <bpmn2:sequenceFlow id="_9FF76B74-8D6A-43AB-9B8A-0950827830DA" sourceRef="_5B25084F-271B-49A5-8B83-BF8CD1840D7E" targetRef="_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FUY4cHUWEeKpg8Y20korJw" language="http://www.java.com/java">return result==true;</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_D4747375-3586-44C3-86AF-F105F5A7008C" drools:bgcolor="#b1c2d6" drools:taskName="Tolerable Risk Closure" drools:scriptFormat="http://www.java.com/java" name="Tolerable Risk Closure">
                  <bpmn2:incoming>_2D5E7E8B-8EBB-4465-93F9-D5B941D21D52</bpmn2:incoming>
                  <bpmn2:outgoing>_CD121875-A405-4FCD-A277-3642EAB7CB6B</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FUaGkHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_D4747375-3586-44C3-86AF-F105F5A7008C_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_D4747375-3586-44C3-86AF-F105F5A7008C_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_D4747375-3586-44C3-86AF-F105F5A7008C_nodeNameInput" name="nodeName"/>
                    <bpmn2:dataOutput id="_D4747375-3586-44C3-86AF-F105F5A7008C_ResultOutput" name="Result"/>
                    <bpmn2:inputSet id="_FUaGkXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_D4747375-3586-44C3-86AF-F105F5A7008C_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D4747375-3586-44C3-86AF-F105F5A7008C_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D4747375-3586-44C3-86AF-F105F5A7008C_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FUb7wHUWEeKpg8Y20korJw">
                      <bpmn2:dataOutputRefs>_D4747375-3586-44C3-86AF-F105F5A7008C_ResultOutput</bpmn2:dataOutputRefs>
                    </bpmn2:outputSet>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FUeYAHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D4747375-3586-44C3-86AF-F105F5A7008C_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUeYAXUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUeYAnUWEeKpg8Y20korJw">Tolerable Risk Closure</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUeYA3UWEeKpg8Y20korJw">_D4747375-3586-44C3-86AF-F105F5A7008C_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUeYBHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D4747375-3586-44C3-86AF-F105F5A7008C_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUe_EHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUe_EXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUe_EnUWEeKpg8Y20korJw">_D4747375-3586-44C3-86AF-F105F5A7008C_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataOutputAssociation id="_FUe_E3UWEeKpg8Y20korJw">
                    <bpmn2:sourceRef>_D4747375-3586-44C3-86AF-F105F5A7008C_ResultOutput</bpmn2:sourceRef>
                    <bpmn2:targetRef>result</bpmn2:targetRef>
                  </bpmn2:dataOutputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_CD121875-A405-4FCD-A277-3642EAB7CB6B" sourceRef="_D4747375-3586-44C3-86AF-F105F5A7008C" targetRef="_42D434E6-C686-470D-8ADD-3DB04C75C90C"/>
                <bpmn2:sequenceFlow id="_0A5EB272-FF9D-4576-BB63-B20DD4C8BF06" sourceRef="_42D434E6-C686-470D-8ADD-3DB04C75C90C" targetRef="_96C214A2-C760-481A-8FF8-5D050151EF4E">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FUiCYHUWEeKpg8Y20korJw" language="http://www.java.com/java">return result==true;</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:endEvent id="_9B3250DA-7B24-4D8F-BE0C-6E78EE6336BE" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_945BDB2C-B20B-4EDC-9006-C4B3EF4E89D0</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_945BDB2C-B20B-4EDC-9006-C4B3EF4E89D0" sourceRef="_96C214A2-C760-481A-8FF8-5D050151EF4E" targetRef="_9B3250DA-7B24-4D8F-BE0C-6E78EE6336BE"/>
                <bpmn2:sequenceFlow id="_CE369F21-E3AC-4E87-B043-A0DFA2E46A18" sourceRef="_42D434E6-C686-470D-8ADD-3DB04C75C90C" targetRef="_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FUkeoHUWEeKpg8Y20korJw" language="http://www.java.com/java">return result==false;</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:task id="_96C214A2-C760-481A-8FF8-5D050151EF4E" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="Email To Reporter- Nasty">
                  <bpmn2:incoming>_0A5EB272-FF9D-4576-BB63-B20DD4C8BF06</bpmn2:incoming>
                  <bpmn2:outgoing>_945BDB2C-B20B-4EDC-9006-C4B3EF4E89D0</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FUlswHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_96C214A2-C760-481A-8FF8-5D050151EF4E_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_96C214A2-C760-481A-8FF8-5D050151EF4E_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FUmT0HUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_96C214A2-C760-481A-8FF8-5D050151EF4E_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_96C214A2-C760-481A-8FF8-5D050151EF4E_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FUoJAHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FUoJAXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_96C214A2-C760-481A-8FF8-5D050151EF4E_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUoJAnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUoJA3UWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUoJBHUWEeKpg8Y20korJw">_96C214A2-C760-481A-8FF8-5D050151EF4E_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUoJBXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_96C214A2-C760-481A-8FF8-5D050151EF4E_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUowEHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUowEXUWEeKpg8Y20korJw">&quot;Email To Reporter-Nasty&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUowEnUWEeKpg8Y20korJw">_96C214A2-C760-481A-8FF8-5D050151EF4E_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:task id="_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="Email To Reporter-Nice">
                  <bpmn2:incoming>_CE369F21-E3AC-4E87-B043-A0DFA2E46A18</bpmn2:incoming>
                  <bpmn2:outgoing>_E93EDA1B-B0E8-4F18-A030-5ED2994647EB</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FUp-MHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FUp-MXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FUrzYHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FUrzYXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUsacHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUsacXUWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUsacnUWEeKpg8Y20korJw">_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUsac3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUtBgHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUtBgXUWEeKpg8Y20korJw">&quot;Email To Reporter-Nice&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUtBgnUWEeKpg8Y20korJw">_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:userTask id="_FD582DC5-1C2F-4252-AD88-8F12727366B7" drools:bgcolor="#b1c2d6" drools:taskName="Green Residual Risk Assessment" drools:scriptFormat="http://www.java.com/java" name="Green Residual Risk Assessment">
                  <bpmn2:incoming>_122EAA75-CF04-4B2F-8862-DC2544E4D15C</bpmn2:incoming>
                  <bpmn2:outgoing>_F468A842-E7D0-4C72-94A6-1ABA549EFB9C</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FUtokHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_FD582DC5-1C2F-4252-AD88-8F12727366B7_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_FD582DC5-1C2F-4252-AD88-8F12727366B7_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_FD582DC5-1C2F-4252-AD88-8F12727366B7_nodeNameInput" name="nodeName"/>
                    <bpmn2:dataOutput id="_FD582DC5-1C2F-4252-AD88-8F12727366B7_TOTALSCOREOutput" name="TOTALSCORE"/>
                    <bpmn2:inputSet id="_FUuPoHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_FD582DC5-1C2F-4252-AD88-8F12727366B7_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_FD582DC5-1C2F-4252-AD88-8F12727366B7_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_FD582DC5-1C2F-4252-AD88-8F12727366B7_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FUwE0HUWEeKpg8Y20korJw">
                      <bpmn2:dataOutputRefs>_FD582DC5-1C2F-4252-AD88-8F12727366B7_TOTALSCOREOutput</bpmn2:dataOutputRefs>
                    </bpmn2:outputSet>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FUx6AHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_FD582DC5-1C2F-4252-AD88-8F12727366B7_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUyhEHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUyhEXUWEeKpg8Y20korJw">Green Residual Risk Assessment</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUyhEnUWEeKpg8Y20korJw">_FD582DC5-1C2F-4252-AD88-8F12727366B7_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUyhE3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_FD582DC5-1C2F-4252-AD88-8F12727366B7_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUzIIHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUzIIXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUzIInUWEeKpg8Y20korJw">_FD582DC5-1C2F-4252-AD88-8F12727366B7_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FUzII3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_FD582DC5-1C2F-4252-AD88-8F12727366B7_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FUzIJHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FUzIJXUWEeKpg8Y20korJw">&quot;Residual Risk Assessment&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FUzIJnUWEeKpg8Y20korJw">_FD582DC5-1C2F-4252-AD88-8F12727366B7_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataOutputAssociation id="_FUzIJ3UWEeKpg8Y20korJw">
                    <bpmn2:sourceRef>_FD582DC5-1C2F-4252-AD88-8F12727366B7_TOTALSCOREOutput</bpmn2:sourceRef>
                    <bpmn2:targetRef>totalscore</bpmn2:targetRef>
                  </bpmn2:dataOutputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_F468A842-E7D0-4C72-94A6-1ABA549EFB9C" sourceRef="_FD582DC5-1C2F-4252-AD88-8F12727366B7" targetRef="_4F035B95-A4F2-4DE2-89A9-A03543337250"/>
                <bpmn2:inclusiveGateway id="_4F035B95-A4F2-4DE2-89A9-A03543337250" drools:bgcolor="#ffffff" drools:dg="" name="Residual Risk" gatewayDirection="Diverging">
                  <bpmn2:incoming>_F468A842-E7D0-4C72-94A6-1ABA549EFB9C</bpmn2:incoming>
                  <bpmn2:outgoing>_A919FB4A-5503-4CB0-B15E-5FF7CA4EADD2</bpmn2:outgoing>
                  <bpmn2:outgoing>_B61F1E4E-B74F-4BF0-90C0-CD63E04D7E65</bpmn2:outgoing>
                  <bpmn2:outgoing>_B30640C1-EC4A-4CFC-9002-20152EC2DBDA</bpmn2:outgoing>
                </bpmn2:inclusiveGateway>
                <bpmn2:userTask id="_AB234136-A0E4-417F-9CD3-D7A660F77B41" drools:bgcolor="#b1c2d6" drools:taskName="GG Classification" drools:scriptFormat="http://www.java.com/java" name="GG Classification">
                  <bpmn2:incoming>_A919FB4A-5503-4CB0-B15E-5FF7CA4EADD2</bpmn2:incoming>
                  <bpmn2:outgoing>_5CB2E385-64B7-4DD3-B526-9D49124A074B</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FU4AoHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_AB234136-A0E4-417F-9CD3-D7A660F77B41_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_AB234136-A0E4-417F-9CD3-D7A660F77B41_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_AB234136-A0E4-417F-9CD3-D7A660F77B41_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FU4AoXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_AB234136-A0E4-417F-9CD3-D7A660F77B41_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_AB234136-A0E4-417F-9CD3-D7A660F77B41_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_AB234136-A0E4-417F-9CD3-D7A660F77B41_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FU7D8HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FU7D8XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AB234136-A0E4-417F-9CD3-D7A660F77B41_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FU7rAHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FU7rAXUWEeKpg8Y20korJw">GG Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FU7rAnUWEeKpg8Y20korJw">_AB234136-A0E4-417F-9CD3-D7A660F77B41_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FU7rA3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AB234136-A0E4-417F-9CD3-D7A660F77B41_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FU7rBHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FU7rBXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FU7rBnUWEeKpg8Y20korJw">_AB234136-A0E4-417F-9CD3-D7A660F77B41_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FU7rB3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AB234136-A0E4-417F-9CD3-D7A660F77B41_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FU8SEHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FU8SEXUWEeKpg8Y20korJw">&quot;GG Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FU8SEnUWEeKpg8Y20korJw">_AB234136-A0E4-417F-9CD3-D7A660F77B41_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_A919FB4A-5503-4CB0-B15E-5FF7CA4EADD2" sourceRef="_4F035B95-A4F2-4DE2-89A9-A03543337250" targetRef="_AB234136-A0E4-417F-9CD3-D7A660F77B41">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FU9gMHUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==11.0||totalscore==21.0||totalscore==31.0||totalscore==41.0||totalscore==12.0||totalscore==13.0||totalscore==22.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_E3C7889F-54B6-4345-B2D9-D40278B6F971" drools:bgcolor="#b1c2d6" drools:taskName="GG close" drools:scriptFormat="http://www.java.com/java" name="GG close">
                  <bpmn2:incoming>_5CB2E385-64B7-4DD3-B526-9D49124A074B</bpmn2:incoming>
                  <bpmn2:outgoing>_8B4B234A-18B1-4364-B8B4-3D611BCD7E4B</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FU-HQHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_E3C7889F-54B6-4345-B2D9-D40278B6F971_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_E3C7889F-54B6-4345-B2D9-D40278B6F971_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_E3C7889F-54B6-4345-B2D9-D40278B6F971_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FU-uUHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_E3C7889F-54B6-4345-B2D9-D40278B6F971_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_E3C7889F-54B6-4345-B2D9-D40278B6F971_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_E3C7889F-54B6-4345-B2D9-D40278B6F971_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FVBxoHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FVBxoXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_E3C7889F-54B6-4345-B2D9-D40278B6F971_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVBxonUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVBxo3UWEeKpg8Y20korJw">GG close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVBxpHUWEeKpg8Y20korJw">_E3C7889F-54B6-4345-B2D9-D40278B6F971_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVBxpXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_E3C7889F-54B6-4345-B2D9-D40278B6F971_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVCYsHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVCYsXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVCYsnUWEeKpg8Y20korJw">_E3C7889F-54B6-4345-B2D9-D40278B6F971_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVCYs3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_E3C7889F-54B6-4345-B2D9-D40278B6F971_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVC_wHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVC_wXUWEeKpg8Y20korJw">&quot;Final Remarks Green&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVC_wnUWEeKpg8Y20korJw">_E3C7889F-54B6-4345-B2D9-D40278B6F971_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_5CB2E385-64B7-4DD3-B526-9D49124A074B" sourceRef="_AB234136-A0E4-417F-9CD3-D7A660F77B41" targetRef="_E3C7889F-54B6-4345-B2D9-D40278B6F971"/>
                <bpmn2:userTask id="_5D2D5DF7-2425-471B-B7E4-17FC82800AA7" drools:bgcolor="#b1c2d6" drools:taskName="GR Investigation" drools:scriptFormat="http://www.java.com/java" name="GR Investigation">
                  <bpmn2:incoming>_B61F1E4E-B74F-4BF0-90C0-CD63E04D7E65</bpmn2:incoming>
                  <bpmn2:outgoing>_3D364075-2E2F-4123-8B80-CB334DD6193B</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FVFcAHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FVFcAXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FVIfUHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FVIfUXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVJGYHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVJGYXUWEeKpg8Y20korJw">GR Investigation</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVJGYnUWEeKpg8Y20korJw">_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVJGY3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVJGZHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVJGZXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVJGZnUWEeKpg8Y20korJw">_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVJGZ3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVJtcHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVJtcXUWEeKpg8Y20korJw">&quot;GR Investigation&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVJtcnUWEeKpg8Y20korJw">_5D2D5DF7-2425-471B-B7E4-17FC82800AA7_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_B61F1E4E-B74F-4BF0-90C0-CD63E04D7E65" sourceRef="_4F035B95-A4F2-4DE2-89A9-A03543337250" targetRef="_5D2D5DF7-2425-471B-B7E4-17FC82800AA7">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FVK7kHUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==34.0||totalscore==44.0||totalscore==43.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9" drools:bgcolor="#b1c2d6" drools:taskName="GR Residual RA" drools:scriptFormat="http://www.java.com/java" name="GR Residual RA">
                  <bpmn2:incoming>_3D364075-2E2F-4123-8B80-CB334DD6193B</bpmn2:incoming>
                  <bpmn2:outgoing>_6761BBBD-42A5-40D4-B498-D4CD9A3AEEF8</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FVLioHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FVMJsHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FVOl8HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FVOl8XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVPNAHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVPNAXUWEeKpg8Y20korJw">GR Residual RA</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVPNAnUWEeKpg8Y20korJw">_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVPNA3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVP0EHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVP0EXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVP0EnUWEeKpg8Y20korJw">_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVP0E3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVQbIHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVQbIXUWEeKpg8Y20korJw">&quot;GR Residual RA&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVQbInUWEeKpg8Y20korJw">_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_3D364075-2E2F-4123-8B80-CB334DD6193B" sourceRef="_5D2D5DF7-2425-471B-B7E4-17FC82800AA7" targetRef="_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9"/>
                <bpmn2:userTask id="_A5F2CC2A-DE22-4BD1-9A22-85331262A51D" drools:bgcolor="#b1c2d6" drools:taskName="GA Owner Concurrence" drools:scriptFormat="http://www.java.com/java" name="GA Owner Concurrence">
                  <bpmn2:incoming>_B30640C1-EC4A-4CFC-9002-20152EC2DBDA</bpmn2:incoming>
                  <bpmn2:outgoing>_08CB6EC1-4DAC-4AE9-BE50-1B7FAB0FD7F2</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FVSQUHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_nodeNameInput" name="nodeName"/>
                    <bpmn2:dataOutput id="_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_ResultOutput" name="Result"/>
                    <bpmn2:inputSet id="_FVS3YHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FVUskHUWEeKpg8Y20korJw">
                      <bpmn2:dataOutputRefs>_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_ResultOutput</bpmn2:dataOutputRefs>
                    </bpmn2:outputSet>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FVXI0HUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVXI0XUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVXI0nUWEeKpg8Y20korJw">GA Owner Concurrence</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVXI03UWEeKpg8Y20korJw">_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVXI1HUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVXv4HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVXv4XUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVXv4nUWEeKpg8Y20korJw">_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVXv43UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVYW8HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVYW8XUWEeKpg8Y20korJw">&quot;GA Owner Concurrence&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVYW8nUWEeKpg8Y20korJw">_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataOutputAssociation id="_FVYW83UWEeKpg8Y20korJw">
                    <bpmn2:sourceRef>_A5F2CC2A-DE22-4BD1-9A22-85331262A51D_ResultOutput</bpmn2:sourceRef>
                    <bpmn2:targetRef>result</bpmn2:targetRef>
                  </bpmn2:dataOutputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_B30640C1-EC4A-4CFC-9002-20152EC2DBDA" sourceRef="_4F035B95-A4F2-4DE2-89A9-A03543337250" targetRef="_A5F2CC2A-DE22-4BD1-9A22-85331262A51D">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FVaMIHUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==14.0||totalscore==24.0||totalscore==23.0||totalscore==33.0||totalscore==32.0||totalscore==42.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:sequenceFlow id="_122EAA75-CF04-4B2F-8862-DC2544E4D15C" sourceRef="_5B25084F-271B-49A5-8B83-BF8CD1840D7E" targetRef="_FD582DC5-1C2F-4252-AD88-8F12727366B7">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FVazMHUWEeKpg8Y20korJw" language="http://www.java.com/java">return result==false;</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E" drools:bgcolor="#b1c2d6" drools:taskName="Red Investigation" name="Red Investigation">
                  <bpmn2:incoming>_CC1ADA48-17D2-4517-AC8F-955A8A5ABB8B</bpmn2:incoming>
                  <bpmn2:outgoing>_281065C0-0B6C-4D19-BAE8-832E0AB88921</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FVcBUHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FVcoYHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FVfEoHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FVfEoXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVfrsHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVfrsXUWEeKpg8Y20korJw">Red Investigation</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVfrsnUWEeKpg8Y20korJw">_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVfrs3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVfrtHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVfrtXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVfrtnUWEeKpg8Y20korJw">_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVfrt3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVgSwHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVgSwXUWEeKpg8Y20korJw">&quot;Red Residual RA&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVgSwnUWEeKpg8Y20korJw">_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_CC1ADA48-17D2-4517-AC8F-955A8A5ABB8B" sourceRef="_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001" targetRef="_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E"/>
                <bpmn2:userTask id="_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3" drools:bgcolor="#b1c2d6" drools:taskName="Red Residual RA" name="Red Residual RA">
                  <bpmn2:incoming>_281065C0-0B6C-4D19-BAE8-832E0AB88921</bpmn2:incoming>
                  <bpmn2:outgoing>_990B742B-448A-47A0-8F7F-4EA8E151DDF4</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FViH8HUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FVivAHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FVlLQHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FVlLQXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVlyUHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVlyUXUWEeKpg8Y20korJw">Red Residual RA</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVlyUnUWEeKpg8Y20korJw">_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVlyU3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVmZYHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVmZYXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVmZYnUWEeKpg8Y20korJw">_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVmZY3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVmZZHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVmZZXUWEeKpg8Y20korJw">&quot;Red Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVmZZnUWEeKpg8Y20korJw">_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_281065C0-0B6C-4D19-BAE8-832E0AB88921" sourceRef="_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E" targetRef="_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3"/>
                <bpmn2:userTask id="_E5CA82ED-6745-4EB8-B038-E1112C026BC5" drools:bgcolor="#b1c2d6" drools:taskName="Red Classification" name="Red Classification">
                  <bpmn2:incoming>_990B742B-448A-47A0-8F7F-4EA8E151DDF4</bpmn2:incoming>
                  <bpmn2:outgoing>_E8BFFA54-A31D-49CD-877E-2EBB37404A51</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FVo1oHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_E5CA82ED-6745-4EB8-B038-E1112C026BC5_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_E5CA82ED-6745-4EB8-B038-E1112C026BC5_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_E5CA82ED-6745-4EB8-B038-E1112C026BC5_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FVo1oXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_E5CA82ED-6745-4EB8-B038-E1112C026BC5_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_E5CA82ED-6745-4EB8-B038-E1112C026BC5_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_E5CA82ED-6745-4EB8-B038-E1112C026BC5_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FVr48HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FVr48XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_E5CA82ED-6745-4EB8-B038-E1112C026BC5_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVr48nUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVr483UWEeKpg8Y20korJw">Red Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVr49HUWEeKpg8Y20korJw">_E5CA82ED-6745-4EB8-B038-E1112C026BC5_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVr49XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_E5CA82ED-6745-4EB8-B038-E1112C026BC5_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVsgAHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVsgAXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVsgAnUWEeKpg8Y20korJw">_E5CA82ED-6745-4EB8-B038-E1112C026BC5_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FVsgA3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_E5CA82ED-6745-4EB8-B038-E1112C026BC5_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FVsgBHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FVsgBXUWEeKpg8Y20korJw">&quot;Red Close&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FVsgBnUWEeKpg8Y20korJw">_E5CA82ED-6745-4EB8-B038-E1112C026BC5_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_990B742B-448A-47A0-8F7F-4EA8E151DDF4" sourceRef="_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3" targetRef="_E5CA82ED-6745-4EB8-B038-E1112C026BC5"/>
                <bpmn2:sequenceFlow id="_E8BFFA54-A31D-49CD-877E-2EBB37404A51" sourceRef="_E5CA82ED-6745-4EB8-B038-E1112C026BC5" targetRef="_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C"/>
                <bpmn2:inclusiveGateway id="_F5013D7F-981A-4E0F-8DDB-557A72B592D3" drools:bgcolor="#ffffff" drools:dg="" name="Amber Residual Risk" gatewayDirection="Diverging">
                  <bpmn2:incoming>_BBE47B95-B0F9-41AE-BF24-00621C4A2F81</bpmn2:incoming>
                  <bpmn2:outgoing>_1D765939-D3DD-4443-8637-9E369B4B2564</bpmn2:outgoing>
                  <bpmn2:outgoing>_EF1771CA-320C-4F27-A8E8-CB4D8AD590EC</bpmn2:outgoing>
                  <bpmn2:outgoing>_A44E9AB7-81F4-4447-8E19-6823487F34A1</bpmn2:outgoing>
                </bpmn2:inclusiveGateway>
                <bpmn2:userTask id="_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4" drools:bgcolor="#b1c2d6" drools:taskName="AR Investigation" name="AR Investigation">
                  <bpmn2:incoming>_1D765939-D3DD-4443-8637-9E369B4B2564</bpmn2:incoming>
                  <bpmn2:outgoing>_E475F1A8-A389-4603-9423-E90289742113</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FVxYgHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FVx_kHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FV0b0HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FV0b0XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FV1C4HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FV1C4XUWEeKpg8Y20korJw">AR Investigation</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FV1C4nUWEeKpg8Y20korJw">_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FV1C43UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FV1p8HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FV1p8XUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FV1p8nUWEeKpg8Y20korJw">_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FV1p83UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FV1p9HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FV1p9XUWEeKpg8Y20korJw">&quot;AR Investigation&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FV1p9nUWEeKpg8Y20korJw">_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_1D765939-D3DD-4443-8637-9E369B4B2564" sourceRef="_F5013D7F-981A-4E0F-8DDB-557A72B592D3" targetRef="_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FV24EHUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==34.0||totalscore==44.0||totalscore==43.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_BD1B862F-5B2A-4726-98B2-7970F40E94D9" drools:bgcolor="#b1c2d6" drools:taskName="AA OwnerConcurrence" name="AA OwnerConcurrence">
                  <bpmn2:incoming>_EF1771CA-320C-4F27-A8E8-CB4D8AD590EC</bpmn2:incoming>
                  <bpmn2:outgoing>_E729D03E-2B40-451E-B305-ED43CE542F7A</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FV4GMHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_BD1B862F-5B2A-4726-98B2-7970F40E94D9_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_BD1B862F-5B2A-4726-98B2-7970F40E94D9_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_BD1B862F-5B2A-4726-98B2-7970F40E94D9_nodeNameInput" name="nodeName"/>
                    <bpmn2:dataOutput id="_BD1B862F-5B2A-4726-98B2-7970F40E94D9_ResultOutput" name="Result"/>
                    <bpmn2:inputSet id="_FV4GMXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_BD1B862F-5B2A-4726-98B2-7970F40E94D9_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_BD1B862F-5B2A-4726-98B2-7970F40E94D9_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_BD1B862F-5B2A-4726-98B2-7970F40E94D9_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FV57YHUWEeKpg8Y20korJw">
                      <bpmn2:dataOutputRefs>_BD1B862F-5B2A-4726-98B2-7970F40E94D9_ResultOutput</bpmn2:dataOutputRefs>
                    </bpmn2:outputSet>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FV7wkHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_BD1B862F-5B2A-4726-98B2-7970F40E94D9_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FV8XoHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FV8XoXUWEeKpg8Y20korJw">AA OwnerConcurrence</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FV8XonUWEeKpg8Y20korJw">_BD1B862F-5B2A-4726-98B2-7970F40E94D9_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FV8Xo3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_BD1B862F-5B2A-4726-98B2-7970F40E94D9_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FV8-sHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FV8-sXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FV8-snUWEeKpg8Y20korJw">_BD1B862F-5B2A-4726-98B2-7970F40E94D9_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FV8-s3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_BD1B862F-5B2A-4726-98B2-7970F40E94D9_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FV8-tHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FV8-tXUWEeKpg8Y20korJw">&quot;AA OwnerConcurrence&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FV8-tnUWEeKpg8Y20korJw">_BD1B862F-5B2A-4726-98B2-7970F40E94D9_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataOutputAssociation id="_FV8-t3UWEeKpg8Y20korJw">
                    <bpmn2:sourceRef>_BD1B862F-5B2A-4726-98B2-7970F40E94D9_ResultOutput</bpmn2:sourceRef>
                    <bpmn2:targetRef>result</bpmn2:targetRef>
                  </bpmn2:dataOutputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_EF1771CA-320C-4F27-A8E8-CB4D8AD590EC" sourceRef="_F5013D7F-981A-4E0F-8DDB-557A72B592D3" targetRef="_BD1B862F-5B2A-4726-98B2-7970F40E94D9">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FV-z4HUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==14.0||totalscore==24.0||totalscore==23.0||totalscore==33.0||totalscore==32.0||totalscore==42.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_1E4EC815-5941-4E84-A4BB-F6A42A1706FE" drools:bgcolor="#b1c2d6" drools:taskName="AG Classification" name="AG Classification">
                  <bpmn2:incoming>_A44E9AB7-81F4-4447-8E19-6823487F34A1</bpmn2:incoming>
                  <bpmn2:outgoing>_EF938CCC-33A3-4778-98FD-8FE49B7F20DF</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWACAHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWACAXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWDFUHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWDFUXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWDFUnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWDsYHUWEeKpg8Y20korJw">AG Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWDsYXUWEeKpg8Y20korJw">_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWDsYnUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWDsY3UWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWDsZHUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWDsZXUWEeKpg8Y20korJw">_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWDsZnUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWETcHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWETcXUWEeKpg8Y20korJw">&quot;AG Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWETcnUWEeKpg8Y20korJw">_1E4EC815-5941-4E84-A4BB-F6A42A1706FE_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:userTask id="_0E12B65D-B534-4B92-A90C-98557ABAE268" drools:bgcolor="#b1c2d6" drools:taskName="AG Close" name="AG Close">
                  <bpmn2:incoming>_EF938CCC-33A3-4778-98FD-8FE49B7F20DF</bpmn2:incoming>
                  <bpmn2:outgoing>_834F9E52-92E0-4A65-96D2-AEB71E219F9B</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWFhkHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_0E12B65D-B534-4B92-A90C-98557ABAE268_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_0E12B65D-B534-4B92-A90C-98557ABAE268_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_0E12B65D-B534-4B92-A90C-98557ABAE268_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWFhkXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_0E12B65D-B534-4B92-A90C-98557ABAE268_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_0E12B65D-B534-4B92-A90C-98557ABAE268_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_0E12B65D-B534-4B92-A90C-98557ABAE268_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWIk4HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWIk4XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_0E12B65D-B534-4B92-A90C-98557ABAE268_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWIk4nUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWIk43UWEeKpg8Y20korJw">AG Close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWIk5HUWEeKpg8Y20korJw">_0E12B65D-B534-4B92-A90C-98557ABAE268_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWIk5XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_0E12B65D-B534-4B92-A90C-98557ABAE268_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWJL8HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWJL8XUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWJL8nUWEeKpg8Y20korJw">_0E12B65D-B534-4B92-A90C-98557ABAE268_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWJL83UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_0E12B65D-B534-4B92-A90C-98557ABAE268_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWJL9HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWJL9XUWEeKpg8Y20korJw">&quot;AG Close&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWJL9nUWEeKpg8Y20korJw">_0E12B65D-B534-4B92-A90C-98557ABAE268_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_EF938CCC-33A3-4778-98FD-8FE49B7F20DF" sourceRef="_1E4EC815-5941-4E84-A4BB-F6A42A1706FE" targetRef="_0E12B65D-B534-4B92-A90C-98557ABAE268"/>
                <bpmn2:sequenceFlow id="_834F9E52-92E0-4A65-96D2-AEB71E219F9B" sourceRef="_0E12B65D-B534-4B92-A90C-98557ABAE268" targetRef="_DB197D80-48B5-462D-AA10-E23DBD6508F5"/>
                <bpmn2:endEvent id="_FB25C2A2-49E4-4CC0-BE72-08EEC6AAA862" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_98580B0B-12D0-459B-B3B2-BCA459048494</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:userTask id="_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A" drools:bgcolor="#b1c2d6" drools:taskName="AR Residual RA" name="AR Residual RA">
                  <bpmn2:incoming>_E475F1A8-A389-4603-9423-E90289742113</bpmn2:incoming>
                  <bpmn2:outgoing>_C7720935-2A2A-4878-8F4B-E729FA4CD982</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWM2UHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWNdYHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWP5oHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWQgsHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWQgsXUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWQgsnUWEeKpg8Y20korJw">AR Residual RA</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWQgs3UWEeKpg8Y20korJw">_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWQgtHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWRHwHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWRHwXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWRHwnUWEeKpg8Y20korJw">_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWRHw3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWRHxHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWRHxXUWEeKpg8Y20korJw">&quot;AR Residual RA&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWRu0HUWEeKpg8Y20korJw">_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_E475F1A8-A389-4603-9423-E90289742113" sourceRef="_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4" targetRef="_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A"/>
                <bpmn2:userTask id="_6091A4D2-3AB9-4F38-91F9-64472A01DCB0" drools:bgcolor="#b1c2d6" drools:taskName="AR Classification" name="AR Classification">
                  <bpmn2:incoming>_C7720935-2A2A-4878-8F4B-E729FA4CD982</bpmn2:incoming>
                  <bpmn2:outgoing>_9A7A0449-52AE-4953-956D-645606125D0A</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWTkAHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWULEHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWXOYHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWXOYXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWXOYnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWXOY3UWEeKpg8Y20korJw">AR Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWXOZHUWEeKpg8Y20korJw">_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWXOZXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWX1cHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWX1cXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWX1cnUWEeKpg8Y20korJw">_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWX1c3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWYcgHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWYcgXUWEeKpg8Y20korJw">&quot;AR Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWYcgnUWEeKpg8Y20korJw">_6091A4D2-3AB9-4F38-91F9-64472A01DCB0_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_C7720935-2A2A-4878-8F4B-E729FA4CD982" sourceRef="_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A" targetRef="_6091A4D2-3AB9-4F38-91F9-64472A01DCB0"/>
                <bpmn2:userTask id="_65865AE4-F7F4-4DD3-B52A-8571D540F121" drools:bgcolor="#b1c2d6" drools:taskName="AR Close" name="AR Close">
                  <bpmn2:incoming>_9A7A0449-52AE-4953-956D-645606125D0A</bpmn2:incoming>
                  <bpmn2:outgoing>_C68E2F75-2D00-4965-835A-0A87B319EFBC</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWaRsHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_65865AE4-F7F4-4DD3-B52A-8571D540F121_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_65865AE4-F7F4-4DD3-B52A-8571D540F121_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_65865AE4-F7F4-4DD3-B52A-8571D540F121_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWa4wHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_65865AE4-F7F4-4DD3-B52A-8571D540F121_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_65865AE4-F7F4-4DD3-B52A-8571D540F121_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_65865AE4-F7F4-4DD3-B52A-8571D540F121_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWct8HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWct8XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_65865AE4-F7F4-4DD3-B52A-8571D540F121_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWdVAHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWdVAXUWEeKpg8Y20korJw">AR Close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWdVAnUWEeKpg8Y20korJw">_65865AE4-F7F4-4DD3-B52A-8571D540F121_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWdVA3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_65865AE4-F7F4-4DD3-B52A-8571D540F121_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWdVBHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWdVBXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWdVBnUWEeKpg8Y20korJw">_65865AE4-F7F4-4DD3-B52A-8571D540F121_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWdVB3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_65865AE4-F7F4-4DD3-B52A-8571D540F121_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWdVCHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWdVCXUWEeKpg8Y20korJw">&quot;AR Close&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWdVCnUWEeKpg8Y20korJw">_65865AE4-F7F4-4DD3-B52A-8571D540F121_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_9A7A0449-52AE-4953-956D-645606125D0A" sourceRef="_6091A4D2-3AB9-4F38-91F9-64472A01DCB0" targetRef="_65865AE4-F7F4-4DD3-B52A-8571D540F121"/>
                <bpmn2:sequenceFlow id="_C68E2F75-2D00-4965-835A-0A87B319EFBC" sourceRef="_65865AE4-F7F4-4DD3-B52A-8571D540F121" targetRef="_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E"/>
                <bpmn2:endEvent id="_5A21D52B-9B92-44FD-95B7-AFCBBEDB4E22" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_166A3A33-B22A-4964-828C-676ED8C4A5C5</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_166A3A33-B22A-4964-828C-676ED8C4A5C5" sourceRef="_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E" targetRef="_5A21D52B-9B92-44FD-95B7-AFCBBEDB4E22"/>
                <bpmn2:exclusiveGateway id="_0D66497F-8614-4C53-B69F-C286FAF07715" drools:bgcolor="#ffffff" name="AA Concurrence" gatewayDirection="Diverging">
                  <bpmn2:incoming>_E729D03E-2B40-451E-B305-ED43CE542F7A</bpmn2:incoming>
                  <bpmn2:outgoing>_D9732E39-8B0C-44C3-800B-600D5D3CCBA0</bpmn2:outgoing>
                  <bpmn2:outgoing>_96FCDDEB-D8B7-4387-AA48-64DA396CDB77</bpmn2:outgoing>
                </bpmn2:exclusiveGateway>
                <bpmn2:sequenceFlow id="_E729D03E-2B40-451E-B305-ED43CE542F7A" sourceRef="_BD1B862F-5B2A-4726-98B2-7970F40E94D9" targetRef="_0D66497F-8614-4C53-B69F-C286FAF07715"/>
                <bpmn2:userTask id="_62AE7815-715D-4DBC-85E9-DBBD5C4054B2" drools:bgcolor="#b1c2d6" drools:taskName="AA Classification" name="AA Classification">
                  <bpmn2:incoming>_D9732E39-8B0C-44C3-800B-600D5D3CCBA0</bpmn2:incoming>
                  <bpmn2:outgoing>_6A1BD5DF-556C-4697-89FA-FED9245C1CE1</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWiNgHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWiNgXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWkCsHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWkCsXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWkCsnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWkCs3UWEeKpg8Y20korJw">AA Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWkCtHUWEeKpg8Y20korJw">_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWkCtXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWkpwHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWkpwXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWkpwnUWEeKpg8Y20korJw">_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWkpw3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWkpxHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWkpxXUWEeKpg8Y20korJw">&quot;AA Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWkpxnUWEeKpg8Y20korJw">_62AE7815-715D-4DBC-85E9-DBBD5C4054B2_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_D9732E39-8B0C-44C3-800B-600D5D3CCBA0" sourceRef="_0D66497F-8614-4C53-B69F-C286FAF07715" targetRef="_62AE7815-715D-4DBC-85E9-DBBD5C4054B2">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FWme8HUWEeKpg8Y20korJw" language="http://www.java.com/java">return result==true;</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_EF0786F6-9779-43B3-BB9E-D67507D5105C" drools:bgcolor="#b1c2d6" drools:taskName="AA Close" name="AA Close">
                  <bpmn2:incoming>_6A1BD5DF-556C-4697-89FA-FED9245C1CE1</bpmn2:incoming>
                  <bpmn2:outgoing>_F00EBA35-DD2A-45CB-8040-087B4543EFFE</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWnGAHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_EF0786F6-9779-43B3-BB9E-D67507D5105C_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_EF0786F6-9779-43B3-BB9E-D67507D5105C_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_EF0786F6-9779-43B3-BB9E-D67507D5105C_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWnGAXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_EF0786F6-9779-43B3-BB9E-D67507D5105C_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_EF0786F6-9779-43B3-BB9E-D67507D5105C_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_EF0786F6-9779-43B3-BB9E-D67507D5105C_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWo7MHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWo7MXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_EF0786F6-9779-43B3-BB9E-D67507D5105C_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWpiQHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWpiQXUWEeKpg8Y20korJw">AA Close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWpiQnUWEeKpg8Y20korJw">_EF0786F6-9779-43B3-BB9E-D67507D5105C_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWpiQ3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_EF0786F6-9779-43B3-BB9E-D67507D5105C_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWpiRHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWpiRXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWpiRnUWEeKpg8Y20korJw">_EF0786F6-9779-43B3-BB9E-D67507D5105C_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWpiR3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_EF0786F6-9779-43B3-BB9E-D67507D5105C_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWpiSHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWpiSXUWEeKpg8Y20korJw">&quot;AA Close&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWpiSnUWEeKpg8Y20korJw">_EF0786F6-9779-43B3-BB9E-D67507D5105C_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_6A1BD5DF-556C-4697-89FA-FED9245C1CE1" sourceRef="_62AE7815-715D-4DBC-85E9-DBBD5C4054B2" targetRef="_EF0786F6-9779-43B3-BB9E-D67507D5105C"/>
                <bpmn2:sequenceFlow id="_F00EBA35-DD2A-45CB-8040-087B4543EFFE" sourceRef="_EF0786F6-9779-43B3-BB9E-D67507D5105C" targetRef="_10D588FA-EBF2-4567-ACBC-10CDCA2882F3"/>
                <bpmn2:endEvent id="_A6432A57-217B-42F0-99ED-D5A29D6D0817" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_5A95BB9A-299F-49C7-AA0E-7368862EB535</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_5A95BB9A-299F-49C7-AA0E-7368862EB535" sourceRef="_10D588FA-EBF2-4567-ACBC-10CDCA2882F3" targetRef="_A6432A57-217B-42F0-99ED-D5A29D6D0817"/>
                <bpmn2:userTask id="_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94" drools:bgcolor="#b1c2d6" drools:taskName="AAI Investigation" name="AAI Investigation">
                  <bpmn2:incoming>_96FCDDEB-D8B7-4387-AA48-64DA396CDB77</bpmn2:incoming>
                  <bpmn2:outgoing>_7DE11315-EAD1-4E91-AFA4-CE61CD29B42C</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWtMoHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWtMoXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWvB0HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWvB0XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWvB0nUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWvB03UWEeKpg8Y20korJw">AAI Investigation</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWvB1HUWEeKpg8Y20korJw">_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWvB1XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWvB1nUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWvB13UWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWvB2HUWEeKpg8Y20korJw">_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWvB2XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWvo4HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWvo4XUWEeKpg8Y20korJw">&quot;AAI Investigation&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWvo4nUWEeKpg8Y20korJw">_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_96FCDDEB-D8B7-4387-AA48-64DA396CDB77" sourceRef="_0D66497F-8614-4C53-B69F-C286FAF07715" targetRef="_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FWwP8HUWEeKpg8Y20korJw" language="http://www.java.com/java">return result==false;</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_AAC83EC1-166C-45F8-B598-413DF7B79508" drools:bgcolor="#b1c2d6" drools:taskName="AAI Residual RA" name="AAI Residual RA">
                  <bpmn2:incoming>_7DE11315-EAD1-4E91-AFA4-CE61CD29B42C</bpmn2:incoming>
                  <bpmn2:outgoing>_53D25C94-7523-4951-8DFB-0906EAEE5398</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FWw3AHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_AAC83EC1-166C-45F8-B598-413DF7B79508_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_AAC83EC1-166C-45F8-B598-413DF7B79508_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_AAC83EC1-166C-45F8-B598-413DF7B79508_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FWw3AXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_AAC83EC1-166C-45F8-B598-413DF7B79508_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_AAC83EC1-166C-45F8-B598-413DF7B79508_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_AAC83EC1-166C-45F8-B598-413DF7B79508_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FWysMHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FWysMXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AAC83EC1-166C-45F8-B598-413DF7B79508_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWysMnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWysM3UWEeKpg8Y20korJw">AAI Residual RA</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWysNHUWEeKpg8Y20korJw">_AAC83EC1-166C-45F8-B598-413DF7B79508_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWysNXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AAC83EC1-166C-45F8-B598-413DF7B79508_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWzTQHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWzTQXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWzTQnUWEeKpg8Y20korJw">_AAC83EC1-166C-45F8-B598-413DF7B79508_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FWzTQ3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AAC83EC1-166C-45F8-B598-413DF7B79508_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FWzTRHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FWzTRXUWEeKpg8Y20korJw">&quot;AAI Residual RA&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FWzTRnUWEeKpg8Y20korJw">_AAC83EC1-166C-45F8-B598-413DF7B79508_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_7DE11315-EAD1-4E91-AFA4-CE61CD29B42C" sourceRef="_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94" targetRef="_AAC83EC1-166C-45F8-B598-413DF7B79508"/>
                <bpmn2:userTask id="_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3" drools:bgcolor="#b1c2d6" drools:taskName="AAI Classification" name="AAI Classification">
                  <bpmn2:incoming>_53D25C94-7523-4951-8DFB-0906EAEE5398</bpmn2:incoming>
                  <bpmn2:outgoing>_0253DFAB-8B86-45D1-BABA-9B139814DBC4</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FW0hYHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FW1IcHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FW2WkHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FW2WkXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW29oHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW29oXUWEeKpg8Y20korJw">AAI Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW29onUWEeKpg8Y20korJw">_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FW29o3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW29pHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW29pXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW29pnUWEeKpg8Y20korJw">_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FW29p3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW3ksHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW3ksXUWEeKpg8Y20korJw">&quot;AAI Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW3ksnUWEeKpg8Y20korJw">_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_53D25C94-7523-4951-8DFB-0906EAEE5398" sourceRef="_AAC83EC1-166C-45F8-B598-413DF7B79508" targetRef="_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3"/>
                <bpmn2:userTask id="_C6950F7D-55CD-4423-AFDD-8EE4E82303F3" drools:bgcolor="#b1c2d6" drools:taskName="AAI Close" name="AAI Close">
                  <bpmn2:incoming>_0253DFAB-8B86-45D1-BABA-9B139814DBC4</bpmn2:incoming>
                  <bpmn2:outgoing>_937D68D7-BAF6-4007-ACD6-FE7890BE0BBC</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FW4y0HUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FW4y0XUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FW6oAHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FW6oAXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW6oAnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW6oA3UWEeKpg8Y20korJw">AAI Close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW6oBHUWEeKpg8Y20korJw">_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FW6oBXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW7PEHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW7PEXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW7PEnUWEeKpg8Y20korJw">_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FW7PE3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW7PFHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW7PFXUWEeKpg8Y20korJw">&quot;AAI Close&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW7PFnUWEeKpg8Y20korJw">_C6950F7D-55CD-4423-AFDD-8EE4E82303F3_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_0253DFAB-8B86-45D1-BABA-9B139814DBC4" sourceRef="_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3" targetRef="_C6950F7D-55CD-4423-AFDD-8EE4E82303F3"/>
                <bpmn2:sequenceFlow id="_A44E9AB7-81F4-4447-8E19-6823487F34A1" sourceRef="_F5013D7F-981A-4E0F-8DDB-557A72B592D3" targetRef="_1E4EC815-5941-4E84-A4BB-F6A42A1706FE">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FW8dMHUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==11.0||totalscore==21.0||totalscore==31.0||totalscore==41.0||totalscore==12.0||totalscore==13.0||totalscore==22.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_24D9BD34-B97B-4290-B0DE-392E66BE7F70" drools:bgcolor="#b1c2d6" drools:taskName="GR Classification" name="GR Classification">
                  <bpmn2:incoming>_6761BBBD-42A5-40D4-B498-D4CD9A3AEEF8</bpmn2:incoming>
                  <bpmn2:outgoing>_07BE025A-79DC-4D75-8438-DF921D2FF537</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FW9EQHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_24D9BD34-B97B-4290-B0DE-392E66BE7F70_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_24D9BD34-B97B-4290-B0DE-392E66BE7F70_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_24D9BD34-B97B-4290-B0DE-392E66BE7F70_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FW9rUHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_24D9BD34-B97B-4290-B0DE-392E66BE7F70_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_24D9BD34-B97B-4290-B0DE-392E66BE7F70_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_24D9BD34-B97B-4290-B0DE-392E66BE7F70_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FW-5cHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FW-5cXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_24D9BD34-B97B-4290-B0DE-392E66BE7F70_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW_ggHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW_ggXUWEeKpg8Y20korJw">GR Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW_ggnUWEeKpg8Y20korJw">_24D9BD34-B97B-4290-B0DE-392E66BE7F70_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FW_gg3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_24D9BD34-B97B-4290-B0DE-392E66BE7F70_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW_ghHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW_ghXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW_ghnUWEeKpg8Y20korJw">_24D9BD34-B97B-4290-B0DE-392E66BE7F70_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FW_gh3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_24D9BD34-B97B-4290-B0DE-392E66BE7F70_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FW_giHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FW_giXUWEeKpg8Y20korJw">&quot;GR Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FW_ginUWEeKpg8Y20korJw">_24D9BD34-B97B-4290-B0DE-392E66BE7F70_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_6761BBBD-42A5-40D4-B498-D4CD9A3AEEF8" sourceRef="_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9" targetRef="_24D9BD34-B97B-4290-B0DE-392E66BE7F70"/>
                <bpmn2:userTask id="_AB7790EC-3BDB-48D0-82B8-17575DF45E29" drools:bgcolor="#b1c2d6" drools:taskName="GR Close" name="GR Close">
                  <bpmn2:incoming>_07BE025A-79DC-4D75-8438-DF921D2FF537</bpmn2:incoming>
                  <bpmn2:outgoing>_3D4EA7A8-935D-478C-A80C-CB681F08EE84</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXBVsHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_AB7790EC-3BDB-48D0-82B8-17575DF45E29_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_AB7790EC-3BDB-48D0-82B8-17575DF45E29_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_AB7790EC-3BDB-48D0-82B8-17575DF45E29_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXBVsXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_AB7790EC-3BDB-48D0-82B8-17575DF45E29_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_AB7790EC-3BDB-48D0-82B8-17575DF45E29_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_AB7790EC-3BDB-48D0-82B8-17575DF45E29_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXDK4HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXDK4XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AB7790EC-3BDB-48D0-82B8-17575DF45E29_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXDK4nUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXDK43UWEeKpg8Y20korJw">GR Close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXDK5HUWEeKpg8Y20korJw">_AB7790EC-3BDB-48D0-82B8-17575DF45E29_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXDK5XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AB7790EC-3BDB-48D0-82B8-17575DF45E29_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXDK5nUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXDK53UWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXDK6HUWEeKpg8Y20korJw">_AB7790EC-3BDB-48D0-82B8-17575DF45E29_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXDK6XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_AB7790EC-3BDB-48D0-82B8-17575DF45E29_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXDx8HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXDx8XUWEeKpg8Y20korJw">&quot;GR Close&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXDx8nUWEeKpg8Y20korJw">_AB7790EC-3BDB-48D0-82B8-17575DF45E29_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_07BE025A-79DC-4D75-8438-DF921D2FF537" sourceRef="_24D9BD34-B97B-4290-B0DE-392E66BE7F70" targetRef="_AB7790EC-3BDB-48D0-82B8-17575DF45E29"/>
                <bpmn2:sequenceFlow id="_3D4EA7A8-935D-478C-A80C-CB681F08EE84" sourceRef="_AB7790EC-3BDB-48D0-82B8-17575DF45E29" targetRef="_84307235-3F76-4437-A938-88B2009E5AD4"/>
                <bpmn2:endEvent id="_D6CD7D39-DEDD-4157-94A3-C692E04CF831" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_ADBD388D-2661-43E7-8334-9D92D4823969</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_ADBD388D-2661-43E7-8334-9D92D4823969" sourceRef="_84307235-3F76-4437-A938-88B2009E5AD4" targetRef="_D6CD7D39-DEDD-4157-94A3-C692E04CF831"/>
                <bpmn2:exclusiveGateway id="_51DB13BD-9493-4408-85D3-2B6F70EA71F8" drools:bgcolor="#ffffff" name="GA Owner concurrence" gatewayDirection="Diverging">
                  <bpmn2:incoming>_08CB6EC1-4DAC-4AE9-BE50-1B7FAB0FD7F2</bpmn2:incoming>
                  <bpmn2:outgoing>_A8BF2863-B584-4567-95D3-2F0E3CE4F90F</bpmn2:outgoing>
                  <bpmn2:outgoing>_67DF5628-C420-45A2-95F9-415B566E4F9D</bpmn2:outgoing>
                </bpmn2:exclusiveGateway>
                <bpmn2:sequenceFlow id="_08CB6EC1-4DAC-4AE9-BE50-1B7FAB0FD7F2" sourceRef="_A5F2CC2A-DE22-4BD1-9A22-85331262A51D" targetRef="_51DB13BD-9493-4408-85D3-2B6F70EA71F8"/>
                <bpmn2:userTask id="_70FBEC56-DD84-41DE-B009-97EAA4B4C050" drools:bgcolor="#b1c2d6" drools:taskName="GA Classification" name="GA Classification">
                  <bpmn2:incoming>_A8BF2863-B584-4567-95D3-2F0E3CE4F90F</bpmn2:incoming>
                  <bpmn2:outgoing>_446E8DE4-54CE-482B-ADDB-398C6598D980</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXIDYHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_70FBEC56-DD84-41DE-B009-97EAA4B4C050_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_70FBEC56-DD84-41DE-B009-97EAA4B4C050_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_70FBEC56-DD84-41DE-B009-97EAA4B4C050_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXIDYXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_70FBEC56-DD84-41DE-B009-97EAA4B4C050_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_70FBEC56-DD84-41DE-B009-97EAA4B4C050_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_70FBEC56-DD84-41DE-B009-97EAA4B4C050_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXJ4kHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXJ4kXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_70FBEC56-DD84-41DE-B009-97EAA4B4C050_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXKfoHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXKfoXUWEeKpg8Y20korJw">GA Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXKfonUWEeKpg8Y20korJw">_70FBEC56-DD84-41DE-B009-97EAA4B4C050_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXKfo3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_70FBEC56-DD84-41DE-B009-97EAA4B4C050_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXKfpHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXKfpXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXKfpnUWEeKpg8Y20korJw">_70FBEC56-DD84-41DE-B009-97EAA4B4C050_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXKfp3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_70FBEC56-DD84-41DE-B009-97EAA4B4C050_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXKfqHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXKfqXUWEeKpg8Y20korJw">&quot;GA Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXKfqnUWEeKpg8Y20korJw">_70FBEC56-DD84-41DE-B009-97EAA4B4C050_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_A8BF2863-B584-4567-95D3-2F0E3CE4F90F" sourceRef="_51DB13BD-9493-4408-85D3-2B6F70EA71F8" targetRef="_70FBEC56-DD84-41DE-B009-97EAA4B4C050">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FXLGsHUWEeKpg8Y20korJw" language="http://www.java.com/java">return result==true;</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE" drools:bgcolor="#b1c2d6" drools:taskName="GA Close" name="GA Close">
                  <bpmn2:incoming>_446E8DE4-54CE-482B-ADDB-398C6598D980</bpmn2:incoming>
                  <bpmn2:outgoing>_90018341-2F3F-443C-A3BB-22DAFC101A38</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXLtwHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXMU0HUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXOKAHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXOKAXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXOKAnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXOKA3UWEeKpg8Y20korJw">GA Close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXOKBHUWEeKpg8Y20korJw">_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXOKBXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXOKBnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXOKB3UWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXOKCHUWEeKpg8Y20korJw">_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXOKCXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXOxEHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXOxEXUWEeKpg8Y20korJw">&quot;GA Close&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXOxEnUWEeKpg8Y20korJw">_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_446E8DE4-54CE-482B-ADDB-398C6598D980" sourceRef="_70FBEC56-DD84-41DE-B009-97EAA4B4C050" targetRef="_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE"/>
                <bpmn2:sequenceFlow id="_90018341-2F3F-443C-A3BB-22DAFC101A38" sourceRef="_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE" targetRef="_339E9B05-C1FA-47EE-9F58-B523012DA203"/>
                <bpmn2:endEvent id="_6C335B9D-898C-4003-8A5D-F22FFAEAEDCA" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_02C4B58F-43C1-4ECE-B8E9-DCFDD0AA13D0</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_02C4B58F-43C1-4ECE-B8E9-DCFDD0AA13D0" sourceRef="_339E9B05-C1FA-47EE-9F58-B523012DA203" targetRef="_6C335B9D-898C-4003-8A5D-F22FFAEAEDCA"/>
                <bpmn2:userTask id="_FDA5B365-DB71-4ECD-8737-CAE771D6647C" drools:bgcolor="#b1c2d6" drools:taskName="GAI Investigation" name="GAI Investigation">
                  <bpmn2:incoming>_67DF5628-C420-45A2-95F9-415B566E4F9D</bpmn2:incoming>
                  <bpmn2:outgoing>_22C6B19E-1358-494C-A542-4A668DF29CFA</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXR0YHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_FDA5B365-DB71-4ECD-8737-CAE771D6647C_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_FDA5B365-DB71-4ECD-8737-CAE771D6647C_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_FDA5B365-DB71-4ECD-8737-CAE771D6647C_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXR0YXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_FDA5B365-DB71-4ECD-8737-CAE771D6647C_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_FDA5B365-DB71-4ECD-8737-CAE771D6647C_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_FDA5B365-DB71-4ECD-8737-CAE771D6647C_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXTpkHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXTpkXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_FDA5B365-DB71-4ECD-8737-CAE771D6647C_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXTpknUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXTpk3UWEeKpg8Y20korJw">GAI Investigation</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXTplHUWEeKpg8Y20korJw">_FDA5B365-DB71-4ECD-8737-CAE771D6647C_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXTplXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_FDA5B365-DB71-4ECD-8737-CAE771D6647C_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXUQoHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXUQoXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXUQonUWEeKpg8Y20korJw">_FDA5B365-DB71-4ECD-8737-CAE771D6647C_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXUQo3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_FDA5B365-DB71-4ECD-8737-CAE771D6647C_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXUQpHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXUQpXUWEeKpg8Y20korJw">&quot;GAI Investigation&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXUQpnUWEeKpg8Y20korJw">_FDA5B365-DB71-4ECD-8737-CAE771D6647C_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_67DF5628-C420-45A2-95F9-415B566E4F9D" sourceRef="_51DB13BD-9493-4408-85D3-2B6F70EA71F8" targetRef="_FDA5B365-DB71-4ECD-8737-CAE771D6647C">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FXU3sHUWEeKpg8Y20korJw" language="http://www.java.com/java">return result==false;</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_406596AD-4D30-475E-963C-719CE4999567" drools:bgcolor="#b1c2d6" drools:taskName="GAI Residual RA" name="GAI Residual RA">
                  <bpmn2:incoming>_22C6B19E-1358-494C-A542-4A668DF29CFA</bpmn2:incoming>
                  <bpmn2:outgoing>_5504957F-8C6B-4675-9E51-FB3CD2CD3CBD</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXVewHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_406596AD-4D30-475E-963C-719CE4999567_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_406596AD-4D30-475E-963C-719CE4999567_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_406596AD-4D30-475E-963C-719CE4999567_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXWF0HUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_406596AD-4D30-475E-963C-719CE4999567_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_406596AD-4D30-475E-963C-719CE4999567_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_406596AD-4D30-475E-963C-719CE4999567_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXXT8HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXXT8XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_406596AD-4D30-475E-963C-719CE4999567_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXX7AHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXX7AXUWEeKpg8Y20korJw">GAI Residual RA</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXX7AnUWEeKpg8Y20korJw">_406596AD-4D30-475E-963C-719CE4999567_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXX7A3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_406596AD-4D30-475E-963C-719CE4999567_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXX7BHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXX7BXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXX7BnUWEeKpg8Y20korJw">_406596AD-4D30-475E-963C-719CE4999567_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXX7B3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_406596AD-4D30-475E-963C-719CE4999567_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXX7CHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXX7CXUWEeKpg8Y20korJw">&quot;GAI Residual RA&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXX7CnUWEeKpg8Y20korJw">_406596AD-4D30-475E-963C-719CE4999567_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_22C6B19E-1358-494C-A542-4A668DF29CFA" sourceRef="_FDA5B365-DB71-4ECD-8737-CAE771D6647C" targetRef="_406596AD-4D30-475E-963C-719CE4999567"/>
                <bpmn2:userTask id="_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6" drools:bgcolor="#b1c2d6" drools:taskName="GAI Classification" name="GAI Classification">
                  <bpmn2:incoming>_5504957F-8C6B-4675-9E51-FB3CD2CD3CBD</bpmn2:incoming>
                  <bpmn2:outgoing>_099B09FA-FCA1-4214-98D0-F342399650ED</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXZwMHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXZwMXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXblYHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXblYXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXblYnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXblY3UWEeKpg8Y20korJw">GAI Classification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXblZHUWEeKpg8Y20korJw">_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXblZXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXblZnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXblZ3UWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXblaHUWEeKpg8Y20korJw">_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXblaXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXcMcHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXcMcXUWEeKpg8Y20korJw">&quot;GAI Classification&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXcMcnUWEeKpg8Y20korJw">_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_5504957F-8C6B-4675-9E51-FB3CD2CD3CBD" sourceRef="_406596AD-4D30-475E-963C-719CE4999567" targetRef="_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6"/>
                <bpmn2:userTask id="_D78FCBAA-7970-4232-9C67-942C7A16F3CE" drools:bgcolor="#b1c2d6" drools:taskName="GAI Close" name="GAI Close">
                  <bpmn2:incoming>_099B09FA-FCA1-4214-98D0-F342399650ED</bpmn2:incoming>
                  <bpmn2:outgoing>_25D67691-401A-4A41-AEA7-A061E969CEFE</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXdakHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_D78FCBAA-7970-4232-9C67-942C7A16F3CE_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_D78FCBAA-7970-4232-9C67-942C7A16F3CE_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_D78FCBAA-7970-4232-9C67-942C7A16F3CE_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXdakXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_D78FCBAA-7970-4232-9C67-942C7A16F3CE_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D78FCBAA-7970-4232-9C67-942C7A16F3CE_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D78FCBAA-7970-4232-9C67-942C7A16F3CE_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXfPwHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXfPwXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D78FCBAA-7970-4232-9C67-942C7A16F3CE_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXfPwnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXfPw3UWEeKpg8Y20korJw">GAI Close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXfPxHUWEeKpg8Y20korJw">_D78FCBAA-7970-4232-9C67-942C7A16F3CE_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXfPxXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D78FCBAA-7970-4232-9C67-942C7A16F3CE_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXf20HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXf20XUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXf20nUWEeKpg8Y20korJw">_D78FCBAA-7970-4232-9C67-942C7A16F3CE_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXf203UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D78FCBAA-7970-4232-9C67-942C7A16F3CE_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXf21HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXf21XUWEeKpg8Y20korJw">&quot;GAI Close&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXf21nUWEeKpg8Y20korJw">_D78FCBAA-7970-4232-9C67-942C7A16F3CE_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_099B09FA-FCA1-4214-98D0-F342399650ED" sourceRef="_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6" targetRef="_D78FCBAA-7970-4232-9C67-942C7A16F3CE"/>
                <bpmn2:sequenceFlow id="_25D67691-401A-4A41-AEA7-A061E969CEFE" sourceRef="_D78FCBAA-7970-4232-9C67-942C7A16F3CE" targetRef="_C62AF525-85C4-4B8D-A188-69462DB2DA66"/>
                <bpmn2:endEvent id="_8ECF68C6-2C35-47E0-922F-81A2664A3BBD" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_404411D0-CC93-4712-9B94-7FDC1F30ABB2</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_404411D0-CC93-4712-9B94-7FDC1F30ABB2" sourceRef="_C62AF525-85C4-4B8D-A188-69462DB2DA66" targetRef="_8ECF68C6-2C35-47E0-922F-81A2664A3BBD"/>
                <bpmn2:sequenceFlow id="_8B4B234A-18B1-4364-B8B4-3D611BCD7E4B" sourceRef="_E3C7889F-54B6-4345-B2D9-D40278B6F971" targetRef="_49BD763F-7A07-4A08-A61F-1E805B9C08DC"/>
                <bpmn2:endEvent id="_547CFF33-08A7-4946-AAF5-8FF54BFA0407" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_B05D6705-535E-4930-B7AF-1452190C9CC5</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_B05D6705-535E-4930-B7AF-1452190C9CC5" sourceRef="_49BD763F-7A07-4A08-A61F-1E805B9C08DC" targetRef="_547CFF33-08A7-4946-AAF5-8FF54BFA0407"/>
                <bpmn2:sequenceFlow id="_937D68D7-BAF6-4007-ACD6-FE7890BE0BBC" sourceRef="_C6950F7D-55CD-4423-AFDD-8EE4E82303F3" targetRef="_B63248F2-C03A-4B0A-9C26-8B0F3195E454"/>
                <bpmn2:task id="_B63248F2-C03A-4B0A-9C26-8B0F3195E454" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="AAI Email Reporter">
                  <bpmn2:incoming>_937D68D7-BAF6-4007-ACD6-FE7890BE0BBC</bpmn2:incoming>
                  <bpmn2:outgoing>_43997FCD-AFD2-4C04-A892-F3A7400ABBB6</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXlWYHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_B63248F2-C03A-4B0A-9C26-8B0F3195E454_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_B63248F2-C03A-4B0A-9C26-8B0F3195E454_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXlWYXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_B63248F2-C03A-4B0A-9C26-8B0F3195E454_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_B63248F2-C03A-4B0A-9C26-8B0F3195E454_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXmkgHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXmkgXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_B63248F2-C03A-4B0A-9C26-8B0F3195E454_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXmkgnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXmkg3UWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXmkhHUWEeKpg8Y20korJw">_B63248F2-C03A-4B0A-9C26-8B0F3195E454_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXmkhXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_B63248F2-C03A-4B0A-9C26-8B0F3195E454_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXnLkHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXnLkXUWEeKpg8Y20korJw">&quot;AAI Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXnLknUWEeKpg8Y20korJw">_B63248F2-C03A-4B0A-9C26-8B0F3195E454_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:task id="_10D588FA-EBF2-4567-ACBC-10CDCA2882F3" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="AA Email Reporter">
                  <bpmn2:incoming>_F00EBA35-DD2A-45CB-8040-087B4543EFFE</bpmn2:incoming>
                  <bpmn2:outgoing>_5A95BB9A-299F-49C7-AA0E-7368862EB535</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXnyoHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_10D588FA-EBF2-4567-ACBC-10CDCA2882F3_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_10D588FA-EBF2-4567-ACBC-10CDCA2882F3_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXnyoXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_10D588FA-EBF2-4567-ACBC-10CDCA2882F3_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_10D588FA-EBF2-4567-ACBC-10CDCA2882F3_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXpAwHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXpAwXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_10D588FA-EBF2-4567-ACBC-10CDCA2882F3_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXpAwnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXpAw3UWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXpAxHUWEeKpg8Y20korJw">_10D588FA-EBF2-4567-ACBC-10CDCA2882F3_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXpAxXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_10D588FA-EBF2-4567-ACBC-10CDCA2882F3_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXpn0HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXpn0XUWEeKpg8Y20korJw">&quot;AA Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXpn0nUWEeKpg8Y20korJw">_10D588FA-EBF2-4567-ACBC-10CDCA2882F3_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:task id="_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="AR Email Reporter">
                  <bpmn2:incoming>_C68E2F75-2D00-4965-835A-0A87B319EFBC</bpmn2:incoming>
                  <bpmn2:outgoing>_166A3A33-B22A-4964-828C-676ED8C4A5C5</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXqO4HUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXqO4XUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXrdAHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXrdAXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXrdAnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXrdA3UWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXrdBHUWEeKpg8Y20korJw">_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXrdBXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXsEEHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXsEEXUWEeKpg8Y20korJw">&quot;AR Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXsEEnUWEeKpg8Y20korJw">_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:task id="_DB197D80-48B5-462D-AA10-E23DBD6508F5" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="AG Email Reporter">
                  <bpmn2:incoming>_834F9E52-92E0-4A65-96D2-AEB71E219F9B</bpmn2:incoming>
                  <bpmn2:outgoing>_98580B0B-12D0-459B-B3B2-BCA459048494</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXsrIHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_DB197D80-48B5-462D-AA10-E23DBD6508F5_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_DB197D80-48B5-462D-AA10-E23DBD6508F5_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXsrIXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_DB197D80-48B5-462D-AA10-E23DBD6508F5_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_DB197D80-48B5-462D-AA10-E23DBD6508F5_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXt5QHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXt5QXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DB197D80-48B5-462D-AA10-E23DBD6508F5_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXt5QnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXt5Q3UWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXt5RHUWEeKpg8Y20korJw">_DB197D80-48B5-462D-AA10-E23DBD6508F5_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXt5RXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DB197D80-48B5-462D-AA10-E23DBD6508F5_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXugUHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXugUXUWEeKpg8Y20korJw">&quot;AG Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXugUnUWEeKpg8Y20korJw">_DB197D80-48B5-462D-AA10-E23DBD6508F5_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:endEvent id="_2D1B358F-E847-461B-963D-053228B94EE6" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_43997FCD-AFD2-4C04-A892-F3A7400ABBB6</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_43997FCD-AFD2-4C04-A892-F3A7400ABBB6" sourceRef="_B63248F2-C03A-4B0A-9C26-8B0F3195E454" targetRef="_2D1B358F-E847-461B-963D-053228B94EE6"/>
                <bpmn2:task id="_49BD763F-7A07-4A08-A61F-1E805B9C08DC" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="GG Email Reporter">
                  <bpmn2:incoming>_8B4B234A-18B1-4364-B8B4-3D611BCD7E4B</bpmn2:incoming>
                  <bpmn2:outgoing>_B05D6705-535E-4930-B7AF-1452190C9CC5</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXvucHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_49BD763F-7A07-4A08-A61F-1E805B9C08DC_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_49BD763F-7A07-4A08-A61F-1E805B9C08DC_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXwVgHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_49BD763F-7A07-4A08-A61F-1E805B9C08DC_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_49BD763F-7A07-4A08-A61F-1E805B9C08DC_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXw8kHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXw8kXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_49BD763F-7A07-4A08-A61F-1E805B9C08DC_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXxjoHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXxjoXUWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXxjonUWEeKpg8Y20korJw">_49BD763F-7A07-4A08-A61F-1E805B9C08DC_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXxjo3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_49BD763F-7A07-4A08-A61F-1E805B9C08DC_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXxjpHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXxjpXUWEeKpg8Y20korJw">&quot;GG Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXxjpnUWEeKpg8Y20korJw">_49BD763F-7A07-4A08-A61F-1E805B9C08DC_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:task id="_84307235-3F76-4437-A938-88B2009E5AD4" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="GR Email Reporter">
                  <bpmn2:incoming>_3D4EA7A8-935D-478C-A80C-CB681F08EE84</bpmn2:incoming>
                  <bpmn2:outgoing>_ADBD388D-2661-43E7-8334-9D92D4823969</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FXyKsHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_84307235-3F76-4437-A938-88B2009E5AD4_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_84307235-3F76-4437-A938-88B2009E5AD4_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FXyxwHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_84307235-3F76-4437-A938-88B2009E5AD4_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_84307235-3F76-4437-A938-88B2009E5AD4_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FXzY0HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FXzY0XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_84307235-3F76-4437-A938-88B2009E5AD4_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXz_4HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXz_4XUWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXz_4nUWEeKpg8Y20korJw">_84307235-3F76-4437-A938-88B2009E5AD4_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FXz_43UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_84307235-3F76-4437-A938-88B2009E5AD4_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FXz_5HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FXz_5XUWEeKpg8Y20korJw">&quot;GR Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FXz_5nUWEeKpg8Y20korJw">_84307235-3F76-4437-A938-88B2009E5AD4_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:task id="_339E9B05-C1FA-47EE-9F58-B523012DA203" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="GA Email Reporter">
                  <bpmn2:incoming>_90018341-2F3F-443C-A3BB-22DAFC101A38</bpmn2:incoming>
                  <bpmn2:outgoing>_02C4B58F-43C1-4ECE-B8E9-DCFDD0AA13D0</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FX0m8HUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_339E9B05-C1FA-47EE-9F58-B523012DA203_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_339E9B05-C1FA-47EE-9F58-B523012DA203_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FX0m8XUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_339E9B05-C1FA-47EE-9F58-B523012DA203_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_339E9B05-C1FA-47EE-9F58-B523012DA203_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FX11EHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FX11EXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_339E9B05-C1FA-47EE-9F58-B523012DA203_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FX2cIHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FX2cIXUWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FX2cInUWEeKpg8Y20korJw">_339E9B05-C1FA-47EE-9F58-B523012DA203_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FX2cI3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_339E9B05-C1FA-47EE-9F58-B523012DA203_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FX2cJHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FX2cJXUWEeKpg8Y20korJw">&quot;GA Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FX2cJnUWEeKpg8Y20korJw">_339E9B05-C1FA-47EE-9F58-B523012DA203_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:task id="_C62AF525-85C4-4B8D-A188-69462DB2DA66" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="GAI Email Reporter">
                  <bpmn2:incoming>_25D67691-401A-4A41-AEA7-A061E969CEFE</bpmn2:incoming>
                  <bpmn2:outgoing>_404411D0-CC93-4712-9B94-7FDC1F30ABB2</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FX3DMHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_C62AF525-85C4-4B8D-A188-69462DB2DA66_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_C62AF525-85C4-4B8D-A188-69462DB2DA66_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FX3DMXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_C62AF525-85C4-4B8D-A188-69462DB2DA66_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_C62AF525-85C4-4B8D-A188-69462DB2DA66_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FX4RUHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FX4RUXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_C62AF525-85C4-4B8D-A188-69462DB2DA66_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FX4RUnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FX4RU3UWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FX4RVHUWEeKpg8Y20korJw">_C62AF525-85C4-4B8D-A188-69462DB2DA66_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FX4RVXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_C62AF525-85C4-4B8D-A188-69462DB2DA66_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FX44YHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FX44YXUWEeKpg8Y20korJw">&quot;GAI Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FX44YnUWEeKpg8Y20korJw">_C62AF525-85C4-4B8D-A188-69462DB2DA66_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:sequenceFlow id="_E93EDA1B-B0E8-4F18-A030-5ED2994647EB" sourceRef="_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3" targetRef="_9C36F049-3436-43EA-B9C8-8E0687D5CA6C"/>
                <bpmn2:exclusiveGateway id="_42D434E6-C686-470D-8ADD-3DB04C75C90C" drools:bgcolor="#ffffff" name="Confirmation safety" gatewayDirection="Diverging">
                  <bpmn2:incoming>_CD121875-A405-4FCD-A277-3642EAB7CB6B</bpmn2:incoming>
                  <bpmn2:outgoing>_0A5EB272-FF9D-4576-BB63-B20DD4C8BF06</bpmn2:outgoing>
                  <bpmn2:outgoing>_CE369F21-E3AC-4E87-B043-A0DFA2E46A18</bpmn2:outgoing>
                </bpmn2:exclusiveGateway>
                <bpmn2:endEvent id="_9C36F049-3436-43EA-B9C8-8E0687D5CA6C" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_E93EDA1B-B0E8-4F18-A030-5ED2994647EB</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_DE82A720-3880-4D1D-B052-2DD6FD66561E" sourceRef="_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C" targetRef="_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F"/>
                <bpmn2:endEvent id="_D626A9B5-EB99-4557-82A1-1BA3667D106D" drools:bgcolor="#ffffff" name="Red End">
                  <bpmn2:incoming>_19E8EEEA-1862-4DC3-B4CF-41F8FB8D9F09</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_19E8EEEA-1862-4DC3-B4CF-41F8FB8D9F09" sourceRef="_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F" targetRef="_D626A9B5-EB99-4557-82A1-1BA3667D106D"/>
                <bpmn2:userTask id="_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C" drools:bgcolor="#b1c2d6" drools:taskName="Red Close" name="Red Close">
                  <bpmn2:incoming>_E8BFFA54-A31D-49CD-877E-2EBB37404A51</bpmn2:incoming>
                  <bpmn2:outgoing>_DE82A720-3880-4D1D-B052-2DD6FD66561E</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FX9J0HUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_nodeNameInput" name="nodeName"/>
                    <bpmn2:dataInput id="_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_GroupIdInput" name="GroupId"/>
                    <bpmn2:inputSet id="_FX9J0XUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FX-_AHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FX-_AXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FX_mEHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FX_mEXUWEeKpg8Y20korJw">Red Close</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FX_mEnUWEeKpg8Y20korJw">_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FX_mE3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FX_mFHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FX_mFXUWEeKpg8Y20korJw">&quot;Red Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FX_mFnUWEeKpg8Y20korJw">_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FX_mF3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYANIHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYANIXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYANInUWEeKpg8Y20korJw">_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:task id="_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F" drools:bgcolor="#b1c2d6" drools:taskName="Email" name="Red Email Reporter">
                  <bpmn2:incoming>_DE82A720-3880-4D1D-B052-2DD6FD66561E</bpmn2:incoming>
                  <bpmn2:outgoing>_19E8EEEA-1862-4DC3-B4CF-41F8FB8D9F09</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FYA0MHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FYA0MXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FYCCUHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FYCCUXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYCCUnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYCCU3UWEeKpg8Y20korJw">Email</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYCCVHUWEeKpg8Y20korJw">_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYCCVXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYCCVnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYCCV3UWEeKpg8Y20korJw">&quot;Red Email Reporter&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYCCWHUWEeKpg8Y20korJw">_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:task>
                <bpmn2:sequenceFlow id="_98580B0B-12D0-459B-B3B2-BCA459048494" sourceRef="_DB197D80-48B5-462D-AA10-E23DBD6508F5" targetRef="_FB25C2A2-49E4-4CC0-BE72-08EEC6AAA862"/>
                <bpmn2:userTask id="_00B827AF-D819-4437-9E82-155BF67788CA" drools:bgcolor="#b1c2d6" drools:taskName="Amber GCAA Event" name="Amber GCAA Event">
                  <bpmn2:incoming>_73BB5CD1-6931-41E1-A63E-5ED233799C8B</bpmn2:incoming>
                  <bpmn2:outgoing>_A0313F21-D682-4AA1-87F7-C95721A4E6B2</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FYDQcHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_00B827AF-D819-4437-9E82-155BF67788CA_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_00B827AF-D819-4437-9E82-155BF67788CA_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_00B827AF-D819-4437-9E82-155BF67788CA_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FYD3gHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_00B827AF-D819-4437-9E82-155BF67788CA_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_00B827AF-D819-4437-9E82-155BF67788CA_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_00B827AF-D819-4437-9E82-155BF67788CA_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FYFFoHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FYFssHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_00B827AF-D819-4437-9E82-155BF67788CA_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYFssXUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYFssnUWEeKpg8Y20korJw">Amber GCAA Event</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYFss3UWEeKpg8Y20korJw">_00B827AF-D819-4437-9E82-155BF67788CA_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYFstHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_00B827AF-D819-4437-9E82-155BF67788CA_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYFstXUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYFstnUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYFst3UWEeKpg8Y20korJw">_00B827AF-D819-4437-9E82-155BF67788CA_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYFsuHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_00B827AF-D819-4437-9E82-155BF67788CA_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYGTwHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYGTwXUWEeKpg8Y20korJw">&quot;Amber GCAA Event&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYGTwnUWEeKpg8Y20korJw">_00B827AF-D819-4437-9E82-155BF67788CA_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_73BB5CD1-6931-41E1-A63E-5ED233799C8B" sourceRef="_6A8D9FF3-4151-4B0E-9CBA-6FEEE28C0F1C" targetRef="_00B827AF-D819-4437-9E82-155BF67788CA">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FYG60HUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==14.0||totalscore==24.0||totalscore==23.0||totalscore==33.0||totalscore==32.0||totalscore==42.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807" drools:bgcolor="#b1c2d6" drools:taskName="Amber Review" name="Amber Review">
                  <bpmn2:incoming>_A0313F21-D682-4AA1-87F7-C95721A4E6B2</bpmn2:incoming>
                  <bpmn2:outgoing>_0D772617-0B6B-4A64-9326-37DA2773A853</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FYHh4HUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FYHh4XUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FYJXEHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FYJXEXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYJXEnUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYJXE3UWEeKpg8Y20korJw">Amber Review</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYJXFHUWEeKpg8Y20korJw">_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYJXFXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYJ-IHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYJ-IXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYJ-InUWEeKpg8Y20korJw">_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYJ-I3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYJ-JHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYJ-JXUWEeKpg8Y20korJw">&quot;Amber Review&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYJ-JnUWEeKpg8Y20korJw">_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_A0313F21-D682-4AA1-87F7-C95721A4E6B2" sourceRef="_00B827AF-D819-4437-9E82-155BF67788CA" targetRef="_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807"/>
                <bpmn2:userTask id="_2C401524-2900-4C0A-818F-38DC9245AFB0" drools:bgcolor="#b1c2d6" drools:taskName="Amber Residual RA" name="Amber Residual RA">
                  <bpmn2:incoming>_0D772617-0B6B-4A64-9326-37DA2773A853</bpmn2:incoming>
                  <bpmn2:outgoing>_BBE47B95-B0F9-41AE-BF24-00621C4A2F81</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FYLMQHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_2C401524-2900-4C0A-818F-38DC9245AFB0_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_2C401524-2900-4C0A-818F-38DC9245AFB0_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataOutput id="_2C401524-2900-4C0A-818F-38DC9245AFB0_TOTALSCOREOutput" name="TOTALSCORE"/>
                    <bpmn2:inputSet id="_FYLMQXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_2C401524-2900-4C0A-818F-38DC9245AFB0_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_2C401524-2900-4C0A-818F-38DC9245AFB0_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FYLzUHUWEeKpg8Y20korJw">
                      <bpmn2:dataOutputRefs>_2C401524-2900-4C0A-818F-38DC9245AFB0_TOTALSCOREOutput</bpmn2:dataOutputRefs>
                    </bpmn2:outputSet>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FYNBcHUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_2C401524-2900-4C0A-818F-38DC9245AFB0_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYNogHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYNogXUWEeKpg8Y20korJw">Amber Residual RA</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYNognUWEeKpg8Y20korJw">_2C401524-2900-4C0A-818F-38DC9245AFB0_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYNog3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_2C401524-2900-4C0A-818F-38DC9245AFB0_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYNohHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYNohXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYNohnUWEeKpg8Y20korJw">_2C401524-2900-4C0A-818F-38DC9245AFB0_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataOutputAssociation id="_FYNoh3UWEeKpg8Y20korJw">
                    <bpmn2:sourceRef>_2C401524-2900-4C0A-818F-38DC9245AFB0_TOTALSCOREOutput</bpmn2:sourceRef>
                    <bpmn2:targetRef>totalscore</bpmn2:targetRef>
                  </bpmn2:dataOutputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_0D772617-0B6B-4A64-9326-37DA2773A853" sourceRef="_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807" targetRef="_2C401524-2900-4C0A-818F-38DC9245AFB0"/>
                <bpmn2:sequenceFlow id="_BBE47B95-B0F9-41AE-BF24-00621C4A2F81" sourceRef="_2C401524-2900-4C0A-818F-38DC9245AFB0" targetRef="_F5013D7F-981A-4E0F-8DDB-557A72B592D3"/>
                <bpmn2:userTask id="_D77A2F50-1255-48AE-902C-909498BEB7E3" drools:bgcolor="#b1c2d6" drools:taskName="Green GCAA Event" name="Green GCAA Event">
                  <bpmn2:incoming>_1ABC34B7-0CFF-4795-B87A-8D802929D508</bpmn2:incoming>
                  <bpmn2:outgoing>_39C59CE4-7E2F-4912-A5DB-2AFBF91F5C4B</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FYQEwHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_D77A2F50-1255-48AE-902C-909498BEB7E3_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_D77A2F50-1255-48AE-902C-909498BEB7E3_GroupIdInput" name="GroupId"/>
                    <bpmn2:dataInput id="_D77A2F50-1255-48AE-902C-909498BEB7E3_nodeNameInput" name="nodeName"/>
                    <bpmn2:inputSet id="_FYQEwXUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_D77A2F50-1255-48AE-902C-909498BEB7E3_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D77A2F50-1255-48AE-902C-909498BEB7E3_nodeNameInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_D77A2F50-1255-48AE-902C-909498BEB7E3_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FYR58HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FYR58XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D77A2F50-1255-48AE-902C-909498BEB7E3_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYR58nUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYR583UWEeKpg8Y20korJw">Green GCAA Event</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYR59HUWEeKpg8Y20korJw">_D77A2F50-1255-48AE-902C-909498BEB7E3_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYR59XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D77A2F50-1255-48AE-902C-909498BEB7E3_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYShAHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYShAXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYShAnUWEeKpg8Y20korJw">_D77A2F50-1255-48AE-902C-909498BEB7E3_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYShA3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_D77A2F50-1255-48AE-902C-909498BEB7E3_nodeNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYShBHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYShBXUWEeKpg8Y20korJw">&quot;Green GCAA Event&quot;</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYShBnUWEeKpg8Y20korJw">_D77A2F50-1255-48AE-902C-909498BEB7E3_nodeNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_1ABC34B7-0CFF-4795-B87A-8D802929D508" sourceRef="_6A8D9FF3-4151-4B0E-9CBA-6FEEE28C0F1C" targetRef="_D77A2F50-1255-48AE-902C-909498BEB7E3">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FYTIEHUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==1000.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:sequenceFlow id="_39C59CE4-7E2F-4912-A5DB-2AFBF91F5C4B" sourceRef="_D77A2F50-1255-48AE-902C-909498BEB7E3" targetRef="_664F4825-A964-4ECD-A64F-C660D46A385E"/>
                <bpmn2:inclusiveGateway id="_6A8D9FF3-4151-4B0E-9CBA-6FEEE28C0F1C" drools:bgcolor="#ffffff" drools:dg="" name="Risk Decision" gatewayDirection="Diverging">
                  <bpmn2:incoming>_CC7D9B89-D5DB-4298-9DD5-2D76C828E5F1</bpmn2:incoming>
                  <bpmn2:outgoing>_4170614A-9C41-4613-87DD-3A1A21D9254A</bpmn2:outgoing>
                  <bpmn2:outgoing>_73BB5CD1-6931-41E1-A63E-5ED233799C8B</bpmn2:outgoing>
                  <bpmn2:outgoing>_1ABC34B7-0CFF-4795-B87A-8D802929D508</bpmn2:outgoing>
                  <bpmn2:outgoing>_8F0AE969-582F-4DEE-ACEA-62A3DFEE224B</bpmn2:outgoing>
                </bpmn2:inclusiveGateway>
                <bpmn2:sequenceFlow id="_FC219CC9-AFEA-4B5E-B4FE-EF71C322C3A8" sourceRef="_47076B7F-BD87-45EB-8F7C-A9438F702B65" targetRef="_A54B9B39-9A31-4D2C-9EBD-7B60374716F0"/>
                <bpmn2:userTask id="_3430195A-D989-4DE9-8178-8266A5DAB3C0" drools:bgcolor="#b1c2d6" drools:taskName="GGCAAEvent" name="GGCAAEvent">
                  <bpmn2:incoming>_8F0AE969-582F-4DEE-ACEA-62A3DFEE224B</bpmn2:incoming>
                  <bpmn2:outgoing>_6D5DC4E0-0515-41F1-BD8B-5C47A5CF7A92</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FYWLYHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_3430195A-D989-4DE9-8178-8266A5DAB3C0_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_3430195A-D989-4DE9-8178-8266A5DAB3C0_GroupIdInput" name="GroupId"/>
                    <bpmn2:inputSet id="_FYWycHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_3430195A-D989-4DE9-8178-8266A5DAB3C0_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_3430195A-D989-4DE9-8178-8266A5DAB3C0_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FYXZgHUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FYXZgXUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_3430195A-D989-4DE9-8178-8266A5DAB3C0_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYYAkHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYYAkXUWEeKpg8Y20korJw">GGCAAEvent</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYYAknUWEeKpg8Y20korJw">_3430195A-D989-4DE9-8178-8266A5DAB3C0_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYYAk3UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_3430195A-D989-4DE9-8178-8266A5DAB3C0_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYYAlHUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYYAlXUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYYAlnUWEeKpg8Y20korJw">_3430195A-D989-4DE9-8178-8266A5DAB3C0_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_8F0AE969-582F-4DEE-ACEA-62A3DFEE224B" sourceRef="_6A8D9FF3-4151-4B0E-9CBA-6FEEE28C0F1C" targetRef="_3430195A-D989-4DE9-8178-8266A5DAB3C0">
                  <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="_FYYnoHUWEeKpg8Y20korJw" language="http://www.java.com/java">return (totalscore==0.0||totalscore==11.0||totalscore==21.0||totalscore==31.0||totalscore==41.0||totalscore==12.0||totalscore==13.0||totalscore==22.0);</bpmn2:conditionExpression>
                </bpmn2:sequenceFlow>
                <bpmn2:userTask id="_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C" drools:bgcolor="#b1c2d6" drools:taskName="GClassification" name="GClassification">
                  <bpmn2:incoming>_6D5DC4E0-0515-41F1-BD8B-5C47A5CF7A92</bpmn2:incoming>
                  <bpmn2:outgoing>_9D162B31-2461-4141-82EA-73FD101D87A3</bpmn2:outgoing>
                  <bpmn2:ioSpecification id="_FYZOsHUWEeKpg8Y20korJw">
                    <bpmn2:dataInput id="_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C_TaskNameInput" name="TaskName"/>
                    <bpmn2:dataInput id="_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C_GroupIdInput" name="GroupId"/>
                    <bpmn2:inputSet id="_FYZ1wHUWEeKpg8Y20korJw">
                      <bpmn2:dataInputRefs>_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C_GroupIdInput</bpmn2:dataInputRefs>
                      <bpmn2:dataInputRefs>_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C_TaskNameInput</bpmn2:dataInputRefs>
                    </bpmn2:inputSet>
                    <bpmn2:outputSet id="_FYac0HUWEeKpg8Y20korJw"/>
                  </bpmn2:ioSpecification>
                  <bpmn2:dataInputAssociation id="_FYac0XUWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C_TaskNameInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYbD4HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYbD4XUWEeKpg8Y20korJw">GClassification</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYbD4nUWEeKpg8Y20korJw">_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C_TaskNameInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                  <bpmn2:dataInputAssociation id="_FYbD43UWEeKpg8Y20korJw">
                    <bpmn2:targetRef>_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C_GroupIdInput</bpmn2:targetRef>
                    <bpmn2:assignment id="_FYbD5HUWEeKpg8Y20korJw">
                      <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_FYbD5XUWEeKpg8Y20korJw">Air_Safety_Analysis</bpmn2:from>
                      <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_FYbD5nUWEeKpg8Y20korJw">_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C_GroupIdInput</bpmn2:to>
                    </bpmn2:assignment>
                  </bpmn2:dataInputAssociation>
                </bpmn2:userTask>
                <bpmn2:sequenceFlow id="_6D5DC4E0-0515-41F1-BD8B-5C47A5CF7A92" sourceRef="_3430195A-D989-4DE9-8178-8266A5DAB3C0" targetRef="_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C"/>
                <bpmn2:endEvent id="_23BF05F6-E680-49A3-BA1F-1501FB00F94D" drools:bgcolor="#ffffff" name="">
                  <bpmn2:incoming>_9D162B31-2461-4141-82EA-73FD101D87A3</bpmn2:incoming>
                </bpmn2:endEvent>
                <bpmn2:sequenceFlow id="_9D162B31-2461-4141-82EA-73FD101D87A3" sourceRef="_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C" targetRef="_23BF05F6-E680-49A3-BA1F-1501FB00F94D"/>
              </bpmn2:process>
              <bpmndi:BPMNDiagram id="_FYeHMHUWEeKpg8Y20korJw">
                <bpmndi:BPMNPlane id="_FYeHMXUWEeKpg8Y20korJw" bpmnElement="CR_PROCESS">
                  <bpmndi:BPMNShape id="_FYeHMnUWEeKpg8Y20korJw" bpmnElement="_7A2D138A-1427-4175-B412-A0A73DB272B2">
                    <dc:Bounds height="30.0" width="30.0" x="285.0" y="70.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYeuQHUWEeKpg8Y20korJw" bpmnElement="_6F8E2FB7-B5D6-42AE-8938-429A2883D81C">
                    <di:waypoint xsi:type="dc:Point" x="300.0" y="85.0"/>
                    <di:waypoint xsi:type="dc:Point" x="390.0" y="85.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYfVUHUWEeKpg8Y20korJw" bpmnElement="_47076B7F-BD87-45EB-8F7C-A9438F702B65">
                    <dc:Bounds height="71.0" width="80.0" x="350.0" y="50.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FYf8YHUWEeKpg8Y20korJw" bpmnElement="_A54B9B39-9A31-4D2C-9EBD-7B60374716F0">
                    <dc:Bounds height="69.0" width="85.0" x="638.0" y="3.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYgjcHUWEeKpg8Y20korJw" bpmnElement="_CC7D9B89-D5DB-4298-9DD5-2D76C828E5F1">
                    <di:waypoint xsi:type="dc:Point" x="680.5" y="37.5"/>
                    <di:waypoint xsi:type="dc:Point" x="822.0" y="37.0"/>
                    <di:waypoint xsi:type="dc:Point" x="822.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="875.0" y="93.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYhKgHUWEeKpg8Y20korJw" bpmnElement="_F0A9BDCB-6E34-4861-AAC3-0C56DA6C1001">
                    <dc:Bounds height="80.0" width="100.0" x="1034.0" y="145.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYhxkHUWEeKpg8Y20korJw" bpmnElement="_4170614A-9C41-4613-87DD-3A1A21D9254A">
                    <di:waypoint xsi:type="dc:Point" x="875.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="875.0" y="185.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1084.0" y="185.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYiYoHUWEeKpg8Y20korJw" bpmnElement="_664F4825-A964-4ECD-A64F-C660D46A385E">
                    <dc:Bounds height="58.0" width="73.0" x="759.0" y="240.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYi_sHUWEeKpg8Y20korJw" bpmnElement="_60760CB3-5E23-408C-A9DC-1ECBF2831A41">
                    <di:waypoint xsi:type="dc:Point" x="795.5" y="269.0"/>
                    <di:waypoint xsi:type="dc:Point" x="710.0" y="284.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYjmwHUWEeKpg8Y20korJw" bpmnElement="_5B25084F-271B-49A5-8B83-BF8CD1840D7E">
                    <dc:Bounds height="40.0" width="40.0" x="690.0" y="264.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FYkN0HUWEeKpg8Y20korJw" bpmnElement="_5F79A704-6244-4FBC-8F21-49BFC9D8D4FA">
                    <dc:Bounds height="42.0" width="65.0" x="579.0" y="210.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYk04HUWEeKpg8Y20korJw" bpmnElement="_2D5E7E8B-8EBB-4465-93F9-D5B941D21D52">
                    <di:waypoint xsi:type="dc:Point" x="611.5" y="231.0"/>
                    <di:waypoint xsi:type="dc:Point" x="519.5" y="231.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FYlb8HUWEeKpg8Y20korJw" bpmnElement="_9FF76B74-8D6A-43AB-9B8A-0950827830DA">
                    <di:waypoint xsi:type="dc:Point" x="710.0" y="284.0"/>
                    <di:waypoint xsi:type="dc:Point" x="710.0" y="231.0"/>
                    <di:waypoint xsi:type="dc:Point" x="611.5" y="231.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYmDAHUWEeKpg8Y20korJw" bpmnElement="_D4747375-3586-44C3-86AF-F105F5A7008C">
                    <dc:Bounds height="46.0" width="73.0" x="483.0" y="208.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYmqEHUWEeKpg8Y20korJw" bpmnElement="_CD121875-A405-4FCD-A277-3642EAB7CB6B">
                    <di:waypoint xsi:type="dc:Point" x="519.5" y="231.0"/>
                    <di:waypoint xsi:type="dc:Point" x="425.0" y="231.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FYnRIHUWEeKpg8Y20korJw" bpmnElement="_0A5EB272-FF9D-4576-BB63-B20DD4C8BF06">
                    <di:waypoint xsi:type="dc:Point" x="425.0" y="231.0"/>
                    <di:waypoint xsi:type="dc:Point" x="381.0" y="231.0"/>
                    <di:waypoint xsi:type="dc:Point" x="381.0" y="185.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYn4MHUWEeKpg8Y20korJw" bpmnElement="_9B3250DA-7B24-4D8F-BE0C-6E78EE6336BE">
                    <dc:Bounds height="28.0" width="28.0" x="239.0" y="130.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYofQHUWEeKpg8Y20korJw" bpmnElement="_945BDB2C-B20B-4EDC-9006-C4B3EF4E89D0">
                    <di:waypoint xsi:type="dc:Point" x="381.0" y="185.0"/>
                    <di:waypoint xsi:type="dc:Point" x="253.0" y="144.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FYpGUHUWEeKpg8Y20korJw" bpmnElement="_CE369F21-E3AC-4E87-B043-A0DFA2E46A18">
                    <di:waypoint xsi:type="dc:Point" x="425.0" y="231.0"/>
                    <di:waypoint xsi:type="dc:Point" x="381.0" y="231.0"/>
                    <di:waypoint xsi:type="dc:Point" x="381.0" y="281.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYptYHUWEeKpg8Y20korJw" bpmnElement="_96C214A2-C760-481A-8FF8-5D050151EF4E">
                    <dc:Bounds height="40.0" width="72.0" x="345.0" y="165.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FYqUcHUWEeKpg8Y20korJw" bpmnElement="_8830FF0A-EE7F-4098-8750-D6BAF22BBFA3">
                    <dc:Bounds height="53.0" width="72.0" x="345.0" y="255.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FYqUcXUWEeKpg8Y20korJw" bpmnElement="_FD582DC5-1C2F-4252-AD88-8F12727366B7">
                    <dc:Bounds height="44.0" width="71.0" x="645.0" y="462.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYq7gHUWEeKpg8Y20korJw" bpmnElement="_F468A842-E7D0-4C72-94A6-1ABA549EFB9C">
                    <di:waypoint xsi:type="dc:Point" x="680.5" y="484.0"/>
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="485.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYrikHUWEeKpg8Y20korJw" bpmnElement="_4F035B95-A4F2-4DE2-89A9-A03543337250">
                    <dc:Bounds height="40.0" width="40.0" x="570.0" y="465.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FYsJoHUWEeKpg8Y20korJw" bpmnElement="_AB234136-A0E4-417F-9CD3-D7A660F77B41">
                    <dc:Bounds height="53.0" width="72.0" x="554.0" y="360.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYswsHUWEeKpg8Y20korJw" bpmnElement="_A919FB4A-5503-4CB0-B15E-5FF7CA4EADD2">
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="485.0"/>
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="386.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYtXwHUWEeKpg8Y20korJw" bpmnElement="_E3C7889F-54B6-4345-B2D9-D40278B6F971">
                    <dc:Bounds height="58.0" width="70.0" x="420.0" y="345.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYtXwXUWEeKpg8Y20korJw" bpmnElement="_5CB2E385-64B7-4DD3-B526-9D49124A074B">
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="386.5"/>
                    <di:waypoint xsi:type="dc:Point" x="523.0" y="386.0"/>
                    <di:waypoint xsi:type="dc:Point" x="523.0" y="374.0"/>
                    <di:waypoint xsi:type="dc:Point" x="455.0" y="374.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYul4HUWEeKpg8Y20korJw" bpmnElement="_5D2D5DF7-2425-471B-B7E4-17FC82800AA7">
                    <dc:Bounds height="40.0" width="50.0" x="447.0" y="465.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYvM8HUWEeKpg8Y20korJw" bpmnElement="_B61F1E4E-B74F-4BF0-90C0-CD63E04D7E65">
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="485.0"/>
                    <di:waypoint xsi:type="dc:Point" x="472.0" y="485.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYv0AHUWEeKpg8Y20korJw" bpmnElement="_DAAC2D67-AF9C-4DFB-9DF6-3322F943ACD9">
                    <dc:Bounds height="45.0" width="57.0" x="352.0" y="462.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYv0AXUWEeKpg8Y20korJw" bpmnElement="_3D364075-2E2F-4123-8B80-CB334DD6193B">
                    <di:waypoint xsi:type="dc:Point" x="472.0" y="485.0"/>
                    <di:waypoint xsi:type="dc:Point" x="380.5" y="484.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYwbEHUWEeKpg8Y20korJw" bpmnElement="_A5F2CC2A-DE22-4BD1-9A22-85331262A51D">
                    <dc:Bounds height="55.0" width="80.0" x="553.0" y="540.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYxCIHUWEeKpg8Y20korJw" bpmnElement="_B30640C1-EC4A-4CFC-9002-20152EC2DBDA">
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="485.0"/>
                    <di:waypoint xsi:type="dc:Point" x="593.0" y="567.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FYxpMHUWEeKpg8Y20korJw" bpmnElement="_122EAA75-CF04-4B2F-8862-DC2544E4D15C">
                    <di:waypoint xsi:type="dc:Point" x="710.0" y="284.0"/>
                    <di:waypoint xsi:type="dc:Point" x="710.0" y="384.0"/>
                    <di:waypoint xsi:type="dc:Point" x="680.5" y="484.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYyQQHUWEeKpg8Y20korJw" bpmnElement="_7A65B1D2-A0B0-479D-8EDB-A87D1B775F7E">
                    <dc:Bounds height="70.0" width="77.0" x="1140.0" y="110.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYy3UHUWEeKpg8Y20korJw" bpmnElement="_CC1ADA48-17D2-4517-AC8F-955A8A5ABB8B">
                    <di:waypoint xsi:type="dc:Point" x="1084.0" y="185.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1178.5" y="145.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FYzeYHUWEeKpg8Y20korJw" bpmnElement="_BE68C1C0-4F4B-4EC0-A120-967CDD278FB3">
                    <dc:Bounds height="80.0" width="100.0" x="1220.0" y="53.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FYzeYXUWEeKpg8Y20korJw" bpmnElement="_281065C0-0B6C-4D19-BAE8-832E0AB88921">
                    <di:waypoint xsi:type="dc:Point" x="1178.5" y="145.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1178.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1270.0" y="93.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FY0sgHUWEeKpg8Y20korJw" bpmnElement="_E5CA82ED-6745-4EB8-B038-E1112C026BC5">
                    <dc:Bounds height="80.0" width="100.0" x="1365.0" y="53.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FY1TkHUWEeKpg8Y20korJw" bpmnElement="_990B742B-448A-47A0-8F7F-4EA8E151DDF4">
                    <di:waypoint xsi:type="dc:Point" x="1270.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1415.0" y="93.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FY16oHUWEeKpg8Y20korJw" bpmnElement="_E8BFFA54-A31D-49CD-877E-2EBB37404A51">
                    <di:waypoint xsi:type="dc:Point" x="1415.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1560.0" y="93.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FY3IwHUWEeKpg8Y20korJw" bpmnElement="_F5013D7F-981A-4E0F-8DDB-557A72B592D3">
                    <dc:Bounds height="40.0" width="40.0" x="870.0" y="332.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FY3v0HUWEeKpg8Y20korJw" bpmnElement="_DB98D488-7B35-446A-9DF8-58BC5C1AF2F4">
                    <dc:Bounds height="40.0" width="71.0" x="960.0" y="360.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FY3v0XUWEeKpg8Y20korJw" bpmnElement="_1D765939-D3DD-4443-8637-9E369B4B2564">
                    <di:waypoint xsi:type="dc:Point" x="890.0" y="352.0"/>
                    <di:waypoint xsi:type="dc:Point" x="890.0" y="380.0"/>
                    <di:waypoint xsi:type="dc:Point" x="995.5" y="380.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FY498HUWEeKpg8Y20korJw" bpmnElement="_BD1B862F-5B2A-4726-98B2-7970F40E94D9">
                    <dc:Bounds height="51.0" width="66.0" x="870.0" y="420.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FY5lAHUWEeKpg8Y20korJw" bpmnElement="_EF1771CA-320C-4F27-A8E8-CB4D8AD590EC">
                    <di:waypoint xsi:type="dc:Point" x="890.0" y="352.0"/>
                    <di:waypoint xsi:type="dc:Point" x="890.0" y="396.0"/>
                    <di:waypoint xsi:type="dc:Point" x="899.0" y="409.0"/>
                    <di:waypoint xsi:type="dc:Point" x="903.0" y="445.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FY6zIHUWEeKpg8Y20korJw" bpmnElement="_1E4EC815-5941-4E84-A4BB-F6A42A1706FE">
                    <dc:Bounds height="54.0" width="68.0" x="1050.0" y="293.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FY7aMHUWEeKpg8Y20korJw" bpmnElement="_0E12B65D-B534-4B92-A90C-98557ABAE268">
                    <dc:Bounds height="80.0" width="100.0" x="1220.0" y="214.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FY8BQHUWEeKpg8Y20korJw" bpmnElement="_EF938CCC-33A3-4778-98FD-8FE49B7F20DF">
                    <di:waypoint xsi:type="dc:Point" x="1084.0" y="320.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1169.0" y="320.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1169.0" y="254.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1270.0" y="254.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FY9PYHUWEeKpg8Y20korJw" bpmnElement="_834F9E52-92E0-4A65-96D2-AEB71E219F9B">
                    <di:waypoint xsi:type="dc:Point" x="1270.0" y="254.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1357.0" y="254.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1357.0" y="235.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1445.0" y="235.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FY-dgHUWEeKpg8Y20korJw" bpmnElement="_FB25C2A2-49E4-4CC0-BE72-08EEC6AAA862">
                    <dc:Bounds height="28.0" width="28.0" x="1469.0" y="149.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FY_EkHUWEeKpg8Y20korJw" bpmnElement="_D53A7FFB-C7E5-492B-BAC3-C5F10B795C2A">
                    <dc:Bounds height="58.0" width="54.0" x="1095.0" y="360.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FY_roHUWEeKpg8Y20korJw" bpmnElement="_E475F1A8-A389-4603-9423-E90289742113">
                    <di:waypoint xsi:type="dc:Point" x="995.5" y="380.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1073.0" y="380.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1073.0" y="389.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1122.0" y="389.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZA5wHUWEeKpg8Y20korJw" bpmnElement="_6091A4D2-3AB9-4F38-91F9-64472A01DCB0">
                    <dc:Bounds height="40.0" width="78.0" x="1199.0" y="355.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZBg0HUWEeKpg8Y20korJw" bpmnElement="_C7720935-2A2A-4878-8F4B-E729FA4CD982">
                    <di:waypoint xsi:type="dc:Point" x="1122.0" y="389.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1176.0" y="389.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1176.0" y="375.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1238.0" y="375.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZCu8HUWEeKpg8Y20korJw" bpmnElement="_65865AE4-F7F4-4DD3-B52A-8571D540F121">
                    <dc:Bounds height="40.0" width="73.0" x="1320.0" y="330.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZDWAHUWEeKpg8Y20korJw" bpmnElement="_9A7A0449-52AE-4953-956D-645606125D0A">
                    <di:waypoint xsi:type="dc:Point" x="1238.0" y="375.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1299.0" y="375.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1299.0" y="350.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1356.5" y="350.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZEkIHUWEeKpg8Y20korJw" bpmnElement="_C68E2F75-2D00-4965-835A-0A87B319EFBC">
                    <di:waypoint xsi:type="dc:Point" x="1356.5" y="350.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1417.0" y="350.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1417.0" y="342.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1465.0" y="341.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZFyQHUWEeKpg8Y20korJw" bpmnElement="_5A21D52B-9B92-44FD-95B7-AFCBBEDB4E22">
                    <dc:Bounds height="28.0" width="28.0" x="1424.0" y="237.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZGZUHUWEeKpg8Y20korJw" bpmnElement="_166A3A33-B22A-4964-828C-676ED8C4A5C5">
                    <di:waypoint xsi:type="dc:Point" x="1465.0" y="341.5"/>
                    <di:waypoint xsi:type="dc:Point" x="1438.0" y="251.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZHAYHUWEeKpg8Y20korJw" bpmnElement="_0D66497F-8614-4C53-B69F-C286FAF07715">
                    <dc:Bounds height="40.0" width="40.0" x="981.0" y="450.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZHncHUWEeKpg8Y20korJw" bpmnElement="_E729D03E-2B40-451E-B305-ED43CE542F7A">
                    <di:waypoint xsi:type="dc:Point" x="903.0" y="445.5"/>
                    <di:waypoint xsi:type="dc:Point" x="958.0" y="445.0"/>
                    <di:waypoint xsi:type="dc:Point" x="958.0" y="470.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1001.0" y="470.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZI1kHUWEeKpg8Y20korJw" bpmnElement="_62AE7815-715D-4DBC-85E9-DBBD5C4054B2">
                    <dc:Bounds height="80.0" width="100.0" x="1066.0" y="430.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZJcoHUWEeKpg8Y20korJw" bpmnElement="_D9732E39-8B0C-44C3-800B-600D5D3CCBA0">
                    <di:waypoint xsi:type="dc:Point" x="1001.0" y="470.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1116.0" y="470.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZKqwHUWEeKpg8Y20korJw" bpmnElement="_EF0786F6-9779-43B3-BB9E-D67507D5105C">
                    <dc:Bounds height="80.0" width="100.0" x="1211.0" y="430.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZLR0HUWEeKpg8Y20korJw" bpmnElement="_6A1BD5DF-556C-4697-89FA-FED9245C1CE1">
                    <di:waypoint xsi:type="dc:Point" x="1116.0" y="470.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1261.0" y="470.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZL44HUWEeKpg8Y20korJw" bpmnElement="_F00EBA35-DD2A-45CB-8040-087B4543EFFE">
                    <di:waypoint xsi:type="dc:Point" x="1261.0" y="470.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1400.0" y="460.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZMf8HUWEeKpg8Y20korJw" bpmnElement="_A6432A57-217B-42F0-99ED-D5A29D6D0817">
                    <dc:Bounds height="28.0" width="28.0" x="1410.0" y="365.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZNHAHUWEeKpg8Y20korJw" bpmnElement="_5A95BB9A-299F-49C7-AA0E-7368862EB535">
                    <di:waypoint xsi:type="dc:Point" x="1400.0" y="460.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1465.0" y="460.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1424.0" y="379.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZOVIHUWEeKpg8Y20korJw" bpmnElement="_D8C7CD5C-EE1A-414E-B6DE-5CFB12C23B94">
                    <dc:Bounds height="80.0" width="100.0" x="944.0" y="518.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZO8MHUWEeKpg8Y20korJw" bpmnElement="_96FCDDEB-D8B7-4387-AA48-64DA396CDB77">
                    <di:waypoint xsi:type="dc:Point" x="1001.0" y="470.0"/>
                    <di:waypoint xsi:type="dc:Point" x="994.0" y="558.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZPjQHUWEeKpg8Y20korJw" bpmnElement="_AAC83EC1-166C-45F8-B598-413DF7B79508">
                    <dc:Bounds height="80.0" width="100.0" x="1096.0" y="527.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZQKUHUWEeKpg8Y20korJw" bpmnElement="_7DE11315-EAD1-4E91-AFA4-CE61CD29B42C">
                    <di:waypoint xsi:type="dc:Point" x="994.0" y="558.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1070.0" y="558.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1070.0" y="567.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1146.0" y="567.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZRYcHUWEeKpg8Y20korJw" bpmnElement="_0E55456B-D32E-47E4-AA6F-17FE0FF6C7E3">
                    <dc:Bounds height="80.0" width="100.0" x="1230.0" y="525.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZR_gHUWEeKpg8Y20korJw" bpmnElement="_53D25C94-7523-4951-8DFB-0906EAEE5398">
                    <di:waypoint xsi:type="dc:Point" x="1146.0" y="567.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1280.0" y="565.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZSmkHUWEeKpg8Y20korJw" bpmnElement="_C6950F7D-55CD-4423-AFDD-8EE4E82303F3">
                    <dc:Bounds height="80.0" width="100.0" x="1230.0" y="645.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZTNoHUWEeKpg8Y20korJw" bpmnElement="_0253DFAB-8B86-45D1-BABA-9B139814DBC4">
                    <di:waypoint xsi:type="dc:Point" x="1280.0" y="565.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1280.0" y="685.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZT0sHUWEeKpg8Y20korJw" bpmnElement="_A44E9AB7-81F4-4447-8E19-6823487F34A1">
                    <di:waypoint xsi:type="dc:Point" x="890.0" y="352.0"/>
                    <di:waypoint xsi:type="dc:Point" x="980.0" y="352.0"/>
                    <di:waypoint xsi:type="dc:Point" x="980.0" y="320.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1084.0" y="320.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZVC0HUWEeKpg8Y20korJw" bpmnElement="_24D9BD34-B97B-4290-B0DE-392E66BE7F70">
                    <dc:Bounds height="41.0" width="62.0" x="299.0" y="527.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZVp4HUWEeKpg8Y20korJw" bpmnElement="_6761BBBD-42A5-40D4-B498-D4CD9A3AEEF8">
                    <di:waypoint xsi:type="dc:Point" x="380.5" y="484.5"/>
                    <di:waypoint xsi:type="dc:Point" x="330.0" y="484.0"/>
                    <di:waypoint xsi:type="dc:Point" x="330.0" y="547.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZW4AHUWEeKpg8Y20korJw" bpmnElement="_AB7790EC-3BDB-48D0-82B8-17575DF45E29">
                    <dc:Bounds height="41.0" width="66.0" x="300.0" y="600.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZXfEHUWEeKpg8Y20korJw" bpmnElement="_07BE025A-79DC-4D75-8438-DF921D2FF537">
                    <di:waypoint xsi:type="dc:Point" x="330.0" y="547.5"/>
                    <di:waypoint xsi:type="dc:Point" x="333.0" y="620.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZYGIHUWEeKpg8Y20korJw" bpmnElement="_3D4EA7A8-935D-478C-A80C-CB681F08EE84">
                    <di:waypoint xsi:type="dc:Point" x="333.0" y="620.5"/>
                    <di:waypoint xsi:type="dc:Point" x="388.0" y="620.0"/>
                    <di:waypoint xsi:type="dc:Point" x="388.0" y="685.0"/>
                    <di:waypoint xsi:type="dc:Point" x="330.0" y="684.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZZUQHUWEeKpg8Y20korJw" bpmnElement="_D6CD7D39-DEDD-4157-94A3-C692E04CF831">
                    <dc:Bounds height="28.0" width="28.0" x="225.0" y="659.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZZ7UHUWEeKpg8Y20korJw" bpmnElement="_ADBD388D-2661-43E7-8334-9D92D4823969">
                    <di:waypoint xsi:type="dc:Point" x="330.0" y="684.5"/>
                    <di:waypoint xsi:type="dc:Point" x="239.0" y="673.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZbJcHUWEeKpg8Y20korJw" bpmnElement="_51DB13BD-9493-4408-85D3-2B6F70EA71F8">
                    <dc:Bounds height="40.0" width="40.0" x="570.0" y="645.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZbJcXUWEeKpg8Y20korJw" bpmnElement="_08CB6EC1-4DAC-4AE9-BE50-1B7FAB0FD7F2">
                    <di:waypoint xsi:type="dc:Point" x="593.0" y="567.5"/>
                    <di:waypoint xsi:type="dc:Point" x="593.0" y="620.0"/>
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="620.0"/>
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="665.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZc-oHUWEeKpg8Y20korJw" bpmnElement="_70FBEC56-DD84-41DE-B009-97EAA4B4C050">
                    <dc:Bounds height="53.0" width="61.0" x="655.0" y="625.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZdlsHUWEeKpg8Y20korJw" bpmnElement="_A8BF2863-B584-4567-95D3-2F0E3CE4F90F">
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="665.0"/>
                    <di:waypoint xsi:type="dc:Point" x="632.0" y="665.0"/>
                    <di:waypoint xsi:type="dc:Point" x="640.0" y="651.0"/>
                    <di:waypoint xsi:type="dc:Point" x="685.5" y="651.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZez0HUWEeKpg8Y20korJw" bpmnElement="_9DB058BF-DCA4-48E6-B6B4-1B2C11D1B6FE">
                    <dc:Bounds height="40.0" width="63.0" x="750.0" y="630.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZfa4HUWEeKpg8Y20korJw" bpmnElement="_446E8DE4-54CE-482B-ADDB-398C6598D980">
                    <di:waypoint xsi:type="dc:Point" x="685.5" y="651.5"/>
                    <di:waypoint xsi:type="dc:Point" x="781.5" y="650.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZgB8HUWEeKpg8Y20korJw" bpmnElement="_90018341-2F3F-443C-A3BB-22DAFC101A38">
                    <di:waypoint xsi:type="dc:Point" x="781.5" y="650.0"/>
                    <di:waypoint xsi:type="dc:Point" x="846.0" y="650.0"/>
                    <di:waypoint xsi:type="dc:Point" x="846.0" y="665.0"/>
                    <di:waypoint xsi:type="dc:Point" x="903.0" y="664.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZhQEHUWEeKpg8Y20korJw" bpmnElement="_6C335B9D-898C-4003-8A5D-F22FFAEAEDCA">
                    <dc:Bounds height="28.0" width="28.0" x="882.0" y="560.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZh3IHUWEeKpg8Y20korJw" bpmnElement="_02C4B58F-43C1-4ECE-B8E9-DCFDD0AA13D0">
                    <di:waypoint xsi:type="dc:Point" x="903.0" y="664.5"/>
                    <di:waypoint xsi:type="dc:Point" x="896.0" y="574.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZieMHUWEeKpg8Y20korJw" bpmnElement="_FDA5B365-DB71-4ECD-8737-CAE771D6647C">
                    <dc:Bounds height="52.0" width="81.0" x="540.0" y="724.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZjFQHUWEeKpg8Y20korJw" bpmnElement="_67DF5628-C420-45A2-95F9-415B566E4F9D">
                    <di:waypoint xsi:type="dc:Point" x="590.0" y="665.0"/>
                    <di:waypoint xsi:type="dc:Point" x="580.5" y="750.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZjsUHUWEeKpg8Y20korJw" bpmnElement="_406596AD-4D30-475E-963C-719CE4999567">
                    <dc:Bounds height="55.0" width="68.0" x="666.0" y="710.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZkTYHUWEeKpg8Y20korJw" bpmnElement="_22C6B19E-1358-494C-A542-4A668DF29CFA">
                    <di:waypoint xsi:type="dc:Point" x="580.5" y="750.0"/>
                    <di:waypoint xsi:type="dc:Point" x="643.0" y="750.0"/>
                    <di:waypoint xsi:type="dc:Point" x="643.0" y="737.0"/>
                    <di:waypoint xsi:type="dc:Point" x="700.0" y="737.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZlhgHUWEeKpg8Y20korJw" bpmnElement="_58EA9FA4-F0D2-41AE-823B-DAA6D276F6D6">
                    <dc:Bounds height="59.0" width="69.0" x="795.0" y="720.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZmIkHUWEeKpg8Y20korJw" bpmnElement="_5504957F-8C6B-4675-9E51-FB3CD2CD3CBD">
                    <di:waypoint xsi:type="dc:Point" x="700.0" y="737.5"/>
                    <di:waypoint xsi:type="dc:Point" x="756.0" y="737.0"/>
                    <di:waypoint xsi:type="dc:Point" x="756.0" y="750.0"/>
                    <di:waypoint xsi:type="dc:Point" x="829.5" y="749.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZnWsHUWEeKpg8Y20korJw" bpmnElement="_D78FCBAA-7970-4232-9C67-942C7A16F3CE">
                    <dc:Bounds height="58.0" width="66.0" x="909.0" y="721.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZn9wHUWEeKpg8Y20korJw" bpmnElement="_099B09FA-FCA1-4214-98D0-F342399650ED">
                    <di:waypoint xsi:type="dc:Point" x="829.5" y="749.5"/>
                    <di:waypoint xsi:type="dc:Point" x="942.0" y="750.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZpL4HUWEeKpg8Y20korJw" bpmnElement="_25D67691-401A-4A41-AEA7-A061E969CEFE">
                    <di:waypoint xsi:type="dc:Point" x="942.0" y="750.0"/>
                    <di:waypoint xsi:type="dc:Point" x="997.0" y="750.0"/>
                    <di:waypoint xsi:type="dc:Point" x="997.0" y="740.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1053.5" y="740.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZqaAHUWEeKpg8Y20korJw" bpmnElement="_8ECF68C6-2C35-47E0-922F-81A2664A3BBD">
                    <dc:Bounds height="28.0" width="28.0" x="1041.0" y="635.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZrBEHUWEeKpg8Y20korJw" bpmnElement="_404411D0-CC93-4712-9B94-7FDC1F30ABB2">
                    <di:waypoint xsi:type="dc:Point" x="1053.5" y="740.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1055.0" y="649.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZroIHUWEeKpg8Y20korJw" bpmnElement="_8B4B234A-18B1-4364-B8B4-3D611BCD7E4B">
                    <di:waypoint xsi:type="dc:Point" x="455.0" y="374.0"/>
                    <di:waypoint xsi:type="dc:Point" x="395.0" y="374.0"/>
                    <di:waypoint xsi:type="dc:Point" x="395.0" y="370.0"/>
                    <di:waypoint xsi:type="dc:Point" x="343.0" y="370.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZs2QHUWEeKpg8Y20korJw" bpmnElement="_547CFF33-08A7-4946-AAF5-8FF54BFA0407">
                    <dc:Bounds height="28.0" width="28.0" x="239.0" y="340.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZtdUHUWEeKpg8Y20korJw" bpmnElement="_B05D6705-535E-4930-B7AF-1452190C9CC5">
                    <di:waypoint xsi:type="dc:Point" x="343.0" y="370.0"/>
                    <di:waypoint xsi:type="dc:Point" x="253.0" y="354.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZuEYHUWEeKpg8Y20korJw" bpmnElement="_937D68D7-BAF6-4007-ACD6-FE7890BE0BBC">
                    <di:waypoint xsi:type="dc:Point" x="1280.0" y="685.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1352.0" y="685.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1352.0" y="677.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1409.0" y="677.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZvSgHUWEeKpg8Y20korJw" bpmnElement="_B63248F2-C03A-4B0A-9C26-8B0F3195E454">
                    <dc:Bounds height="65.0" width="68.0" x="1375.0" y="645.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZv5kHUWEeKpg8Y20korJw" bpmnElement="_10D588FA-EBF2-4567-ACBC-10CDCA2882F3">
                    <dc:Bounds height="80.0" width="100.0" x="1350.0" y="420.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZwgoHUWEeKpg8Y20korJw" bpmnElement="_59C310A8-9FC2-4BF6-BB8C-C87EDF70164E">
                    <dc:Bounds height="53.0" width="50.0" x="1440.0" y="315.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZxHsHUWEeKpg8Y20korJw" bpmnElement="_DB197D80-48B5-462D-AA10-E23DBD6508F5">
                    <dc:Bounds height="80.0" width="100.0" x="1395.0" y="195.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZxuwHUWEeKpg8Y20korJw" bpmnElement="_2D1B358F-E847-461B-963D-053228B94EE6">
                    <dc:Bounds height="28.0" width="28.0" x="1397.0" y="572.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZyV0HUWEeKpg8Y20korJw" bpmnElement="_43997FCD-AFD2-4C04-A892-F3A7400ABBB6">
                    <di:waypoint xsi:type="dc:Point" x="1409.0" y="677.5"/>
                    <di:waypoint xsi:type="dc:Point" x="1411.0" y="586.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZy84HUWEeKpg8Y20korJw" bpmnElement="_49BD763F-7A07-4A08-A61F-1E805B9C08DC">
                    <dc:Bounds height="40.0" width="54.0" x="316.0" y="350.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZzj8HUWEeKpg8Y20korJw" bpmnElement="_84307235-3F76-4437-A938-88B2009E5AD4">
                    <dc:Bounds height="45.0" width="60.0" x="300.0" y="662.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZ0LAHUWEeKpg8Y20korJw" bpmnElement="_339E9B05-C1FA-47EE-9F58-B523012DA203">
                    <dc:Bounds height="61.0" width="50.0" x="878.0" y="634.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZ0yEHUWEeKpg8Y20korJw" bpmnElement="_C62AF525-85C4-4B8D-A188-69462DB2DA66">
                    <dc:Bounds height="60.0" width="67.0" x="1020.0" y="710.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZ1ZIHUWEeKpg8Y20korJw" bpmnElement="_E93EDA1B-B0E8-4F18-A030-5ED2994647EB">
                    <di:waypoint xsi:type="dc:Point" x="381.0" y="281.5"/>
                    <di:waypoint xsi:type="dc:Point" x="225.0" y="209.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZ2AMHUWEeKpg8Y20korJw" bpmnElement="_42D434E6-C686-470D-8ADD-3DB04C75C90C">
                    <dc:Bounds height="40.0" width="40.0" x="405.0" y="211.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZ2nQHUWEeKpg8Y20korJw" bpmnElement="_9C36F049-3436-43EA-B9C8-8E0687D5CA6C">
                    <dc:Bounds height="28.0" width="28.0" x="211.0" y="195.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZ3OUHUWEeKpg8Y20korJw" bpmnElement="_DE82A720-3880-4D1D-B052-2DD6FD66561E">
                    <di:waypoint xsi:type="dc:Point" x="1560.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1705.0" y="93.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZ31YHUWEeKpg8Y20korJw" bpmnElement="_D626A9B5-EB99-4557-82A1-1BA3667D106D">
                    <dc:Bounds height="28.0" width="28.0" x="1733.0" y="12.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZ4ccHUWEeKpg8Y20korJw" bpmnElement="_19E8EEEA-1862-4DC3-B4CF-41F8FB8D9F09">
                    <di:waypoint xsi:type="dc:Point" x="1705.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1747.0" y="26.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZ5DgHUWEeKpg8Y20korJw" bpmnElement="_DB7FC438-3BF8-43B6-99A4-DAFBF9608A4C">
                    <dc:Bounds height="80.0" width="100.0" x="1510.0" y="53.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNShape id="_FZ5qkHUWEeKpg8Y20korJw" bpmnElement="_1D3F8CEC-8B54-49A7-9625-1A41C4AB2C3F">
                    <dc:Bounds height="80.0" width="100.0" x="1655.0" y="53.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZ6RoHUWEeKpg8Y20korJw" bpmnElement="_98580B0B-12D0-459B-B3B2-BCA459048494">
                    <di:waypoint xsi:type="dc:Point" x="1445.0" y="235.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1529.0" y="235.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1541.0" y="251.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1483.0" y="163.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZ7fwHUWEeKpg8Y20korJw" bpmnElement="_00B827AF-D819-4437-9E82-155BF67788CA">
                    <dc:Bounds height="50.0" width="60.0" x="777.0" y="148.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZ8G0HUWEeKpg8Y20korJw" bpmnElement="_73BB5CD1-6931-41E1-A63E-5ED233799C8B">
                    <di:waypoint xsi:type="dc:Point" x="875.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="786.0" y="135.0"/>
                    <di:waypoint xsi:type="dc:Point" x="807.0" y="173.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZ9U8HUWEeKpg8Y20korJw" bpmnElement="_635FEF65-7F28-4FCE-8F8B-0B1C90B8B807">
                    <dc:Bounds height="56.0" width="52.0" x="705.0" y="157.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZ98AHUWEeKpg8Y20korJw" bpmnElement="_A0313F21-D682-4AA1-87F7-C95721A4E6B2">
                    <di:waypoint xsi:type="dc:Point" x="807.0" y="173.0"/>
                    <di:waypoint xsi:type="dc:Point" x="731.0" y="185.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FZ-jEHUWEeKpg8Y20korJw" bpmnElement="_2C401524-2900-4C0A-818F-38DC9245AFB0">
                    <dc:Bounds height="57.0" width="63.0" x="576.0" y="102.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FZ_KIHUWEeKpg8Y20korJw" bpmnElement="_0D772617-0B6B-4A64-9326-37DA2773A853">
                    <di:waypoint xsi:type="dc:Point" x="731.0" y="185.0"/>
                    <di:waypoint xsi:type="dc:Point" x="731.0" y="131.0"/>
                    <di:waypoint xsi:type="dc:Point" x="607.5" y="130.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FZ_xMHUWEeKpg8Y20korJw" bpmnElement="_BBE47B95-B0F9-41AE-BF24-00621C4A2F81">
                    <di:waypoint xsi:type="dc:Point" x="607.5" y="130.5"/>
                    <di:waypoint xsi:type="dc:Point" x="607.0" y="352.0"/>
                    <di:waypoint xsi:type="dc:Point" x="890.0" y="352.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FaA_UHUWEeKpg8Y20korJw" bpmnElement="_D77A2F50-1255-48AE-902C-909498BEB7E3">
                    <dc:Bounds height="59.0" width="53.0" x="892.0" y="187.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FaBmYHUWEeKpg8Y20korJw" bpmnElement="_1ABC34B7-0CFF-4795-B87A-8D802929D508">
                    <di:waypoint xsi:type="dc:Point" x="875.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="879.0" y="147.0"/>
                    <di:waypoint xsi:type="dc:Point" x="918.0" y="150.0"/>
                    <di:waypoint xsi:type="dc:Point" x="918.5" y="216.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNEdge id="_FaCNcHUWEeKpg8Y20korJw" bpmnElement="_39C59CE4-7E2F-4912-A5DB-2AFBF91F5C4B">
                    <di:waypoint xsi:type="dc:Point" x="918.5" y="216.5"/>
                    <di:waypoint xsi:type="dc:Point" x="865.0" y="216.0"/>
                    <di:waypoint xsi:type="dc:Point" x="865.0" y="269.0"/>
                    <di:waypoint xsi:type="dc:Point" x="795.5" y="269.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FaDbkHUWEeKpg8Y20korJw" bpmnElement="_6A8D9FF3-4151-4B0E-9CBA-6FEEE28C0F1C">
                    <dc:Bounds height="40.0" width="40.0" x="855.0" y="73.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FaECoHUWEeKpg8Y20korJw" bpmnElement="_FC219CC9-AFEA-4B5E-B4FE-EF71C322C3A8">
                    <di:waypoint xsi:type="dc:Point" x="390.0" y="85.5"/>
                    <di:waypoint xsi:type="dc:Point" x="567.0" y="85.0"/>
                    <di:waypoint xsi:type="dc:Point" x="567.0" y="37.0"/>
                    <di:waypoint xsi:type="dc:Point" x="680.5" y="37.5"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FaEpsHUWEeKpg8Y20korJw" bpmnElement="_3430195A-D989-4DE9-8178-8266A5DAB3C0">
                    <dc:Bounds height="56.0" width="89.0" x="900.0" y="9.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FaFQwHUWEeKpg8Y20korJw" bpmnElement="_8F0AE969-582F-4DEE-ACEA-62A3DFEE224B">
                    <di:waypoint xsi:type="dc:Point" x="875.0" y="93.0"/>
                    <di:waypoint xsi:type="dc:Point" x="875.0" y="37.0"/>
                    <di:waypoint xsi:type="dc:Point" x="944.5" y="37.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FaF30HUWEeKpg8Y20korJw" bpmnElement="_DD3E931A-7CDF-4E7E-9B47-688ACC2A1E1C">
                    <dc:Bounds height="66.0" width="84.0" x="1050.0" y="4.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FaI7IHUWEeKpg8Y20korJw" bpmnElement="_6D5DC4E0-0515-41F1-BD8B-5C47A5CF7A92">
                    <di:waypoint xsi:type="dc:Point" x="944.5" y="37.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1092.0" y="37.0"/>
                  </bpmndi:BPMNEdge>
                  <bpmndi:BPMNShape id="_FaJiMHUWEeKpg8Y20korJw" bpmnElement="_23BF05F6-E680-49A3-BA1F-1501FB00F94D">
                    <dc:Bounds height="28.0" width="28.0" x="1178.0" y="22.0"/>
                  </bpmndi:BPMNShape>
                  <bpmndi:BPMNEdge id="_FaKJQHUWEeKpg8Y20korJw" bpmnElement="_9D162B31-2461-4141-82EA-73FD101D87A3">
                    <di:waypoint xsi:type="dc:Point" x="1092.0" y="37.0"/>
                    <di:waypoint xsi:type="dc:Point" x="1192.0" y="36.0"/>
                  </bpmndi:BPMNEdge>
                </bpmndi:BPMNPlane>
              </bpmndi:BPMNDiagram>
            </bpmn2:definitions>

             

            When i tried to add the additional OR condition path in Risk Decision OR node of CR_PROCESS , I'm getting the nosuch method errror in evaulator.

            I've single package named SDS in drools repository and it contains three process like CR_PROCESS

            I'm using single kession and loading three set of process like CR_PROCESS. Everything was fine till i add the OR Condition Path.

            I rebulided the package but didnt help me .

             

            Could you please help me on this ?

             

            Eagerly waiting for your response..

            Thanks in Advance !

            • 3. Re: Error in Jbpm 5.2 process split node .
              eaa

              Well, I don't see anything wrong with your process definition. What is the value of 'totalscore' when the gateway is reached? In order to be 100% sure you could add a script task before the gateway to print its value.

               

              Best Regards,

              • 4. Re: Error in Jbpm 5.2 process split node .
                manimportal

                totalscore passed to node is 21.0 . While debugging , i tried to pass all set values one by one used in condition , but still no luck , Got the same error

                 

                The same process was running perfectly  and it was flowing to the correct decision path based on the value passed before i add the extra decision path .

                 

                Wondering what went wrong while adding the extra decision path.

                 

                Is it due to same package which i'm using to load all the process is creating problem ?

                 

                Please help me out on this .