|
| 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_blindengeld_colored" targetNamespace="https://example.org/bpmn#" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="18.6.1"> |
| 3 | + <bpmn:process id="blindengeld_process" isExecutable="false"> |
| 4 | + <bpmn:laneSet id="ls"> |
| 5 | + <bpmn:lane id="lane_applicant" name="Antragsteller:in"> |
| 6 | + <bpmn:flowNodeRef>s</bpmn:flowNodeRef> |
| 7 | + <bpmn:flowNodeRef>t0</bpmn:flowNodeRef> |
| 8 | + <bpmn:flowNodeRef>t5</bpmn:flowNodeRef> |
| 9 | + <bpmn:flowNodeRef>e_no</bpmn:flowNodeRef> |
| 10 | + </bpmn:lane> |
| 11 | + <bpmn:lane id="lane_sozialamt" name="zuständiger Träger"> |
| 12 | + <bpmn:flowNodeRef>t1</bpmn:flowNodeRef> |
| 13 | + <bpmn:flowNodeRef>t2</bpmn:flowNodeRef> |
| 14 | + <bpmn:flowNodeRef>t4</bpmn:flowNodeRef> |
| 15 | + <bpmn:flowNodeRef>g</bpmn:flowNodeRef> |
| 16 | + <bpmn:flowNodeRef>e_ok</bpmn:flowNodeRef> |
| 17 | + </bpmn:lane> |
| 18 | + </bpmn:laneSet> |
| 19 | + <bpmn:startEvent id="s" name="Start"> |
| 20 | + <bpmn:outgoing>f0</bpmn:outgoing> |
| 21 | + </bpmn:startEvent> |
| 22 | + <bpmn:manualTask id="t0" name="Blindengeld-Antrag stellen"> |
| 23 | + <bpmn:incoming>f0</bpmn:incoming> |
| 24 | + <bpmn:outgoing>f1</bpmn:outgoing> |
| 25 | + </bpmn:manualTask> |
| 26 | + <bpmn:userTask id="t1" name="Unterlagen prüfen (Vollständigkeit)"> |
| 27 | + <bpmn:incoming>f1</bpmn:incoming> |
| 28 | + <bpmn:outgoing>f2</bpmn:outgoing> |
| 29 | + </bpmn:userTask> |
| 30 | + <bpmn:userTask id="t2" name="Anspruchsvoraussetzungen prüfen (Blindheit)"> |
| 31 | + <bpmn:incoming>f2</bpmn:incoming> |
| 32 | + <bpmn:outgoing>f3</bpmn:outgoing> |
| 33 | + </bpmn:userTask> |
| 34 | + <bpmn:userTask id="t4" name="Bescheid vorbereiten"> |
| 35 | + <bpmn:incoming>f3</bpmn:incoming> |
| 36 | + <bpmn:outgoing>f5</bpmn:outgoing> |
| 37 | + </bpmn:userTask> |
| 38 | + <bpmn:exclusiveGateway id="g" name="Anspruch gegeben?"> |
| 39 | + <bpmn:incoming>f5</bpmn:incoming> |
| 40 | + <bpmn:outgoing>fy</bpmn:outgoing> |
| 41 | + <bpmn:outgoing>fn</bpmn:outgoing> |
| 42 | + </bpmn:exclusiveGateway> |
| 43 | + <bpmn:endEvent id="e_ok" name="Bewilligt"> |
| 44 | + <bpmn:incoming>fy</bpmn:incoming> |
| 45 | + </bpmn:endEvent> |
| 46 | + <bpmn:manualTask id="t5" name="Widerspruch möglich"> |
| 47 | + <bpmn:incoming>fn</bpmn:incoming> |
| 48 | + <bpmn:outgoing>f6</bpmn:outgoing> |
| 49 | + </bpmn:manualTask> |
| 50 | + <bpmn:endEvent id="e_no" name="Abgelehnt"> |
| 51 | + <bpmn:incoming>f6</bpmn:incoming> |
| 52 | + </bpmn:endEvent> |
| 53 | + <bpmn:sequenceFlow id="f0" sourceRef="s" targetRef="t0" /> |
| 54 | + <bpmn:sequenceFlow id="f1" sourceRef="t0" targetRef="t1" /> |
| 55 | + <bpmn:sequenceFlow id="f2" sourceRef="t1" targetRef="t2" /> |
| 56 | + <bpmn:sequenceFlow id="f3" sourceRef="t2" targetRef="t4" /> |
| 57 | + <bpmn:sequenceFlow id="f5" sourceRef="t4" targetRef="g" /> |
| 58 | + <bpmn:sequenceFlow id="fy" name="ja" sourceRef="g" targetRef="e_ok" /> |
| 59 | + <bpmn:sequenceFlow id="fn" name="nein" sourceRef="g" targetRef="t5" /> |
| 60 | + <bpmn:sequenceFlow id="f6" sourceRef="t5" targetRef="e_no" /> |
| 61 | + </bpmn:process> |
| 62 | + <bpmndi:BPMNDiagram id="D_blindengeld"> |
| 63 | + <bpmndi:BPMNPlane id="P_blindengeld" bpmnElement="blindengeld_process"> |
| 64 | + <bpmndi:BPMNShape id="L_sozialamt" bpmnElement="lane_sozialamt" isHorizontal="true" color:background-color="#F5F8FF" color:border-color="#A3A3A3"> |
| 65 | + <dc:Bounds x="160" y="200" width="1330" height="142" /> |
| 66 | + <bpmndi:BPMNLabel /> |
| 67 | + </bpmndi:BPMNShape> |
| 68 | + <bpmndi:BPMNShape id="L_applicant" bpmnElement="lane_applicant" isHorizontal="true" color:background-color="#F6FFF6" color:border-color="#A3A3A3"> |
| 69 | + <dc:Bounds x="160" y="80" width="1330" height="120" /> |
| 70 | + </bpmndi:BPMNShape> |
| 71 | + <bpmndi:BPMNShape id="Ds" bpmnElement="s" color:background-color="#F0FFF4" color:border-color="#047857"> |
| 72 | + <dc:Bounds x="200" y="122" width="36" height="36" /> |
| 73 | + </bpmndi:BPMNShape> |
| 74 | + <bpmndi:BPMNShape id="Dt0" bpmnElement="t0" color:background-color="#E8F7E8" color:border-color="#2E7D32"> |
| 75 | + <dc:Bounds x="260" y="110" width="220" height="60" /> |
| 76 | + </bpmndi:BPMNShape> |
| 77 | + <bpmndi:BPMNShape id="Dt1" bpmnElement="t1" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 78 | + <dc:Bounds x="525" y="235" width="190" height="70" /> |
| 79 | + </bpmndi:BPMNShape> |
| 80 | + <bpmndi:BPMNShape id="Dt2" bpmnElement="t2" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 81 | + <dc:Bounds x="760" y="235" width="220" height="70" /> |
| 82 | + </bpmndi:BPMNShape> |
| 83 | + <bpmndi:BPMNShape id="Dt4" bpmnElement="t4" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 84 | + <dc:Bounds x="1025" y="235" width="190" height="70" /> |
| 85 | + </bpmndi:BPMNShape> |
| 86 | + <bpmndi:BPMNShape id="Dg" bpmnElement="g" isMarkerVisible="true" color:background-color="#F5F5F5" color:border-color="#6B7280"> |
| 87 | + <dc:Bounds x="1255" y="245" width="50" height="50" /> |
| 88 | + <bpmndi:BPMNLabel> |
| 89 | + <dc:Bounds x="1256" y="295" width="49" height="27" /> |
| 90 | + </bpmndi:BPMNLabel> |
| 91 | + </bpmndi:BPMNShape> |
| 92 | + <bpmndi:BPMNShape id="Dt5" bpmnElement="t5" color:background-color="#E8F7E8" color:border-color="#2E7D32"> |
| 93 | + <dc:Bounds x="1180" y="110" width="200" height="60" /> |
| 94 | + </bpmndi:BPMNShape> |
| 95 | + <bpmndi:BPMNShape id="De_no" bpmnElement="e_no" color:background-color="#FEF2F2" color:border-color="#B91C1C"> |
| 96 | + <dc:Bounds x="1422" y="122" width="36" height="36" /> |
| 97 | + <bpmndi:BPMNLabel> |
| 98 | + <dc:Bounds x="1415" y="158" width="50" height="14" /> |
| 99 | + </bpmndi:BPMNLabel> |
| 100 | + </bpmndi:BPMNShape> |
| 101 | + <bpmndi:BPMNShape id="De_ok" bpmnElement="e_ok" bioc:stroke="#205022" bioc:fill="#c8e6c9" color:background-color="#c8e6c9" color:border-color="#205022"> |
| 102 | + <dc:Bounds x="1422" y="252" width="36" height="36" /> |
| 103 | + <bpmndi:BPMNLabel> |
| 104 | + <dc:Bounds x="1420" y="288" width="41" height="14" /> |
| 105 | + </bpmndi:BPMNLabel> |
| 106 | + </bpmndi:BPMNShape> |
| 107 | + <bpmndi:BPMNEdge id="f0d" bpmnElement="f0" color:border-color="#2E7D32"> |
| 108 | + <di:waypoint x="236" y="140" /> |
| 109 | + <di:waypoint x="260" y="140" /> |
| 110 | + </bpmndi:BPMNEdge> |
| 111 | + <bpmndi:BPMNEdge id="f1d" bpmnElement="f1"> |
| 112 | + <di:waypoint x="480" y="140" /> |
| 113 | + <di:waypoint x="500" y="140" /> |
| 114 | + <di:waypoint x="500" y="270" /> |
| 115 | + <di:waypoint x="525" y="270" /> |
| 116 | + </bpmndi:BPMNEdge> |
| 117 | + <bpmndi:BPMNEdge id="f2d" bpmnElement="f2"> |
| 118 | + <di:waypoint x="715" y="270" /> |
| 119 | + <di:waypoint x="760" y="270" /> |
| 120 | + </bpmndi:BPMNEdge> |
| 121 | + <bpmndi:BPMNEdge id="f3d" bpmnElement="f3"> |
| 122 | + <di:waypoint x="980" y="270" /> |
| 123 | + <di:waypoint x="1025" y="270" /> |
| 124 | + </bpmndi:BPMNEdge> |
| 125 | + <bpmndi:BPMNEdge id="f5d" bpmnElement="f5"> |
| 126 | + <di:waypoint x="1215" y="270" /> |
| 127 | + <di:waypoint x="1255" y="270" /> |
| 128 | + </bpmndi:BPMNEdge> |
| 129 | + <bpmndi:BPMNEdge id="fyd" bpmnElement="fy" color:border-color="#1E40AF"> |
| 130 | + <di:waypoint x="1305" y="270" /> |
| 131 | + <di:waypoint x="1422" y="270" /> |
| 132 | + <bpmndi:BPMNLabel> |
| 133 | + <dc:Bounds x="1362" y="245" width="9" height="14" /> |
| 134 | + </bpmndi:BPMNLabel> |
| 135 | + </bpmndi:BPMNEdge> |
| 136 | + <bpmndi:BPMNEdge id="fnd" bpmnElement="fn" color:border-color="#2E7D32"> |
| 137 | + <di:waypoint x="1280" y="245" /> |
| 138 | + <di:waypoint x="1280" y="170" /> |
| 139 | + <bpmndi:BPMNLabel> |
| 140 | + <dc:Bounds x="1256" y="213" width="21" height="14" /> |
| 141 | + </bpmndi:BPMNLabel> |
| 142 | + </bpmndi:BPMNEdge> |
| 143 | + <bpmndi:BPMNEdge id="f6d" bpmnElement="f6" color:border-color="#B91C1C"> |
| 144 | + <di:waypoint x="1380" y="140" /> |
| 145 | + <di:waypoint x="1422" y="140" /> |
| 146 | + </bpmndi:BPMNEdge> |
| 147 | + </bpmndi:BPMNPlane> |
| 148 | + </bpmndi:BPMNDiagram> |
| 149 | +</bpmn:definitions> |
0 commit comments