<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_DeadEnd" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.38.1" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.7.0">
  <bpmn:process id="Process_DeadEnd" name="The outcome is a dead end" isExecutable="false">
    <bpmn:startEvent id="StartEvent_Application" name="Application received"><bpmn:outgoing>Flow_StartToAssess</bpmn:outgoing></bpmn:startEvent>
    <bpmn:serviceTask id="Task_AIAssessment" name="AI assesses application"><bpmn:incoming>Flow_StartToAssess</bpmn:incoming><bpmn:outgoing>Flow_AssessToDecline</bpmn:outgoing></bpmn:serviceTask>
    <bpmn:serviceTask id="Task_Decline" name="Decline application"><bpmn:incoming>Flow_AssessToDecline</bpmn:incoming><bpmn:outgoing>Flow_DeclineToNotify</bpmn:outgoing></bpmn:serviceTask>
    <bpmn:sendTask id="Task_Notify" name="Send decline notice"><bpmn:incoming>Flow_DeclineToNotify</bpmn:incoming><bpmn:outgoing>Flow_NotifyToEnd</bpmn:outgoing></bpmn:sendTask>
    <bpmn:endEvent id="EndEvent_Closed" name="Case closed"><bpmn:incoming>Flow_NotifyToEnd</bpmn:incoming></bpmn:endEvent>
    <bpmn:textAnnotation id="Annotation_DeadEnd"><bpmn:text>No explanation, appeal or practical next step</bpmn:text></bpmn:textAnnotation>
    <bpmn:association id="Association_DeadEnd" sourceRef="EndEvent_Closed" targetRef="Annotation_DeadEnd" />
    <bpmn:sequenceFlow id="Flow_StartToAssess" sourceRef="StartEvent_Application" targetRef="Task_AIAssessment" />
    <bpmn:sequenceFlow id="Flow_AssessToDecline" sourceRef="Task_AIAssessment" targetRef="Task_Decline" />
    <bpmn:sequenceFlow id="Flow_DeclineToNotify" sourceRef="Task_Decline" targetRef="Task_Notify" />
    <bpmn:sequenceFlow id="Flow_NotifyToEnd" sourceRef="Task_Notify" targetRef="EndEvent_Closed" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_DeadEnd"><bpmndi:BPMNPlane id="BPMNPlane_DeadEnd" bpmnElement="Process_DeadEnd">
    <bpmndi:BPMNShape id="StartEvent_Application_di" bpmnElement="StartEvent_Application"><dc:Bounds x="72" y="142" width="36" height="36" /><bpmndi:BPMNLabel><dc:Bounds x="48" y="185" width="85" height="27" /></bpmndi:BPMNLabel></bpmndi:BPMNShape>
    <bpmndi:BPMNShape id="Task_AIAssessment_di" bpmnElement="Task_AIAssessment"><dc:Bounds x="160" y="110" width="190" height="100" /></bpmndi:BPMNShape>
    <bpmndi:BPMNShape id="Task_Decline_di" bpmnElement="Task_Decline"><dc:Bounds x="435" y="110" width="190" height="100" /></bpmndi:BPMNShape>
    <bpmndi:BPMNShape id="Task_Notify_di" bpmnElement="Task_Notify"><dc:Bounds x="710" y="110" width="190" height="100" /></bpmndi:BPMNShape>
    <bpmndi:BPMNShape id="EndEvent_Closed_di" bpmnElement="EndEvent_Closed"><dc:Bounds x="975" y="142" width="36" height="36" /><bpmndi:BPMNLabel><dc:Bounds x="963" y="185" width="61" height="14" /></bpmndi:BPMNLabel></bpmndi:BPMNShape>
    <bpmndi:BPMNShape id="Annotation_DeadEnd_di" bpmnElement="Annotation_DeadEnd"><dc:Bounds x="845" y="245" width="250" height="45" /></bpmndi:BPMNShape>
    <bpmndi:BPMNEdge id="Flow_StartToAssess_di" bpmnElement="Flow_StartToAssess"><di:waypoint x="108" y="160" /><di:waypoint x="160" y="160" /></bpmndi:BPMNEdge>
    <bpmndi:BPMNEdge id="Flow_AssessToDecline_di" bpmnElement="Flow_AssessToDecline"><di:waypoint x="350" y="160" /><di:waypoint x="435" y="160" /></bpmndi:BPMNEdge>
    <bpmndi:BPMNEdge id="Flow_DeclineToNotify_di" bpmnElement="Flow_DeclineToNotify"><di:waypoint x="625" y="160" /><di:waypoint x="710" y="160" /></bpmndi:BPMNEdge>
    <bpmndi:BPMNEdge id="Flow_NotifyToEnd_di" bpmnElement="Flow_NotifyToEnd"><di:waypoint x="900" y="160" /><di:waypoint x="975" y="160" /></bpmndi:BPMNEdge>
    <bpmndi:BPMNEdge id="Association_DeadEnd_di" bpmnElement="Association_DeadEnd"><di:waypoint x="993" y="178" /><di:waypoint x="993" y="245" /></bpmndi:BPMNEdge>
  </bpmndi:BPMNPlane></bpmndi:BPMNDiagram>
</bpmn:definitions>
