|
| 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" id="Defs_gruendungsbonus_plus_lane_even" targetNamespace="https://example.org/bpmn#" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="18.6.1"> |
| 3 | + <bpmn:process id="p_gruendungsbonus_plus" isExecutable="false"> |
| 4 | + <bpmn:laneSet id="ls_gbplus"> |
| 5 | + <bpmn:lane id="lane_user" name="Antragsteller:in"> |
| 6 | + <bpmn:flowNodeRef>s</bpmn:flowNodeRef> |
| 7 | + <bpmn:flowNodeRef>t0</bpmn:flowNodeRef> |
| 8 | + <bpmn:flowNodeRef>e_no</bpmn:flowNodeRef> |
| 9 | + <bpmn:flowNodeRef>t6</bpmn:flowNodeRef> |
| 10 | + </bpmn:lane> |
| 11 | + <bpmn:lane id="lane_ibb_bt" name="IBB Business Team"> |
| 12 | + <bpmn:flowNodeRef>t2</bpmn:flowNodeRef> |
| 13 | + <bpmn:flowNodeRef>t4</bpmn:flowNodeRef> |
| 14 | + <bpmn:flowNodeRef>g</bpmn:flowNodeRef> |
| 15 | + <bpmn:flowNodeRef>e_ok</bpmn:flowNodeRef> |
| 16 | + </bpmn:lane> |
| 17 | + </bpmn:laneSet> |
| 18 | + <bpmn:startEvent id="s" name="Start"> |
| 19 | + <bpmn:outgoing>f0</bpmn:outgoing> |
| 20 | + </bpmn:startEvent> |
| 21 | + <bpmn:manualTask id="t0" name="Online-Antrag einreichen"> |
| 22 | + <bpmn:incoming>f0</bpmn:incoming> |
| 23 | + <bpmn:outgoing>f1</bpmn:outgoing> |
| 24 | + </bpmn:manualTask> |
| 25 | + <bpmn:userTask id="t2" name="Formale & inhaltliche Prüfung"> |
| 26 | + <bpmn:incoming>f1</bpmn:incoming> |
| 27 | + <bpmn:outgoing>f2</bpmn:outgoing> |
| 28 | + </bpmn:userTask> |
| 29 | + <bpmn:exclusiveGateway id="g" name="Bewilligt?"> |
| 30 | + <bpmn:incoming>f2</bpmn:incoming> |
| 31 | + <bpmn:outgoing>fy</bpmn:outgoing> |
| 32 | + <bpmn:outgoing>fn</bpmn:outgoing> |
| 33 | + </bpmn:exclusiveGateway> |
| 34 | + <bpmn:sendTask id="t4" name="Zuwendungsbescheid & Auszahlung in Tranchen (Erstattungsprinzip)"> |
| 35 | + <bpmn:incoming>fy</bpmn:incoming> |
| 36 | + <bpmn:outgoing>f3</bpmn:outgoing> |
| 37 | + </bpmn:sendTask> |
| 38 | + <bpmn:manualTask id="t6" name="Widerspruch/Nachbesserung möglich"> |
| 39 | + <bpmn:incoming>fn</bpmn:incoming> |
| 40 | + <bpmn:outgoing>f4</bpmn:outgoing> |
| 41 | + </bpmn:manualTask> |
| 42 | + <bpmn:endEvent id="e_ok" name="Bewilligt"> |
| 43 | + <bpmn:incoming>f3</bpmn:incoming> |
| 44 | + </bpmn:endEvent> |
| 45 | + <bpmn:endEvent id="e_no" name="Abgelehnt"> |
| 46 | + <bpmn:incoming>f4</bpmn:incoming> |
| 47 | + </bpmn:endEvent> |
| 48 | + <bpmn:sequenceFlow id="f0" sourceRef="s" targetRef="t0" /> |
| 49 | + <bpmn:sequenceFlow id="f1" sourceRef="t0" targetRef="t2" /> |
| 50 | + <bpmn:sequenceFlow id="f2" sourceRef="t2" targetRef="g" /> |
| 51 | + <bpmn:sequenceFlow id="fy" name="ja" sourceRef="g" targetRef="t4" /> |
| 52 | + <bpmn:sequenceFlow id="fn" name="nein" sourceRef="g" targetRef="t6" /> |
| 53 | + <bpmn:sequenceFlow id="f3" sourceRef="t4" targetRef="e_ok" /> |
| 54 | + <bpmn:sequenceFlow id="f4" sourceRef="t6" targetRef="e_no" /> |
| 55 | + </bpmn:process> |
| 56 | + <bpmndi:BPMNDiagram id="D_gruendungsbonus_plus"> |
| 57 | + <bpmndi:BPMNPlane id="P_gruendungsbonus_plus" bpmnElement="p_gruendungsbonus_plus"> |
| 58 | + <bpmndi:BPMNShape id="L_ibb_bt" bpmnElement="lane_ibb_bt" isHorizontal="true" color:background-color="#F5F8FF" color:border-color="#A3A3A3"> |
| 59 | + <dc:Bounds x="150" y="200" width="1320" height="160" /> |
| 60 | + </bpmndi:BPMNShape> |
| 61 | + <bpmndi:BPMNShape id="L_user" bpmnElement="lane_user" isHorizontal="true" color:background-color="#F6FFF6" color:border-color="#A3A3A3"> |
| 62 | + <dc:Bounds x="150" y="80" width="1320" height="120" /> |
| 63 | + </bpmndi:BPMNShape> |
| 64 | + <bpmndi:BPMNShape id="Ds" bpmnElement="s" color:background-color="#F0FFF4" color:border-color="#047857"> |
| 65 | + <dc:Bounds x="200" y="122" width="36" height="36" /> |
| 66 | + </bpmndi:BPMNShape> |
| 67 | + <bpmndi:BPMNShape id="Dt0" bpmnElement="t0" color:background-color="#E8F7E8" color:border-color="#2E7D32"> |
| 68 | + <dc:Bounds x="260" y="110" width="240" height="60" /> |
| 69 | + </bpmndi:BPMNShape> |
| 70 | + <bpmndi:BPMNShape id="Dt2" bpmnElement="t2" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 71 | + <dc:Bounds x="620" y="245" width="260" height="70" /> |
| 72 | + </bpmndi:BPMNShape> |
| 73 | + <bpmndi:BPMNShape id="Dt4" bpmnElement="t4" color:background-color="#EAF0FF" color:border-color="#1E40AF"> |
| 74 | + <dc:Bounds x="1040" y="245" width="320" height="70" /> |
| 75 | + </bpmndi:BPMNShape> |
| 76 | + <bpmndi:BPMNShape id="Dg" bpmnElement="g" isMarkerVisible="true" color:background-color="#F5F5F5" color:border-color="#6B7280"> |
| 77 | + <dc:Bounds x="935" y="255" width="50" height="50" /> |
| 78 | + <bpmndi:BPMNLabel> |
| 79 | + <dc:Bounds x="937" y="305" width="47" height="14" /> |
| 80 | + </bpmndi:BPMNLabel> |
| 81 | + </bpmndi:BPMNShape> |
| 82 | + <bpmndi:BPMNShape id="De_ok" bpmnElement="e_ok" color:background-color="#ECFDF5" color:border-color="#059669"> |
| 83 | + <dc:Bounds x="1402" y="262" width="36" height="36" /> |
| 84 | + <bpmndi:BPMNLabel> |
| 85 | + <dc:Bounds x="1400" y="298" width="41" height="14" /> |
| 86 | + </bpmndi:BPMNLabel> |
| 87 | + </bpmndi:BPMNShape> |
| 88 | + <bpmndi:BPMNShape id="De_no" bpmnElement="e_no" color:background-color="#FEF2F2" color:border-color="#B91C1C"> |
| 89 | + <dc:Bounds x="1402" y="122" width="36" height="36" /> |
| 90 | + <bpmndi:BPMNLabel> |
| 91 | + <dc:Bounds x="1395" y="158" width="50" height="14" /> |
| 92 | + </bpmndi:BPMNLabel> |
| 93 | + </bpmndi:BPMNShape> |
| 94 | + <bpmndi:BPMNShape id="Dt6" bpmnElement="t6" color:background-color="#E8F7E8" color:border-color="#B45309"> |
| 95 | + <dc:Bounds x="1070" y="110" width="260" height="60" /> |
| 96 | + </bpmndi:BPMNShape> |
| 97 | + <bpmndi:BPMNEdge id="f0d" bpmnElement="f0"> |
| 98 | + <di:waypoint x="236" y="140" /> |
| 99 | + <di:waypoint x="260" y="140" /> |
| 100 | + </bpmndi:BPMNEdge> |
| 101 | + <bpmndi:BPMNEdge id="f1d" bpmnElement="f1"> |
| 102 | + <di:waypoint x="500" y="140" /> |
| 103 | + <di:waypoint x="600" y="140" /> |
| 104 | + <di:waypoint x="600" y="280" /> |
| 105 | + <di:waypoint x="620" y="280" /> |
| 106 | + </bpmndi:BPMNEdge> |
| 107 | + <bpmndi:BPMNEdge id="f2d" bpmnElement="f2"> |
| 108 | + <di:waypoint x="880" y="282" /> |
| 109 | + <di:waypoint x="937" y="282" /> |
| 110 | + </bpmndi:BPMNEdge> |
| 111 | + <bpmndi:BPMNEdge id="fyd" bpmnElement="fy"> |
| 112 | + <di:waypoint x="982" y="283" /> |
| 113 | + <di:waypoint x="1040" y="283" /> |
| 114 | + <bpmndi:BPMNLabel> |
| 115 | + <dc:Bounds x="1029" y="262" width="9" height="14" /> |
| 116 | + </bpmndi:BPMNLabel> |
| 117 | + </bpmndi:BPMNEdge> |
| 118 | + <bpmndi:BPMNEdge id="fnd" bpmnElement="fn"> |
| 119 | + <di:waypoint x="960" y="255" /> |
| 120 | + <di:waypoint x="960" y="140" /> |
| 121 | + <di:waypoint x="1070" y="140" /> |
| 122 | + <bpmndi:BPMNLabel> |
| 123 | + <dc:Bounds x="965" y="188" width="21" height="14" /> |
| 124 | + </bpmndi:BPMNLabel> |
| 125 | + </bpmndi:BPMNEdge> |
| 126 | + <bpmndi:BPMNEdge id="f3d" bpmnElement="f3"> |
| 127 | + <di:waypoint x="1360" y="280" /> |
| 128 | + <di:waypoint x="1402" y="280" /> |
| 129 | + </bpmndi:BPMNEdge> |
| 130 | + <bpmndi:BPMNEdge id="f4d" bpmnElement="f4"> |
| 131 | + <di:waypoint x="1330" y="140" /> |
| 132 | + <di:waypoint x="1402" y="140" /> |
| 133 | + </bpmndi:BPMNEdge> |
| 134 | + </bpmndi:BPMNPlane> |
| 135 | + </bpmndi:BPMNDiagram> |
| 136 | +</bpmn:definitions> |
0 commit comments