mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:48:28 +00:00
70 lines
3.6 KiB
XML
70 lines
3.6 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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:process id="Process_vjwqeso" name="RACI" isExecutable="true">
|
|
<bpmn:documentation>Opisuje odpowiedzialności</bpmn:documentation>
|
|
<bpmn:ioSpecification>
|
|
<bpmn:dataOutput id="DataOutput-830419406-1" name="RACI" />
|
|
<bpmn:inputSet />
|
|
<bpmn:outputSet>
|
|
<bpmn:dataOutputRefs>DataOutput-830419406-1</bpmn:dataOutputRefs>
|
|
</bpmn:outputSet>
|
|
</bpmn:ioSpecification>
|
|
<bpmn:startEvent id="StartEvent_1" name="START">
|
|
<bpmn:outgoing>Flow_0tpxcwp</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:task id="Activity_15m2xnu" name="Czynność 5">
|
|
<bpmn:documentation>Montaż zbiorników i nocników</bpmn:documentation>
|
|
<bpmn:incoming>Flow_0tpxcwp</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0s6si4g</bpmn:outgoing>
|
|
<bpmn:multiInstanceLoopCharacteristics />
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="Flow_0tpxcwp" sourceRef="StartEvent_1" targetRef="Activity_15m2xnu" />
|
|
<bpmn:dataObject id="DataObject_1v9vd4b" />
|
|
<bpmn:dataObject id="DataObject_0mi15hk" />
|
|
<bpmn:endEvent id="Event_1ejhfbb">
|
|
<bpmn:incoming>Flow_0s6si4g</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0s6si4g" sourceRef="Activity_15m2xnu" targetRef="Event_1ejhfbb" />
|
|
<bpmn:dataObjectReference id="DataObjectReference_1wucvo8" name="Data Object 0 Mi 15 Hk" dataObjectRef="DataObject_0mi15hk" />
|
|
</bpmn:process>
|
|
<bpmn:escalation id="Escalation_0f5y1df" name="Escalation_0f5y1df" />
|
|
<bpmn:signal id="Signal_1kx14p2" name="Signal_1kx14p2" />
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_vjwqeso">
|
|
<bpmndi:BPMNShape id="DataOutput-830419406-1DI" bpmnElement="DataOutput-830419406-1">
|
|
<dc:Bounds x="192" y="195" width="36" height="50" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="197" y="252" width="27" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-48" y="159" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="-47" y="202" width="36" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_15m2xnu_di" bpmnElement="Activity_15m2xnu">
|
|
<dc:Bounds x="80" y="137" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1ejhfbb_di" bpmnElement="Event_1ejhfbb">
|
|
<dc:Bounds x="272" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0tpxcwp_di" bpmnElement="Flow_0tpxcwp">
|
|
<di:waypoint x="-12" y="177" />
|
|
<di:waypoint x="80" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0s6si4g_di" bpmnElement="Flow_0s6si4g">
|
|
<di:waypoint x="180" y="177" />
|
|
<di:waypoint x="272" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="DataObjectReference_1wucvo8_di" bpmnElement="DataObjectReference_1wucvo8">
|
|
<dc:Bounds x="112" y="225" width="36" height="50" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="90" y="282" width="82" height="27" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|