2024-02-15 06:04:12 +00:00
|
|
|
<?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:process id="Process_issue2_nm8svt0" isExecutable="true">
|
|
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
|
|
<bpmn:outgoing>Flow_17db3yp</bpmn:outgoing>
|
|
|
|
</bpmn:startEvent>
|
|
|
|
<bpmn:sequenceFlow id="Flow_17db3yp" sourceRef="StartEvent_1" targetRef="Activity_0qpzdpu" />
|
|
|
|
<bpmn:endEvent id="EndEvent_1">
|
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:instructionsForEndUser>The process instance completed successfully.</spiffworkflow:instructionsForEndUser>
|
|
|
|
</bpmn:extensionElements>
|
2024-02-15 09:19:16 +00:00
|
|
|
<bpmn:incoming>Flow_12dd8uk</bpmn:incoming>
|
|
|
|
<bpmn:incoming>Flow_1ptmsru</bpmn:incoming>
|
2024-02-15 06:04:12 +00:00
|
|
|
</bpmn:endEvent>
|
2024-02-15 08:17:50 +00:00
|
|
|
<bpmn:userTask id="Activity_0qpzdpu" name="Submitting Issue Voucher Form">
|
2024-02-15 06:04:12 +00:00
|
|
|
<bpmn:extensionElements>
|
2024-02-15 08:22:56 +00:00
|
|
|
<spiffworkflow:instructionsForEndUser>Creating Issue Voucher Form </spiffworkflow:instructionsForEndUser>
|
2024-02-15 08:17:50 +00:00
|
|
|
<spiffworkflow:properties>
|
|
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="issue-schema.json" />
|
|
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="issue-uischema.json" />
|
|
|
|
</spiffworkflow:properties>
|
2024-02-15 06:04:12 +00:00
|
|
|
</bpmn:extensionElements>
|
|
|
|
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
|
2024-02-15 09:17:02 +00:00
|
|
|
<bpmn:outgoing>Flow_02ppwf1</bpmn:outgoing>
|
2024-02-15 08:17:50 +00:00
|
|
|
</bpmn:userTask>
|
2024-02-15 09:17:02 +00:00
|
|
|
<bpmn:exclusiveGateway id="Gateway_0cjyqt1" name="Admin Approval">
|
|
|
|
<bpmn:incoming>Flow_02ppwf1</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_13lktru</bpmn:outgoing>
|
2024-02-15 09:19:16 +00:00
|
|
|
<bpmn:outgoing>Flow_0qcdgy6</bpmn:outgoing>
|
2024-02-15 09:17:02 +00:00
|
|
|
</bpmn:exclusiveGateway>
|
|
|
|
<bpmn:sequenceFlow id="Flow_02ppwf1" sourceRef="Activity_0qpzdpu" targetRef="Gateway_0cjyqt1" />
|
2024-02-15 09:19:16 +00:00
|
|
|
<bpmn:userTask id="Activity_0pyb1sn" name="Inform Clerk about approval">
|
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:instructionsForEndUser>Form has been approved Successfully
|
|
|
|
</spiffworkflow:instructionsForEndUser>
|
|
|
|
</bpmn:extensionElements>
|
2024-02-15 09:17:02 +00:00
|
|
|
<bpmn:incoming>Flow_13lktru</bpmn:incoming>
|
2024-02-15 09:19:16 +00:00
|
|
|
<bpmn:outgoing>Flow_12dd8uk</bpmn:outgoing>
|
2024-02-15 08:22:56 +00:00
|
|
|
</bpmn:userTask>
|
2024-02-15 09:17:02 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_13lktru" sourceRef="Gateway_0cjyqt1" targetRef="Activity_0pyb1sn" />
|
2024-02-15 09:19:16 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_12dd8uk" sourceRef="Activity_0pyb1sn" targetRef="EndEvent_1" />
|
|
|
|
<bpmn:userTask id="Activity_0viexio" name="Inform Clerk about rejection">
|
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:instructionsForEndUser>Form has been rejected
|
|
|
|
</spiffworkflow:instructionsForEndUser>
|
|
|
|
</bpmn:extensionElements>
|
|
|
|
<bpmn:incoming>Flow_0qcdgy6</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1ptmsru</bpmn:outgoing>
|
|
|
|
</bpmn:userTask>
|
2024-02-15 09:21:23 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_0qcdgy6" sourceRef="Gateway_0cjyqt1" targetRef="Activity_0viexio">
|
|
|
|
<bpmn:conditionExpression>approved == "rejected"
|
|
|
|
</bpmn:conditionExpression>
|
|
|
|
</bpmn:sequenceFlow>
|
2024-02-15 09:19:16 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_1ptmsru" sourceRef="Activity_0viexio" targetRef="EndEvent_1" />
|
2024-02-15 06:04:12 +00:00
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_issue2_nm8svt0">
|
|
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
2024-02-15 08:17:50 +00:00
|
|
|
<bpmndi:BPMNShape id="Activity_1rmlg1p_di" bpmnElement="Activity_0qpzdpu">
|
|
|
|
<dc:Bounds x="280" y="137" width="100" height="80" />
|
2024-02-15 06:04:12 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-02-15 09:17:02 +00:00
|
|
|
<bpmndi:BPMNShape id="Gateway_0cjyqt1_di" bpmnElement="Gateway_0cjyqt1" isMarkerVisible="true">
|
|
|
|
<dc:Bounds x="425" y="152" width="50" height="50" />
|
|
|
|
<bpmndi:BPMNLabel>
|
2024-02-15 09:19:16 +00:00
|
|
|
<dc:Bounds x="485" y="170" width="77" height="14" />
|
2024-02-15 09:17:02 +00:00
|
|
|
</bpmndi:BPMNLabel>
|
2024-02-15 08:22:56 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-02-15 09:17:02 +00:00
|
|
|
<bpmndi:BPMNShape id="Activity_1goovhr_di" bpmnElement="Activity_0pyb1sn">
|
|
|
|
<dc:Bounds x="540" y="30" width="100" height="80" />
|
|
|
|
<bpmndi:BPMNLabel />
|
2024-02-15 08:22:56 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-02-15 09:19:16 +00:00
|
|
|
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
|
|
|
<dc:Bounds x="782" y="159" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="BPMNShape_0vy4b7w" bpmnElement="Activity_0viexio">
|
|
|
|
<dc:Bounds x="540" y="200" width="100" height="80" />
|
|
|
|
<bpmndi:BPMNLabel />
|
|
|
|
</bpmndi:BPMNShape>
|
2024-02-15 06:04:12 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp">
|
|
|
|
<di:waypoint x="215" y="177" />
|
2024-02-15 08:17:50 +00:00
|
|
|
<di:waypoint x="280" y="177" />
|
2024-02-15 06:04:12 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2024-02-15 09:17:02 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_02ppwf1_di" bpmnElement="Flow_02ppwf1">
|
2024-02-15 08:17:50 +00:00
|
|
|
<di:waypoint x="380" y="177" />
|
2024-02-15 09:17:02 +00:00
|
|
|
<di:waypoint x="425" y="177" />
|
2024-02-15 08:22:56 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2024-02-15 09:17:02 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_13lktru_di" bpmnElement="Flow_13lktru">
|
|
|
|
<di:waypoint x="450" y="152" />
|
|
|
|
<di:waypoint x="450" y="70" />
|
|
|
|
<di:waypoint x="540" y="70" />
|
2024-02-15 06:04:12 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2024-02-15 09:19:16 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_12dd8uk_di" bpmnElement="Flow_12dd8uk">
|
|
|
|
<di:waypoint x="640" y="70" />
|
|
|
|
<di:waypoint x="800" y="70" />
|
|
|
|
<di:waypoint x="800" y="159" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_0qcdgy6_di" bpmnElement="Flow_0qcdgy6">
|
|
|
|
<di:waypoint x="450" y="202" />
|
|
|
|
<di:waypoint x="450" y="240" />
|
|
|
|
<di:waypoint x="540" y="240" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1ptmsru_di" bpmnElement="Flow_1ptmsru">
|
|
|
|
<di:waypoint x="640" y="240" />
|
|
|
|
<di:waypoint x="711" y="240" />
|
|
|
|
<di:waypoint x="711" y="177" />
|
|
|
|
<di:waypoint x="782" y="177" />
|
|
|
|
</bpmndi:BPMNEdge>
|
2024-02-15 06:04:12 +00:00
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|