|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" id="Defs_blindenhilfe_colored" targetNamespace="https://example.org/bpmn#" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="18.6.1"> |
| 3 | + <bpmn:process id="blindenhilfe_process" isExecutable="false"> |
| 4 | + <bpmn:laneSet id="ls_bh"> |
| 5 | + <bpmn:lane id="lane_applicant_bh" name="Antragsteller:in"> |
| 6 | + <bpmn:flowNodeRef>bh_s</bpmn:flowNodeRef> |
| 7 | + <bpmn:flowNodeRef>bh_t0</bpmn:flowNodeRef> |
| 8 | + <bpmn:flowNodeRef>bh_t6</bpmn:flowNodeRef> |
| 9 | + <bpmn:flowNodeRef>bh_e_no</bpmn:flowNodeRef> |
| 10 | + </bpmn:lane> |
| 11 | + <bpmn:lane id="lane_sozialamt_bh" name="zuständiger Träger (Sozialamt)"> |
| 12 | + <bpmn:flowNodeRef>bh_t1</bpmn:flowNodeRef> |
| 13 | + <bpmn:flowNodeRef>bh_t3</bpmn:flowNodeRef> |
| 14 | + <bpmn:flowNodeRef>bh_t4</bpmn:flowNodeRef> |
| 15 | + <bpmn:flowNodeRef>bh_t5</bpmn:flowNodeRef> |
| 16 | + <bpmn:flowNodeRef>bh_g</bpmn:flowNodeRef> |
| 17 | + <bpmn:flowNodeRef>bh_e_ok</bpmn:flowNodeRef> |
| 18 | + </bpmn:lane> |
| 19 | + </bpmn:laneSet> |
| 20 | + <bpmn:startEvent id="bh_s" name="Start"> |
| 21 | + <bpmn:outgoing>bh_f0</bpmn:outgoing> |
| 22 | + </bpmn:startEvent> |
| 23 | + <bpmn:manualTask id="bh_t0" name="Antrag auf Blindenhilfe stellen"> |
| 24 | + <bpmn:incoming>bh_f0</bpmn:incoming> |
| 25 | + <bpmn:outgoing>bh_f1</bpmn:outgoing> |
| 26 | + </bpmn:manualTask> |
| 27 | + <bpmn:userTask id="bh_t1" name="Unterlagen prüfen (Vollständigkeit)"> |
| 28 | + <bpmn:incoming>bh_f1</bpmn:incoming> |
| 29 | + <bpmn:outgoing>bh_f2</bpmn:outgoing> |
| 30 | + </bpmn:userTask> |
| 31 | + <bpmn:userTask id="bh_t3" name="Bedürftigkeit prüfen (Einkommen/Vermögen)"> |
| 32 | + <bpmn:incoming>bh_f2</bpmn:incoming> |
| 33 | + <bpmn:outgoing>bh_f4</bpmn:outgoing> |
| 34 | + </bpmn:userTask> |
| 35 | + <bpmn:userTask id="bh_t4" name="Anrechnung Landesblindengeld ermitteln"> |
| 36 | + <bpmn:incoming>bh_f4</bpmn:incoming> |
| 37 | + <bpmn:outgoing>bh_f5</bpmn:outgoing> |
| 38 | + </bpmn:userTask> |
| 39 | + <bpmn:userTask id="bh_t5" name="Anrechnung Pflegeleistungen (pauschal) ermitteln"> |
| 40 | + <bpmn:incoming>bh_f5</bpmn:incoming> |
| 41 | + <bpmn:outgoing>bh_f6</bpmn:outgoing> |
| 42 | + </bpmn:userTask> |
| 43 | + <bpmn:exclusiveGateway id="bh_g" name="Anspruch gegeben?"> |
| 44 | + <bpmn:incoming>bh_f6</bpmn:incoming> |
| 45 | + <bpmn:outgoing>bh_fy</bpmn:outgoing> |
| 46 | + <bpmn:outgoing>bh_fn</bpmn:outgoing> |
| 47 | + </bpmn:exclusiveGateway> |
| 48 | + <bpmn:endEvent id="bh_e_ok" name="Bewilligt"> |
| 49 | + <bpmn:incoming>bh_fy</bpmn:incoming> |
| 50 | + </bpmn:endEvent> |
| 51 | + <bpmn:manualTask id="bh_t6" name="Widerspruch möglich"> |
| 52 | + <bpmn:incoming>bh_fn</bpmn:incoming> |
| 53 | + <bpmn:outgoing>bh_f7</bpmn:outgoing> |
| 54 | + </bpmn:manualTask> |
| 55 | + <bpmn:endEvent id="bh_e_no" name="Abgelehnt"> |
| 56 | + <bpmn:incoming>bh_f7</bpmn:incoming> |
| 57 | + </bpmn:endEvent> |
| 58 | + <bpmn:sequenceFlow id="bh_f0" sourceRef="bh_s" targetRef="bh_t0" /> |
| 59 | + <bpmn:sequenceFlow id="bh_f1" sourceRef="bh_t0" targetRef="bh_t1" /> |
| 60 | + <bpmn:sequenceFlow id="bh_f2" sourceRef="bh_t1" targetRef="bh_t3" /> |
| 61 | + <bpmn:sequenceFlow id="bh_f4" sourceRef="bh_t3" targetRef="bh_t4" /> |
| 62 | + <bpmn:sequenceFlow id="bh_f5" sourceRef="bh_t4" targetRef="bh_t5" /> |
| 63 | + <bpmn:sequenceFlow id="bh_f6" sourceRef="bh_t5" targetRef="bh_g" /> |
| 64 | + <bpmn:sequenceFlow id="bh_fy" name="ja" sourceRef="bh_g" targetRef="bh_e_ok" /> |
| 65 | + <bpmn:sequenceFlow id="bh_fn" name="nein" sourceRef="bh_g" targetRef="bh_t6" /> |
| 66 | + <bpmn:sequenceFlow id="bh_f7" sourceRef="bh_t6" targetRef="bh_e_no" /> |
| 67 | + </bpmn:process> |
| 68 | + <bpmndi:BPMNDiagram id="D_blindenhilfe"> |
| 69 | + <bpmndi:BPMNPlane id="P_blindenhilfe" bpmnElement="blindenhilfe_process"> |
| 70 | + <bpmndi:BPMNShape id="L_sozialamt_bh" bpmnElement="lane_sozialamt_bh" isHorizontal="true" color:background-color="#F5F8FF" color:border-color="#A3A3A3"> |
| 71 | + <dc:Bounds x="160" y="200" width="1760" height="150" /> |
| 72 | + </bpmndi:BPMNShape> |
| 73 | + <bpmndi:BPMNShape id="L_applicant_bh" bpmnElement="lane_applicant_bh" isHorizontal="true" color:background-color="#F6FFF6" color:border-color="#A3A3A3"> |
| 74 | + <dc:Bounds x="160" y="80" width="1760" height="120" /> |
| 75 | + </bpmndi:BPMNShape> |
| 76 | + <bpmndi:BPMNShape id="D_bh_s" bpmnElement="bh_s" color:background-color="#F0FFF4" color:border-color="#047857"> |
| 77 | + <dc:Bounds x="200" y="122" width="36" height="36" /> |
| 78 | + </bpmndi:BPMNShape> |
| 79 | + <bpmndi:BPMNShape id="D_bh_t0" bpmnElement="bh_t0" color:background-color="#E8F7E8" color:border-color="#2E7D32"> |
| 80 | + <dc:Bounds x="260" y="110" width="240" height="60" /> |
| 81 | + </bpmndi:BPMNShape> |
| 82 | + <bpmndi:BPMNShape id="D_bh_t1" bpmnElement="bh_t1" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 83 | + <dc:Bounds x="540" y="235" width="210" height="70" /> |
| 84 | + </bpmndi:BPMNShape> |
| 85 | + <bpmndi:BPMNShape id="D_bh_t3" bpmnElement="bh_t3" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 86 | + <dc:Bounds x="790" y="235" width="240" height="70" /> |
| 87 | + </bpmndi:BPMNShape> |
| 88 | + <bpmndi:BPMNShape id="D_bh_t4" bpmnElement="bh_t4" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 89 | + <dc:Bounds x="1070" y="235" width="240" height="70" /> |
| 90 | + </bpmndi:BPMNShape> |
| 91 | + <bpmndi:BPMNShape id="D_bh_t5" bpmnElement="bh_t5" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 92 | + <dc:Bounds x="1350" y="235" width="260" height="70" /> |
| 93 | + </bpmndi:BPMNShape> |
| 94 | + <bpmndi:BPMNShape id="D_bh_g" bpmnElement="bh_g" isMarkerVisible="true" color:background-color="#F5F5F5" color:border-color="#6B7280"> |
| 95 | + <dc:Bounds x="1655" y="245" width="50" height="50" /> |
| 96 | + <bpmndi:BPMNLabel> |
| 97 | + <dc:Bounds x="1656" y="295" width="49" height="27" /> |
| 98 | + </bpmndi:BPMNLabel> |
| 99 | + </bpmndi:BPMNShape> |
| 100 | + <bpmndi:BPMNShape id="D_bh_t6" bpmnElement="bh_t6" color:background-color="#E8F7E8" color:border-color="#2E7D32"> |
| 101 | + <dc:Bounds x="1565" y="110" width="230" height="60" /> |
| 102 | + </bpmndi:BPMNShape> |
| 103 | + <bpmndi:BPMNShape id="D_bh_e_ok" bpmnElement="bh_e_ok" bioc:stroke="#205022" bioc:fill="#c8e6c9" color:background-color="#c8e6c9" color:border-color="#205022"> |
| 104 | + <dc:Bounds x="1832" y="252" width="36" height="36" /> |
| 105 | + <bpmndi:BPMNLabel> |
| 106 | + <dc:Bounds x="1830" y="288" width="41" height="14" /> |
| 107 | + </bpmndi:BPMNLabel> |
| 108 | + </bpmndi:BPMNShape> |
| 109 | + <bpmndi:BPMNShape id="D_bh_e_no" bpmnElement="bh_e_no" color:background-color="#FEF2F2" color:border-color="#B91C1C"> |
| 110 | + <dc:Bounds x="1832" y="122" width="36" height="36" /> |
| 111 | + <bpmndi:BPMNLabel> |
| 112 | + <dc:Bounds x="1825" y="158" width="50" height="14" /> |
| 113 | + </bpmndi:BPMNLabel> |
| 114 | + </bpmndi:BPMNShape> |
| 115 | + <bpmndi:BPMNEdge id="bh_f0d" bpmnElement="bh_f0" color:border-color="#2E7D32"> |
| 116 | + <di:waypoint x="236" y="140" /> |
| 117 | + <di:waypoint x="260" y="140" /> |
| 118 | + </bpmndi:BPMNEdge> |
| 119 | + <bpmndi:BPMNEdge id="bh_f1d" bpmnElement="bh_f1"> |
| 120 | + <di:waypoint x="500" y="140" /> |
| 121 | + <di:waypoint x="520" y="140" /> |
| 122 | + <di:waypoint x="520" y="270" /> |
| 123 | + <di:waypoint x="540" y="270" /> |
| 124 | + </bpmndi:BPMNEdge> |
| 125 | + <bpmndi:BPMNEdge id="bh_f2d" bpmnElement="bh_f2"> |
| 126 | + <di:waypoint x="750" y="270" /> |
| 127 | + <di:waypoint x="790" y="270" /> |
| 128 | + </bpmndi:BPMNEdge> |
| 129 | + <bpmndi:BPMNEdge id="bh_f4d" bpmnElement="bh_f4"> |
| 130 | + <di:waypoint x="1030" y="270" /> |
| 131 | + <di:waypoint x="1070" y="270" /> |
| 132 | + </bpmndi:BPMNEdge> |
| 133 | + <bpmndi:BPMNEdge id="bh_f5d" bpmnElement="bh_f5"> |
| 134 | + <di:waypoint x="1310" y="270" /> |
| 135 | + <di:waypoint x="1350" y="270" /> |
| 136 | + </bpmndi:BPMNEdge> |
| 137 | + <bpmndi:BPMNEdge id="bh_f6d" bpmnElement="bh_f6"> |
| 138 | + <di:waypoint x="1610" y="270" /> |
| 139 | + <di:waypoint x="1655" y="270" /> |
| 140 | + </bpmndi:BPMNEdge> |
| 141 | + <bpmndi:BPMNEdge id="bh_fyd" bpmnElement="bh_fy" color:border-color="#1E40AF"> |
| 142 | + <di:waypoint x="1705" y="270" /> |
| 143 | + <di:waypoint x="1832" y="270" /> |
| 144 | + <bpmndi:BPMNLabel> |
| 145 | + <dc:Bounds x="1755" y="245" width="9" height="14" /> |
| 146 | + </bpmndi:BPMNLabel> |
| 147 | + </bpmndi:BPMNEdge> |
| 148 | + <bpmndi:BPMNEdge id="bh_fnd" bpmnElement="bh_fn" color:border-color="#2E7D32"> |
| 149 | + <di:waypoint x="1680" y="245" /> |
| 150 | + <di:waypoint x="1680" y="170" /> |
| 151 | + <bpmndi:BPMNLabel> |
| 152 | + <dc:Bounds x="1639" y="210" width="21" height="14" /> |
| 153 | + </bpmndi:BPMNLabel> |
| 154 | + </bpmndi:BPMNEdge> |
| 155 | + <bpmndi:BPMNEdge id="bh_f7d" bpmnElement="bh_f7" color:border-color="#B91C1C"> |
| 156 | + <di:waypoint x="1795" y="140" /> |
| 157 | + <di:waypoint x="1832" y="140" /> |
| 158 | + </bpmndi:BPMNEdge> |
| 159 | + </bpmndi:BPMNPlane> |
| 160 | + </bpmndi:BPMNDiagram> |
| 161 | +</bpmn:definitions> |
0 commit comments