Skip to content

Commit

Permalink
Merge pull request #7 from Amsterdam/improvement/change-bpmn
Browse files Browse the repository at this point in the history
Change BPMN Model
  • Loading branch information
NvdLaan authored Aug 7, 2024
2 parents 9002a6f + adb2ad9 commit 6989e30
Showing 1 changed file with 114 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,172 +4,197 @@
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0ilm0ym</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:userTask id="task_vve_gezond" name="Check VVE gezond">
<bpmn:userTask id="task_quick_scan_vve" name="Quickscan VVE">
<bpmn:incoming>Flow_0ilm0ym</bpmn:incoming>
<bpmn:outgoing>Flow_1hv8im8</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0ilm0ym" sourceRef="StartEvent_1" targetRef="task_vve_gezond" />
<bpmn:userTask id="task_duurzaam_mjop" name="Duurzaam mjop">
<bpmn:sequenceFlow id="Flow_0ilm0ym" sourceRef="StartEvent_1" targetRef="task_quick_scan_vve" />
<bpmn:userTask id="task_duurzaam_mjop" name="Duurzaam MJOP">
<bpmn:incoming>Flow_1hv8im8</bpmn:incoming>
<bpmn:outgoing>Flow_1fe25t5</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1hv8im8" sourceRef="task_vve_gezond" targetRef="task_duurzaam_mjop" />
<bpmn:userTask id="task_cursus_gevolgd" name="Cursus gevolgd?">
<bpmn:sequenceFlow id="Flow_1hv8im8" sourceRef="task_quick_scan_vve" targetRef="task_duurzaam_mjop" />
<bpmn:userTask id="task_financiering_goedgekeurd" name="Financiering">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="form_cursus_gevolgd" label="Cursus gedaan?" type="enum">
<camunda:value id="yes" name="yes" />
<camunda:value id="no" name="no" />
<camunda:formField id="form_financiering_goedgekeurd" label="Is de financiering goedgekeurd?" type="enum">
<camunda:value id="yes" name="Ja, de financiering is goedgekeurd" />
<camunda:value id="no" name="Nee, de financiering is afgewezen" />
</camunda:formField>
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1fe25t5</bpmn:incoming>
<bpmn:outgoing>Flow_0y4ck3b</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1fe25t5" sourceRef="task_duurzaam_mjop" targetRef="task_cursus_gevolgd" />
<bpmn:exclusiveGateway id="gateway_cursus_gevolgd" default="Flow_0fc50oi">
<bpmn:incoming>Flow_0y4ck3b</bpmn:incoming>
<bpmn:outgoing>Flow_0fc50oi</bpmn:outgoing>
<bpmn:outgoing>Flow_1p7i81t</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_0y4ck3b" sourceRef="task_cursus_gevolgd" targetRef="gateway_cursus_gevolgd" />
<bpmn:userTask id="task_geef_budget" name="Geef budget">
<bpmn:sequenceFlow id="Flow_1fe25t5" sourceRef="task_duurzaam_mjop" targetRef="task_financiering_goedgekeurd" />
<bpmn:userTask id="task_bewoners_informatieavond" name="Bewoners informatieavond">
<bpmn:incoming>Flow_1gmklsj</bpmn:incoming>
<bpmn:outgoing>Flow_0w0106c</bpmn:outgoing>
<bpmn:outgoing>Flow_0jlucxs</bpmn:outgoing>
</bpmn:userTask>
<bpmn:userTask id="task_stuur_brief" name="Stuur brief aan VVE">
<bpmn:userTask id="task_zaak_afsluiten" name="Zaak afsluiten">
<bpmn:extensionElements />
<bpmn:incoming>Flow_0fc50oi</bpmn:incoming>
<bpmn:outgoing>Flow_11pip9c</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0fc50oi" name="Cursus niet gevold" sourceRef="gateway_cursus_gevolgd" targetRef="task_stuur_brief" />
<bpmn:parallelGateway id="gateway_cursus_gevolgd_ja">
<bpmn:parallelGateway id="Gateway_1z141ey">
<bpmn:incoming>Flow_1p7i81t</bpmn:incoming>
<bpmn:outgoing>Flow_1gmklsj</bpmn:outgoing>
<bpmn:outgoing>Flow_1y9pfyx</bpmn:outgoing>
</bpmn:parallelGateway>
<bpmn:sequenceFlow id="Flow_1gmklsj" sourceRef="gateway_cursus_gevolgd_ja" targetRef="task_geef_budget" />
<bpmn:sequenceFlow id="Flow_1p7i81t" name="Cursus gevolgd" sourceRef="gateway_cursus_gevolgd" targetRef="gateway_cursus_gevolgd_ja">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">form_cursus_gevolgd.get("value") == "yes"</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:userTask id="task_stuur_mail" name="Stuur email">
<bpmn:sequenceFlow id="Flow_1gmklsj" sourceRef="Gateway_1z141ey" targetRef="task_bewoners_informatieavond" />
<bpmn:userTask id="task_bouwbegeleiding" name="Bouwbegeleiding">
<bpmn:incoming>Flow_1y9pfyx</bpmn:incoming>
<bpmn:outgoing>Flow_0ddadw4</bpmn:outgoing>
<bpmn:outgoing>Flow_1eg8pkr</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1y9pfyx" sourceRef="gateway_cursus_gevolgd_ja" targetRef="task_stuur_mail" />
<bpmn:sequenceFlow id="Flow_1y9pfyx" sourceRef="Gateway_1z141ey" targetRef="task_bouwbegeleiding" />
<bpmn:endEvent id="end">
<bpmn:incoming>Flow_0irbh6a</bpmn:incoming>
</bpmn:endEvent>
<bpmn:exclusiveGateway id="gateway_end">
<bpmn:incoming>Flow_0ddadw4</bpmn:incoming>
<bpmn:incoming>Flow_0w0106c</bpmn:incoming>
<bpmn:exclusiveGateway id="Gateway_056f4ps">
<bpmn:incoming>Flow_11pip9c</bpmn:incoming>
<bpmn:incoming>Flow_0nn57vk</bpmn:incoming>
<bpmn:outgoing>Flow_0irbh6a</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_0irbh6a" sourceRef="gateway_end" targetRef="end" />
<bpmn:sequenceFlow id="Flow_0ddadw4" sourceRef="task_stuur_mail" targetRef="gateway_end" />
<bpmn:sequenceFlow id="Flow_0w0106c" sourceRef="task_geef_budget" targetRef="gateway_end" />
<bpmn:sequenceFlow id="Flow_11pip9c" sourceRef="task_stuur_brief" targetRef="gateway_end" />
<bpmn:sequenceFlow id="Flow_0irbh6a" sourceRef="Gateway_056f4ps" targetRef="end" />
<bpmn:sequenceFlow id="Flow_11pip9c" sourceRef="task_zaak_afsluiten" targetRef="Gateway_056f4ps" />
<bpmn:exclusiveGateway id="Gateway_09ej2w8" default="Flow_0fc50oi">
<bpmn:incoming>Flow_0y4ck3b</bpmn:incoming>
<bpmn:outgoing>Flow_1p7i81t</bpmn:outgoing>
<bpmn:outgoing>Flow_0fc50oi</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_1p7i81t" name="form_financiering_goedgekeurd == yes" sourceRef="Gateway_09ej2w8" targetRef="Gateway_1z141ey">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">form_financiering_goedgekeurd.get("value") == "yes"</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_0fc50oi" sourceRef="Gateway_09ej2w8" targetRef="task_zaak_afsluiten" />
<bpmn:sequenceFlow id="Flow_0y4ck3b" sourceRef="task_financiering_goedgekeurd" targetRef="Gateway_09ej2w8" />
<bpmn:userTask id="task_start_bouw_verduurzaming" name="Start bouw verduurzaming">
<bpmn:incoming>Flow_05t55er</bpmn:incoming>
<bpmn:outgoing>Flow_0nn57vk</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0nn57vk" sourceRef="task_start_bouw_verduurzaming" targetRef="Gateway_056f4ps" />
<bpmn:parallelGateway id="Gateway_0asqel9">
<bpmn:incoming>Flow_1eg8pkr</bpmn:incoming>
<bpmn:incoming>Flow_0jlucxs</bpmn:incoming>
<bpmn:outgoing>Flow_05t55er</bpmn:outgoing>
</bpmn:parallelGateway>
<bpmn:sequenceFlow id="Flow_1eg8pkr" sourceRef="task_bouwbegeleiding" targetRef="Gateway_0asqel9" />
<bpmn:sequenceFlow id="Flow_0jlucxs" sourceRef="task_bewoners_informatieavond" targetRef="Gateway_0asqel9" />
<bpmn:sequenceFlow id="Flow_05t55er" sourceRef="Gateway_0asqel9" targetRef="task_start_bouw_verduurzaming" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="process_vve_ok">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="152" y="362" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1b3vs4m_di" bpmnElement="task_vve_gezond">
<dc:Bounds x="240" y="340" width="100" height="80" />
<bpmndi:BPMNShape id="Activity_1b3vs4m_di" bpmnElement="task_quick_scan_vve">
<dc:Bounds x="250" y="340" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0jwprq2_di" bpmnElement="task_duurzaam_mjop">
<dc:Bounds x="400" y="340" width="100" height="80" />
<dc:Bounds x="390" y="340" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0uishua_di" bpmnElement="task_cursus_gevolgd">
<dc:Bounds x="560" y="340" width="100" height="80" />
<bpmndi:BPMNShape id="Activity_0uishua_di" bpmnElement="task_financiering_goedgekeurd">
<dc:Bounds x="540" y="340" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_18c8ix5_di" bpmnElement="gateway_cursus_gevolgd" isMarkerVisible="true">
<dc:Bounds x="735" y="355" width="50" height="50" />
<bpmndi:BPMNShape id="Gateway_18c8ix5_di" bpmnElement="Gateway_09ej2w8" isMarkerVisible="true">
<dc:Bounds x="925" y="355" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_02u67su_di" bpmnElement="Gateway_1z141ey">
<dc:Bounds x="925" y="185" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1ehvd8e_di" bpmnElement="task_stuur_brief">
<dc:Bounds x="820" y="400" width="100" height="80" />
<bpmndi:BPMNShape id="Activity_1ehvd8e_di" bpmnElement="task_zaak_afsluiten">
<dc:Bounds x="1080" y="390" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_02u67su_di" bpmnElement="gateway_cursus_gevolgd_ja">
<dc:Bounds x="735" y="185" width="50" height="50" />
<bpmndi:BPMNShape id="Activity_0d0h1p9_di" bpmnElement="task_bouwbegeleiding">
<dc:Bounds x="1080" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0d0h1p9_di" bpmnElement="task_stuur_mail">
<dc:Bounds x="1010" y="80" width="100" height="80" />
<bpmndi:BPMNShape id="Activity_0zoxbif_di" bpmnElement="task_bewoners_informatieavond">
<dc:Bounds x="1080" y="170" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0zoxbif_di" bpmnElement="task_geef_budget">
<dc:Bounds x="1010" y="170" width="100" height="80" />
<bpmndi:BPMNShape id="Activity_04onsn6_di" bpmnElement="task_start_bouw_verduurzaming">
<dc:Bounds x="1360" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_14jo49q_di" bpmnElement="end">
<dc:Bounds x="1282" y="292" width="36" height="36" />
<dc:Bounds x="1622" y="292" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1ji53gm" bpmnElement="gateway_end" isMarkerVisible="true">
<dc:Bounds x="1175" y="285" width="50" height="50" />
<bpmndi:BPMNShape id="BPMNShape_1ji53gm" bpmnElement="Gateway_056f4ps" isMarkerVisible="true">
<dc:Bounds x="1535" y="285" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0asqel9_di" bpmnElement="Gateway_0asqel9">
<dc:Bounds x="1235" y="95" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0ilm0ym_di" bpmnElement="Flow_0ilm0ym">
<di:waypoint x="188" y="380" />
<di:waypoint x="240" y="380" />
<di:waypoint x="250" y="380" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1hv8im8_di" bpmnElement="Flow_1hv8im8">
<di:waypoint x="340" y="380" />
<di:waypoint x="400" y="380" />
<di:waypoint x="350" y="380" />
<di:waypoint x="390" y="380" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1fe25t5_di" bpmnElement="Flow_1fe25t5">
<di:waypoint x="500" y="380" />
<di:waypoint x="560" y="380" />
<di:waypoint x="490" y="380" />
<di:waypoint x="540" y="380" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0y4ck3b_di" bpmnElement="Flow_0y4ck3b">
<di:waypoint x="660" y="380" />
<di:waypoint x="735" y="380" />
<di:waypoint x="640" y="380" />
<di:waypoint x="925" y="380" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0fc50oi_di" bpmnElement="Flow_0fc50oi">
<di:waypoint x="760" y="405" />
<di:waypoint x="760" y="440" />
<di:waypoint x="820" y="440" />
<bpmndi:BPMNEdge id="Flow_1p7i81t_di" bpmnElement="Flow_1p7i81t">
<di:waypoint x="950" y="355" />
<di:waypoint x="950" y="235" />
<bpmndi:BPMNLabel>
<dc:Bounds x="711" y="426" width="57" height="27" />
<dc:Bounds x="871" y="280" width="78" height="40" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1gmklsj_di" bpmnElement="Flow_1gmklsj">
<di:waypoint x="785" y="210" />
<di:waypoint x="1010" y="210" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1p7i81t_di" bpmnElement="Flow_1p7i81t">
<di:waypoint x="760" y="355" />
<di:waypoint x="760" y="235" />
<bpmndi:BPMNEdge id="Flow_0fc50oi_di" bpmnElement="Flow_0fc50oi">
<di:waypoint x="950" y="405" />
<di:waypoint x="950" y="430" />
<di:waypoint x="1080" y="430" />
<bpmndi:BPMNLabel>
<dc:Bounds x="737" y="292" width="77" height="14" />
<dc:Bounds x="801" y="426" width="57" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1gmklsj_di" bpmnElement="Flow_1gmklsj">
<di:waypoint x="975" y="210" />
<di:waypoint x="1080" y="210" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1y9pfyx_di" bpmnElement="Flow_1y9pfyx">
<di:waypoint x="760" y="185" />
<di:waypoint x="760" y="120" />
<di:waypoint x="1010" y="120" />
<di:waypoint x="950" y="185" />
<di:waypoint x="950" y="120" />
<di:waypoint x="1080" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11pip9c_di" bpmnElement="Flow_11pip9c">
<di:waypoint x="1180" y="430" />
<di:waypoint x="1560" y="430" />
<di:waypoint x="1560" y="335" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0nn57vk_di" bpmnElement="Flow_0nn57vk">
<di:waypoint x="1460" y="120" />
<di:waypoint x="1560" y="120" />
<di:waypoint x="1560" y="285" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0irbh6a_di" bpmnElement="Flow_0irbh6a">
<di:waypoint x="1225" y="310" />
<di:waypoint x="1282" y="310" />
<di:waypoint x="1585" y="310" />
<di:waypoint x="1622" y="310" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ddadw4_di" bpmnElement="Flow_0ddadw4">
<di:waypoint x="1110" y="120" />
<di:waypoint x="1200" y="120" />
<di:waypoint x="1200" y="285" />
<bpmndi:BPMNEdge id="Flow_1eg8pkr_di" bpmnElement="Flow_1eg8pkr">
<di:waypoint x="1180" y="120" />
<di:waypoint x="1235" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0w0106c_di" bpmnElement="Flow_0w0106c">
<di:waypoint x="1110" y="210" />
<di:waypoint x="1200" y="210" />
<di:waypoint x="1200" y="285" />
<bpmndi:BPMNEdge id="Flow_0jlucxs_di" bpmnElement="Flow_0jlucxs">
<di:waypoint x="1180" y="210" />
<di:waypoint x="1260" y="210" />
<di:waypoint x="1260" y="145" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11pip9c_di" bpmnElement="Flow_11pip9c">
<di:waypoint x="920" y="440" />
<di:waypoint x="1200" y="440" />
<di:waypoint x="1200" y="335" />
<bpmndi:BPMNEdge id="Flow_05t55er_di" bpmnElement="Flow_05t55er">
<di:waypoint x="1285" y="120" />
<di:waypoint x="1360" y="120" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
Expand Down

0 comments on commit 6989e30

Please sign in to comment.