mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 15:25:11 +00:00
198 lines
10 KiB
XML
198 lines
10 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:process id="Process_issue2_nm8svt0" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0o9u2ln</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:endEvent id="EndEvent_1">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser>The process instance completed successfully.</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_062wh47</bpmn:incoming>
|
|
<bpmn:incoming>Flow_1ewdm63</bpmn:incoming>
|
|
<bpmn:incoming>Flow_1sefygi</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<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>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0w34s28</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1gyv3iu</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:exclusiveGateway id="Gateway_052a0kd">
|
|
<bpmn:incoming>Flow_1q4zwmb</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_044tqme</bpmn:outgoing>
|
|
<bpmn:outgoing>Flow_0wfweaj</bpmn:outgoing>
|
|
</bpmn:exclusiveGateway>
|
|
<bpmn:manualTask id="Activity_186t2ny">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser>Form Approved
|
|
</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_044tqme</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_062wh47</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:manualTask id="Activity_1ts2r7w">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser>Form Rejected
|
|
</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0wfweaj</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1ewdm63</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:sequenceFlow id="Flow_062wh47" sourceRef="Activity_186t2ny" targetRef="EndEvent_1" />
|
|
<bpmn:sequenceFlow id="Flow_1ewdm63" sourceRef="Activity_1ts2r7w" targetRef="EndEvent_1" />
|
|
<bpmn:sequenceFlow id="Flow_1gyv3iu" sourceRef="Activity_0qpzdpu" targetRef="Activity_0ktbplg" />
|
|
<bpmn:userTask id="Activity_0ktbplg">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="decisionbuttons-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="decisionbuttons-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1gyv3iu</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1q4zwmb</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_1q4zwmb" sourceRef="Activity_0ktbplg" targetRef="Gateway_052a0kd" />
|
|
<bpmn:sequenceFlow id="Flow_044tqme" name="Approved==1" sourceRef="Gateway_052a0kd" targetRef="Activity_186t2ny">
|
|
<bpmn:conditionExpression>Approved==1</bpmn:conditionExpression>
|
|
</bpmn:sequenceFlow>
|
|
<bpmn:sequenceFlow id="Flow_0wfweaj" name="Approved==0" sourceRef="Gateway_052a0kd" targetRef="Activity_1ts2r7w">
|
|
<bpmn:conditionExpression>Approved==0</bpmn:conditionExpression>
|
|
</bpmn:sequenceFlow>
|
|
<bpmn:userTask id="Activity_145kqkw">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="manualchecking-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="manualchecking-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0o9u2ln</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_05b9bnd</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_0o9u2ln" sourceRef="StartEvent_1" targetRef="Activity_145kqkw" />
|
|
<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:sequenceFlow id="Flow_05b9bnd" sourceRef="Activity_145kqkw" targetRef="Gateway_0aqfove" />
|
|
<bpmn:sequenceFlow id="Flow_0w34s28" name="done == 1" sourceRef="Gateway_0aqfove" targetRef="Activity_0qpzdpu">
|
|
<bpmn:conditionExpression>done == 1</bpmn:conditionExpression>
|
|
</bpmn:sequenceFlow>
|
|
<bpmn:sequenceFlow id="Flow_1v73zay" name="done == 0" sourceRef="Gateway_0aqfove" targetRef="Activity_13h1g01">
|
|
<bpmn:conditionExpression>done == 0</bpmn:conditionExpression>
|
|
</bpmn:sequenceFlow>
|
|
<bpmn:manualTask id="Activity_13h1g01">
|
|
<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:sequenceFlow id="Flow_1sefygi" sourceRef="Activity_13h1g01" targetRef="EndEvent_1" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_issue2_nm8svt0">
|
|
<bpmndi:BPMNShape id="Activity_1rmlg1p_di" bpmnElement="Activity_0qpzdpu">
|
|
<dc:Bounds x="250" y="137" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0fn93nx_di" bpmnElement="Activity_186t2ny">
|
|
<dc:Bounds x="730" y="0" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
|
<dc:Bounds x="1022" y="142" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="BPMNShape_1mhbs93" bpmnElement="Activity_1ts2r7w">
|
|
<dc:Bounds x="760" y="230" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Gateway_052a0kd_di" bpmnElement="Gateway_052a0kd" isMarkerVisible="true">
|
|
<dc:Bounds x="575" y="152" width="50" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1ukvq5a_di" bpmnElement="Activity_0ktbplg">
|
|
<dc:Bounds x="410" y="137" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-158" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0xlnkw0_di" bpmnElement="Activity_145kqkw">
|
|
<dc:Bounds x="-70" y="137" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Gateway_0aqfove_di" bpmnElement="Gateway_0aqfove" isMarkerVisible="true">
|
|
<dc:Bounds x="85" y="152" width="50" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1qjq99r_di" bpmnElement="Activity_13h1g01">
|
|
<dc:Bounds x="250" y="280" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_062wh47_di" bpmnElement="Flow_062wh47">
|
|
<di:waypoint x="780" y="80" />
|
|
<di:waypoint x="780" y="120" />
|
|
<di:waypoint x="1040" y="120" />
|
|
<di:waypoint x="1040" y="142" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1ewdm63_di" bpmnElement="Flow_1ewdm63">
|
|
<di:waypoint x="860" y="270" />
|
|
<di:waypoint x="1040" y="270" />
|
|
<di:waypoint x="1040" y="178" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1gyv3iu_di" bpmnElement="Flow_1gyv3iu">
|
|
<di:waypoint x="350" y="177" />
|
|
<di:waypoint x="410" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1q4zwmb_di" bpmnElement="Flow_1q4zwmb">
|
|
<di:waypoint x="510" y="177" />
|
|
<di:waypoint x="575" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_044tqme_di" bpmnElement="Flow_044tqme">
|
|
<di:waypoint x="600" y="152" />
|
|
<di:waypoint x="600" y="40" />
|
|
<di:waypoint x="730" y="40" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="627" y="23" width="66" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0wfweaj_di" bpmnElement="Flow_0wfweaj">
|
|
<di:waypoint x="600" y="202" />
|
|
<di:waypoint x="600" y="270" />
|
|
<di:waypoint x="760" y="270" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="627" y="243" width="66" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0o9u2ln_di" bpmnElement="Flow_0o9u2ln">
|
|
<di:waypoint x="-122" y="177" />
|
|
<di:waypoint x="-70" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_05b9bnd_di" bpmnElement="Flow_05b9bnd">
|
|
<di:waypoint x="30" y="177" />
|
|
<di:waypoint x="85" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0w34s28_di" bpmnElement="Flow_0w34s28">
|
|
<di:waypoint x="135" y="177" />
|
|
<di:waypoint x="250" y="177" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="168" y="159" width="50" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1v73zay_di" bpmnElement="Flow_1v73zay">
|
|
<di:waypoint x="110" y="202" />
|
|
<di:waypoint x="110" y="320" />
|
|
<di:waypoint x="250" y="320" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="145" y="293" width="50" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1sefygi_di" bpmnElement="Flow_1sefygi">
|
|
<di:waypoint x="350" y="320" />
|
|
<di:waypoint x="1240" y="320" />
|
|
<di:waypoint x="1240" y="160" />
|
|
<di:waypoint x="1058" y="160" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|