mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 06:28:16 +00:00
User: maximryzhov88@yandex.ru added process model file playground/rmgi/demo/3people.bpmn
This commit is contained in:
parent
d9c85ed34a
commit
3d26f9c6df
52
playground/rmgi/demo/3people.bpmn
Normal file
52
playground/rmgi/demo/3people.bpmn
Normal file
@ -0,0 +1,52 @@
|
||||
<?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="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:collaboration id="Collaboration_0s6zc39">
|
||||
<bpmn:participant id="Participant_06z8xgx" processRef="Process_tpcmdd7" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_tpcmdd7" isExecutable="true">
|
||||
<bpmn:laneSet id="LaneSet_0zdx9oy">
|
||||
<bpmn:lane id="Lane_0pyb5lr" name="Отдел разработки">
|
||||
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_15tbxr8</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_1utwav0" name="Отдел безопасности" />
|
||||
<bpmn:lane id="Lane_0dl6p07" name="Руководство" />
|
||||
</bpmn:laneSet>
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0whngr6</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0whngr6" sourceRef="StartEvent_1" targetRef="Activity_15tbxr8" />
|
||||
<bpmn:userTask id="Activity_15tbxr8">
|
||||
<bpmn:incoming>Flow_0whngr6</bpmn:incoming>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0s6zc39">
|
||||
<bpmndi:BPMNShape id="Participant_06z8xgx_di" bpmnElement="Participant_06z8xgx" isHorizontal="true">
|
||||
<dc:Bounds x="129" y="130" width="831" height="710" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0pyb5lr_di" bpmnElement="Lane_0pyb5lr" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="130" width="801" height="250" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1utwav0_di" bpmnElement="Lane_1utwav0" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="380" width="801" height="180" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0dl6p07_di" bpmnElement="Lane_0dl6p07" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="560" width="801" height="280" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="232" y="232" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_16akr6n_di" bpmnElement="Activity_15tbxr8">
|
||||
<dc:Bounds x="320" y="210" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0whngr6_di" bpmnElement="Flow_0whngr6">
|
||||
<di:waypoint x="268" y="250" />
|
||||
<di:waypoint x="320" y="250" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -4,6 +4,6 @@
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null
|
||||
"primary_file_name": "3people.bpmn",
|
||||
"primary_process_id": "Process_tpcmdd7"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user