mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 14:35:29 +00:00
70 lines
3.7 KiB
XML
70 lines
3.7 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:process id="Process_xilxxoh" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1tq5q6f</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:endEvent id="Event_0knzybr">
|
|
<bpmn:incoming>Flow_1ytml58</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1tq5q6f" sourceRef="StartEvent_1" targetRef="Activity_0zlzbym" />
|
|
<bpmn:sequenceFlow id="Flow_1dtkhx8" sourceRef="Activity_0zlzbym" targetRef="Activity_0vjsxad" />
|
|
<bpmn:userTask id="Activity_0zlzbym" name="Collection of documents">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="Check box-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="Check box-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
<spiffworkflow:instructionsForEndUser># Collection of Documents
|
|
|
|
In this task the SASD Issue/Receipt clk will collect the documents from unit rep and check the relevant boxes on IMS after documents verification.
|
|
|
|
|
|
</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1tq5q6f</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1dtkhx8</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_1ytml58" sourceRef="Activity_0vjsxad" targetRef="Event_0knzybr" />
|
|
<bpmn:userTask id="Activity_0vjsxad" name="Preparation of Issue Voucher">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="issuevoucher-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="issuevoucher-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1dtkhx8</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1ytml58</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_xilxxoh">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-278" y="152" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0knzybr_di" bpmnElement="Event_0knzybr">
|
|
<dc:Bounds x="302" y="152" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0ut4lby_di" bpmnElement="Activity_0zlzbym">
|
|
<dc:Bounds x="-160" y="130" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0fipvug_di" bpmnElement="Activity_0vjsxad">
|
|
<dc:Bounds x="30" y="130" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1tq5q6f_di" bpmnElement="Flow_1tq5q6f">
|
|
<di:waypoint x="-242" y="170" />
|
|
<di:waypoint x="-160" y="170" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1dtkhx8_di" bpmnElement="Flow_1dtkhx8">
|
|
<di:waypoint x="-60" y="170" />
|
|
<di:waypoint x="30" y="170" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1ytml58_di" bpmnElement="Flow_1ytml58">
|
|
<di:waypoint x="130" y="170" />
|
|
<di:waypoint x="302" y="170" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|