1
0

Import UAPF package: varam-docproc_valid.uapf

This commit is contained in:
2026-02-09 12:23:41 +00:00
parent aba0f6d83d
commit eede1f1d1b
12 changed files with 414 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
<?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'
id='proc.nosutamas.korespondences.aprite_defs' targetNamespace='http://varam.gov.lv/bpmn/varam-docproc'>
<bpmn:process id='proc.nosutamas.korespondences.aprite' name='Nosūtāmās korespondences aprite' isExecutable='false'>
<bpmn:startEvent id='Start_Out' name='Uzsākt dokumentu'/>
<bpmn:task id='Task_Prepare' name='Sagatavot dokumentu'/>
<bpmn:task id='Task_Approve' name='Saskaņot/Parakstīt'/>
<bpmn:task id='Task_Register_Send' name='Reģistrēt un nosūtīt (DAUKS/e‑pasts/pasts)'/>
<bpmn:endEvent id='End_Sent' name='Nosūtīts'/>
<bpmn:sequenceFlow id='OF1' sourceRef='Start_Out' targetRef='Task_Prepare'/>
<bpmn:sequenceFlow id='OF2' sourceRef='Task_Prepare' targetRef='Task_Approve'/>
<bpmn:sequenceFlow id='OF3' sourceRef='Task_Approve' targetRef='Task_Register_Send'/>
<bpmn:sequenceFlow id='OF4' sourceRef='Task_Register_Send' targetRef='End_Sent'/>
</bpmn:process>
<bpmndi:BPMNDiagram id='proc.nosutamas.korespondences.aprite_diagram'>
<bpmndi:BPMNPlane id='proc.nosutamas.korespondences.aprite_plane' bpmnElement='proc.nosutamas.korespondences.aprite'>
<bpmndi:BPMNShape id='Start_Out_di' bpmnElement='Start_Out'>
<dc:Bounds x='120' y='120' width='36' height='36'/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id='Task_Prepare_di' bpmnElement='Task_Prepare'>
<dc:Bounds x='200' y='105' width='140' height='60'/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id='Task_Approve_di' bpmnElement='Task_Approve'>
<dc:Bounds x='380' y='105' width='140' height='60'/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id='Task_Register_Send_di' bpmnElement='Task_Register_Send'>
<dc:Bounds x='560' y='105' width='200' height='60'/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id='End_Sent_di' bpmnElement='End_Sent'>
<dc:Bounds x='800' y='120' width='36' height='36'/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id='OF1_di' bpmnElement='OF1'>
<di:waypoint x='156' y='138'/>
<di:waypoint x='200' y='138'/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id='OF2_di' bpmnElement='OF2'>
<di:waypoint x='340' y='138'/>
<di:waypoint x='380' y='138'/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id='OF3_di' bpmnElement='OF3'>
<di:waypoint x='520' y='138'/>
<di:waypoint x='560' y='138'/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id='OF4_di' bpmnElement='OF4'>
<di:waypoint x='760' y='138'/>
<di:waypoint x='800' y='138'/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>