70 lines
3.9 KiB
Plaintext
70 lines
3.9 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" 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:tns="http://www.activiti.org/testm1510627532597" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1510627532597" name="" targetNamespace="http://www.activiti.org/testm1510627532597" typeLanguage="http://www.w3.org/2001/XMLSchema">
|
||
|
<process id="meetingRoom" isClosed="false" isExecutable="true" name="会议室管理流程" processType="None">
|
||
|
<startEvent id="start" name="StartEvent"/>
|
||
|
<userTask activiti:exclusive="true" id="business" name="部门主任">
|
||
|
<extensionElements>
|
||
|
<activiti:taskListener class="com.xqopen.kehui.flows.util.MyTaskListener" event="create"/>
|
||
|
</extensionElements>
|
||
|
</userTask>
|
||
|
<endEvent id="end" name="EndEvent">
|
||
|
<extensionElements>
|
||
|
<activiti:executionListener class="com.xqopen.kehui.flows.util.MyExecutionListener" event="end"/>
|
||
|
</extensionElements>
|
||
|
</endEvent>
|
||
|
<sequenceFlow id="_6" sourceRef="business" targetRef="end"/>
|
||
|
<userTask activiti:assignee="${apply}" activiti:exclusive="true" id="apply" name="申请人"/>
|
||
|
<sequenceFlow id="_5" sourceRef="start" targetRef="apply"/>
|
||
|
<sequenceFlow id="_7" sourceRef="apply" targetRef="business"/>
|
||
|
</process>
|
||
|
<bpmndi:BPMNDiagram documentation="background=#3C3F41;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0" id="Diagram-_1" name="New Diagram">
|
||
|
<bpmndi:BPMNPlane bpmnElement="meetingRoom">
|
||
|
<bpmndi:BPMNShape bpmnElement="start" id="Shape-start">
|
||
|
<dc:Bounds height="32.0" width="32.0" x="230.0" y="60.0"/>
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape bpmnElement="business" id="Shape-business">
|
||
|
<dc:Bounds height="55.0" width="85.0" x="205.0" y="335.0"/>
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape bpmnElement="end" id="Shape-end">
|
||
|
<dc:Bounds height="32.0" width="32.0" x="230.0" y="490.0"/>
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape bpmnElement="apply" id="Shape-apply">
|
||
|
<dc:Bounds height="55.0" width="85.0" x="205.0" y="180.0"/>
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge bpmnElement="_5" id="BPMNEdge__5" sourceElement="_2" targetElement="apply">
|
||
|
<di:waypoint x="246.0" y="92.0"/>
|
||
|
<di:waypoint x="246.0" y="180.0"/>
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge bpmnElement="_6" id="BPMNEdge__6" sourceElement="business" targetElement="_4">
|
||
|
<di:waypoint x="246.0" y="390.0"/>
|
||
|
<di:waypoint x="246.0" y="490.0"/>
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge bpmnElement="_7" id="BPMNEdge__7" sourceElement="apply" targetElement="business">
|
||
|
<di:waypoint x="247.5" y="235.0"/>
|
||
|
<di:waypoint x="247.5" y="335.0"/>
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</definitions>
|