427 lines
21 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:collaboration id="Collaboration_1i6olx2">
<bpmn:participant id="Participant_1tquaok" processRef="Process_issue2_nm8svt0" />
</bpmn:collaboration>
<bpmn:process id="Process_issue2_nm8svt0" isExecutable="true">
<bpmn:laneSet id="LaneSet_08o8sbe">
<bpmn:lane id="Lane_0csle9a" name="Issue Approvers">
<bpmn:flowNodeRef>Activity_0ktbplg</bpmn:flowNodeRef>
</bpmn:lane>
<bpmn:lane id="Lane_19e0xal" name="Issue Clerks">
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0qpzdpu</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Gateway_052a0kd</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_145kqkw</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Gateway_0aqfove</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Gateway_0ylksdp</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0ht4dom</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_13h1g01</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_1ts2r7w</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_186t2ny</bpmn:flowNodeRef>
<bpmn:flowNodeRef>EndEvent_1</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_180simk</bpmn:flowNodeRef>
</bpmn:lane>
<bpmn:lane id="Lane_1alvrf4" name="Warehouse Clerk">
<bpmn:flowNodeRef>Activity_03exy9r</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_1yz17mz</bpmn:flowNodeRef>
</bpmn:lane>
<bpmn:lane id="Lane_0h24syv" name="TFC Clerk">
<bpmn:flowNodeRef>Activity_0b0hfn7</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_1e9k8p3</bpmn:flowNodeRef>
</bpmn:lane>
</bpmn:laneSet>
<bpmn:dataObject id="DataObject_0xeyry8" name="Data Object 0 Xeyry 8" />
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0o9u2ln</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:userTask id="Activity_0qpzdpu" name="Submitting Issue Voucher Form">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Creating Issue Voucher Form
</spiffworkflow:instructionsForEndUser>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="issue-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="issue-uischema.json" />
</spiffworkflow:properties>
<spiffworkflow:preScript />
</bpmn:extensionElements>
<bpmn:incoming>Flow_1ndqjvb</bpmn:incoming>
<bpmn:outgoing>Flow_1gyv3iu</bpmn:outgoing>
</bpmn:userTask>
<bpmn:exclusiveGateway id="Gateway_052a0kd">
<bpmn:incoming>Flow_0hln02w</bpmn:incoming>
<bpmn:outgoing>Flow_044tqme</bpmn:outgoing>
<bpmn:outgoing>Flow_0c4ww1z</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:userTask id="Activity_145kqkw" name="Documents Collection">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="manualchecking-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="manualchecking-uischema.json" />
</spiffworkflow:properties>
<spiffworkflow:instructionsForEndUser>Following Documents Collected:
- CIN
- Auth letter
- Issue Order
- Demand
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0o9u2ln</bpmn:incoming>
<bpmn:outgoing>Flow_05b9bnd</bpmn:outgoing>
</bpmn:userTask>
<bpmn:exclusiveGateway id="Gateway_0aqfove">
<bpmn:incoming>Flow_05b9bnd</bpmn:incoming>
<bpmn:outgoing>Flow_0w34s28</bpmn:outgoing>
<bpmn:outgoing>Flow_1v73zay</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:exclusiveGateway id="Gateway_0ylksdp">
<bpmn:incoming>Flow_0lw624a</bpmn:incoming>
<bpmn:incoming>Flow_0lujeru</bpmn:incoming>
<bpmn:outgoing>Flow_1cle1ag</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:scriptTask id="Activity_0ht4dom" name="Documents Collected">
<bpmn:incoming>Flow_0w34s28</bpmn:incoming>
<bpmn:outgoing>Flow_1ndqjvb</bpmn:outgoing>
<bpmn:script>from random import randint
issue_voucher_number = f"ISS-{randint(0, 999999):06}"
na_number = f"NA-{randint(0, 999999):06}"
demand_no = f"Demand-{randint(0, 999999):06}"</bpmn:script>
</bpmn:scriptTask>
<bpmn:userTask id="Activity_0ktbplg" name="Approved Checkbox">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="decisionbuttons-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="decisionbuttons-uischema.json" />
</spiffworkflow:properties>
<spiffworkflow:instructionsForEndUser># Approve Issue Voucher for the following Data:
- Issue Voucher Number: {{issue_voucher_number}}
- Demand Type: {{demand_type}}
- Issue Date: {{issue_date}}
- NA Number: {{na_number}}
- Commodity: {{commodity}}
- Authority Number: {{authority_number}}
- Consignee: {{consignee}}
- Remarks: {{remarks}}
- Demand No: {{demand_no}}
- Condition: {{condition}}
- Demand Date: {{demand_date}}
- Locator: {{locator}}
- Serial No: {{serial_no}}
- Cat Part No: {{cat_part_no}}
- Nomenclatures: {{nomenclatures}}
- Issue Quantity: {{issue_quantity}}
- Unit: {{unit}}
- Demand Quantity: {{demand_quantity}}
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1gyv3iu</bpmn:incoming>
<bpmn:outgoing>Flow_0hln02w</bpmn:outgoing>
</bpmn:userTask>
<bpmn:manualTask id="Activity_13h1g01" name="Documents not Collected">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Documents not collected.</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1v73zay</bpmn:incoming>
<bpmn:outgoing>Flow_1sefygi</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:manualTask id="Activity_1ts2r7w" name="Rejected">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Form Rejected
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0c4ww1z</bpmn:incoming>
<bpmn:outgoing>Flow_0lujeru</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:manualTask id="Activity_186t2ny" name="Approved">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Form Approved
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_044tqme</bpmn:incoming>
<bpmn:outgoing>Flow_0lw624a</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:endEvent id="EndEvent_1">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>The process instance completed successfully.</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1sefygi</bpmn:incoming>
<bpmn:incoming>Flow_1abr9ix</bpmn:incoming>
</bpmn:endEvent>
<bpmn:userTask id="Activity_0b0hfn7" name="Receiving of Store">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>I have received Store at Traffic branch</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0z1ijjb</bpmn:incoming>
<bpmn:outgoing>Flow_0ukj68f</bpmn:outgoing>
</bpmn:userTask>
<bpmn:userTask id="Activity_1e9k8p3" name="Clearance of Documents">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>I have collected
- Clearance of E-ARMS IV
- E ARMS GATE PASS</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0ukj68f</bpmn:incoming>
<bpmn:outgoing>Flow_1abr9ix</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0o9u2ln" sourceRef="StartEvent_1" targetRef="Activity_145kqkw" />
<bpmn:sequenceFlow id="Flow_1ndqjvb" sourceRef="Activity_0ht4dom" targetRef="Activity_0qpzdpu" />
<bpmn:sequenceFlow id="Flow_1gyv3iu" sourceRef="Activity_0qpzdpu" targetRef="Activity_0ktbplg" />
<bpmn:sequenceFlow id="Flow_0hln02w" sourceRef="Activity_0ktbplg" targetRef="Gateway_052a0kd" />
<bpmn:sequenceFlow id="Flow_044tqme" name="admin_approval_issue_form==&#39;Yes&#39;" sourceRef="Gateway_052a0kd" targetRef="Activity_186t2ny">
<bpmn:conditionExpression>admin_approval_issue_form=='Yes'</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_0c4ww1z" name="admin_approval_issue_form==&#39;No&#39;" sourceRef="Gateway_052a0kd" targetRef="Activity_1ts2r7w">
<bpmn:conditionExpression>admin_approval_issue_form=='No'</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_05b9bnd" sourceRef="Activity_145kqkw" targetRef="Gateway_0aqfove" />
<bpmn:sequenceFlow id="Flow_0w34s28" name="documents_collected==&#39;Yes&#39;" sourceRef="Gateway_0aqfove" targetRef="Activity_0ht4dom">
<bpmn:conditionExpression>documents_collected=='Yes'</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_1v73zay" name="documents_collected==&#39;No&#39;" sourceRef="Gateway_0aqfove" targetRef="Activity_13h1g01">
<bpmn:conditionExpression>documents_collected=='No'</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_0lw624a" sourceRef="Activity_186t2ny" targetRef="Gateway_0ylksdp" />
<bpmn:sequenceFlow id="Flow_0lujeru" sourceRef="Activity_1ts2r7w" targetRef="Gateway_0ylksdp" />
<bpmn:sequenceFlow id="Flow_1sefygi" sourceRef="Activity_13h1g01" targetRef="EndEvent_1" />
<bpmn:sequenceFlow id="Flow_15bvt7n" sourceRef="Activity_03exy9r" targetRef="Activity_1yz17mz" />
<bpmn:sequenceFlow id="Flow_0ukj68f" sourceRef="Activity_0b0hfn7" targetRef="Activity_1e9k8p3" />
<bpmn:sequenceFlow id="Flow_1cle1ag" sourceRef="Gateway_0ylksdp" targetRef="Activity_03exy9r" />
<bpmn:userTask id="Activity_03exy9r" name="Issuance of Store">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># Following Issue Voucher has been approved by admin for following store:
- Issue Voucher Number: {{issue_voucher_number}}
- Demand Type: {{demand_type}}
- Issue Date: {{issue_date}}
- NA Number: {{na_number}}
- Commodity: {{commodity}}
- Authority Number: {{authority_number}}
- Consignee: {{consignee}}
- Remarks: {{remarks}}
- Demand No: {{demand_no}}
- Condition: {{condition}}
- Demand Date: {{demand_date}}
- Locator: {{locator}}
- Serial No: {{serial_no}}
- Cat Part No: {{cat_part_no}}
- Nomenclatures: {{nomenclatures}}
- Issue Quantity: {{issue_quantity}}
- Unit: {{unit}}
- Demand Quantity: {{demand_quantity}}
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1cle1ag</bpmn:incoming>
<bpmn:outgoing>Flow_15bvt7n</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_07t7hg9" sourceRef="Activity_1yz17mz" targetRef="Activity_180simk" />
<bpmn:sequenceFlow id="Flow_0z1ijjb" sourceRef="Activity_180simk" targetRef="Activity_0b0hfn7" />
<bpmn:sequenceFlow id="Flow_1abr9ix" sourceRef="Activity_1e9k8p3" targetRef="EndEvent_1" />
<bpmn:userTask id="Activity_1yz17mz" name="Timer Implementation for issuance of Store">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Setting the timer for 2 mins</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_15bvt7n</bpmn:incoming>
<bpmn:outgoing>Flow_07t7hg9</bpmn:outgoing>
</bpmn:userTask>
<bpmn:userTask id="Activity_180simk" name="Receiving of Store">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>**I have Received Store and all the equipment**
Sending Store to traffic clerk and set the timer</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_07t7hg9</bpmn:incoming>
<bpmn:outgoing>Flow_0z1ijjb</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1i6olx2">
<bpmndi:BPMNShape id="Participant_1tquaok_di" bpmnElement="Participant_1tquaok" isHorizontal="true">
<dc:Bounds x="-215" y="-50" width="1620" height="760" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_0csle9a_di" bpmnElement="Lane_0csle9a" isHorizontal="true">
<dc:Bounds x="-185" y="350" width="1590" height="120" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_19e0xal_di" bpmnElement="Lane_19e0xal" isHorizontal="true">
<dc:Bounds x="-185" y="-50" width="1590" height="400" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_1alvrf4_di" bpmnElement="Lane_1alvrf4" isHorizontal="true">
<dc:Bounds x="-185" y="470" width="1590" height="120" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_0h24syv_di" bpmnElement="Lane_0h24syv" isHorizontal="true">
<dc:Bounds x="-185" y="590" width="1590" height="120" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-163" y="129" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1rmlg1p_di" bpmnElement="Activity_0qpzdpu">
<dc:Bounds x="245" y="107" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_052a0kd_di" bpmnElement="Gateway_052a0kd" isMarkerVisible="true">
<dc:Bounds x="570" y="122" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0xlnkw0_di" bpmnElement="Activity_145kqkw">
<dc:Bounds x="-75" y="107" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0aqfove_di" bpmnElement="Gateway_0aqfove" isMarkerVisible="true">
<dc:Bounds x="80" y="122" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0ylksdp_di" bpmnElement="Gateway_0ylksdp" isMarkerVisible="true">
<dc:Bounds x="900" y="15" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1vew2dw_di" bpmnElement="Activity_0ht4dom">
<dc:Bounds x="135" y="-10" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1ukvq5a_di" bpmnElement="Activity_0ktbplg">
<dc:Bounds x="395" y="360" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1qjq99r_di" bpmnElement="Activity_13h1g01">
<dc:Bounds x="165" y="250" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1mhbs93" bpmnElement="Activity_1ts2r7w">
<dc:Bounds x="755" y="107" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0fn93nx_di" bpmnElement="Activity_186t2ny">
<dc:Bounds x="755" y="-30" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
<dc:Bounds x="1297" y="42" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1djiyw8_di" bpmnElement="Activity_0b0hfn7">
<dc:Bounds x="-115" y="600" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0ixuusb_di" bpmnElement="Activity_1e9k8p3">
<dc:Bounds x="35" y="600" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0184q6l_di" bpmnElement="Activity_03exy9r">
<dc:Bounds x="980" y="480" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0lui3ex_di" bpmnElement="Activity_1yz17mz">
<dc:Bounds x="1120" y="480" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_17j14zy_di" bpmnElement="Activity_180simk">
<dc:Bounds x="1120" y="200" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0o9u2ln_di" bpmnElement="Flow_0o9u2ln">
<di:waypoint x="-127" y="147" />
<di:waypoint x="-75" y="147" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ndqjvb_di" bpmnElement="Flow_1ndqjvb">
<di:waypoint x="235" y="30" />
<di:waypoint x="255" y="30" />
<di:waypoint x="255" y="107" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1gyv3iu_di" bpmnElement="Flow_1gyv3iu">
<di:waypoint x="345" y="147" />
<di:waypoint x="370" y="147" />
<di:waypoint x="370" y="400" />
<di:waypoint x="395" y="400" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0hln02w_di" bpmnElement="Flow_0hln02w">
<di:waypoint x="495" y="400" />
<di:waypoint x="595" y="400" />
<di:waypoint x="595" y="172" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_044tqme_di" bpmnElement="Flow_044tqme">
<di:waypoint x="595" y="122" />
<di:waypoint x="595" y="10" />
<di:waypoint x="755" y="10" />
<bpmndi:BPMNLabel>
<dc:Bounds x="625" y="-24" width="88" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0c4ww1z_di" bpmnElement="Flow_0c4ww1z">
<di:waypoint x="620" y="147" />
<di:waypoint x="755" y="147" />
<bpmndi:BPMNLabel>
<dc:Bounds x="645" y="110" width="86" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_05b9bnd_di" bpmnElement="Flow_05b9bnd">
<di:waypoint x="25" y="147" />
<di:waypoint x="80" y="147" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0w34s28_di" bpmnElement="Flow_0w34s28">
<di:waypoint x="105" y="122" />
<di:waypoint x="105" y="20" />
<di:waypoint x="135" y="20" />
<bpmndi:BPMNLabel>
<dc:Bounds x="30" y="-11" width="89" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1v73zay_di" bpmnElement="Flow_1v73zay">
<di:waypoint x="105" y="172" />
<di:waypoint x="105" y="290" />
<di:waypoint x="165" y="290" />
<bpmndi:BPMNLabel>
<dc:Bounds x="90" y="263" width="89" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0lw624a_di" bpmnElement="Flow_0lw624a">
<di:waypoint x="855" y="10" />
<di:waypoint x="878" y="10" />
<di:waypoint x="878" y="40" />
<di:waypoint x="900" y="40" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0lujeru_di" bpmnElement="Flow_0lujeru">
<di:waypoint x="855" y="147" />
<di:waypoint x="925" y="147" />
<di:waypoint x="925" y="65" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1sefygi_di" bpmnElement="Flow_1sefygi">
<di:waypoint x="215" y="330" />
<di:waypoint x="215" y="350" />
<di:waypoint x="1315" y="350" />
<di:waypoint x="1315" y="78" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_15bvt7n_di" bpmnElement="Flow_15bvt7n">
<di:waypoint x="1080" y="520" />
<di:waypoint x="1120" y="520" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ukj68f_di" bpmnElement="Flow_0ukj68f">
<di:waypoint x="-15" y="640" />
<di:waypoint x="35" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1cle1ag_di" bpmnElement="Flow_1cle1ag">
<di:waypoint x="950" y="40" />
<di:waypoint x="970" y="40" />
<di:waypoint x="970" y="520" />
<di:waypoint x="980" y="520" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_07t7hg9_di" bpmnElement="Flow_07t7hg9">
<di:waypoint x="1170" y="480" />
<di:waypoint x="1170" y="280" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0z1ijjb_di" bpmnElement="Flow_0z1ijjb">
<di:waypoint x="1170" y="280" />
<di:waypoint x="1170" y="350" />
<di:waypoint x="-140" y="350" />
<di:waypoint x="-140" y="640" />
<di:waypoint x="-115" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1abr9ix_di" bpmnElement="Flow_1abr9ix">
<di:waypoint x="135" y="640" />
<di:waypoint x="1340" y="640" />
<di:waypoint x="1340" y="60" />
<di:waypoint x="1333" y="60" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>