153 lines
7.3 KiB
XML
153 lines
7.3 KiB
XML
<?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:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI"
|
|
xmlns:tns="http://www.activiti.org/test" 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="m1513413307792" name="" targetNamespace="http://www.activiti.org/test"
|
|
typeLanguage="http://www.w3.org/2001/XMLSchema">
|
|
<process id="commonDeclare" isClosed="false" isExecutable="true" name="一般项目申报流程" processType="None">
|
|
<startEvent id="start" name="StartEvent"/>
|
|
<userTask activiti:assignee="${apply}" activiti:exclusive="true" id="apply" name="申请人"/>
|
|
<userTask activiti:assignee="${partner}" activiti:exclusive="true" id="partner" name="项目相关人员">
|
|
<multiInstanceLoopCharacteristics activiti:collection="partnerList" activiti:elementVariable="partner"
|
|
isSequential="false"/>
|
|
</userTask>
|
|
<userTask activiti:exclusive="true" activiti:formKey="939036815719927809" id="planner" name="规划部成员">
|
|
<extensionElements>
|
|
<activiti:taskListener class="com.xqopen.kehui.flows.util.MyESTaskListener" event="create"/>
|
|
</extensionElements>
|
|
</userTask>
|
|
<userTask activiti:exclusive="true" activiti:formKey="939036815719927809" id="business" name="规划部主任">
|
|
<extensionElements>
|
|
<activiti:taskListener class="com.xqopen.kehui.flows.util.MyESTaskListener" event="create"/>
|
|
</extensionElements>
|
|
</userTask>
|
|
<userTask activiti:exclusive="true" id="office" name="办公室主任">
|
|
<extensionElements>
|
|
<activiti:taskListener class="com.xqopen.kehui.flows.util.MyTaskListener" event="create"/>
|
|
</extensionElements>
|
|
</userTask>
|
|
<userTask activiti:exclusive="true" id="director" 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="_9" sourceRef="start" targetRef="apply"/>
|
|
<sequenceFlow id="_3" sourceRef="apply" targetRef="partner"/>
|
|
<sequenceFlow id="_4" sourceRef="partner" targetRef="planner"/>
|
|
<sequenceFlow id="_11" sourceRef="planner" targetRef="business"/>
|
|
<sequenceFlow id="_12" sourceRef="business" targetRef="office"/>
|
|
<sequenceFlow id="_13" sourceRef="office" targetRef="director"/>
|
|
<sequenceFlow id="_14" sourceRef="director" targetRef="end"/>
|
|
</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="commonDeclare">
|
|
<bpmndi:BPMNShape bpmnElement="start" id="Shape-start">
|
|
<omgdc:Bounds height="32.0" width="32.0" x="220.0" y="30.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="apply" id="Shape-apply">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="195.0" y="135.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="partner" id="Shape-partner">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="195.0" y="265.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="planner" id="Shape-planner">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="195.0" y="380.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="business" id="Shape-business">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="195.0" y="495.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="office" id="Shape-office">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="195.0" y="600.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="director" id="Shape-director">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="195.0" y="710.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="end" id="Shape-end">
|
|
<omgdc:Bounds height="32.0" width="32.0" x="225.0" y="830.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge bpmnElement="_9" id="BPMNEdge__9" sourceElement="start" targetElement="apply">
|
|
<omgdi:waypoint x="236.0" y="62.0"/>
|
|
<omgdi:waypoint x="236.0" y="135.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_3" id="BPMNEdge__3" sourceElement="apply" targetElement="partner">
|
|
<omgdi:waypoint x="237.5" y="190.0"/>
|
|
<omgdi:waypoint x="237.5" y="265.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_4" id="BPMNEdge__4" sourceElement="partner" targetElement="planner">
|
|
<omgdi:waypoint x="237.5" y="320.0"/>
|
|
<omgdi:waypoint x="237.5" y="380.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_11" id="BPMNEdge__11" sourceElement="planner" targetElement="business">
|
|
<omgdi:waypoint x="237.5" y="435.0"/>
|
|
<omgdi:waypoint x="237.5" y="495.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_12" id="BPMNEdge__12" sourceElement="business" targetElement="office">
|
|
<omgdi:waypoint x="237.5" y="550.0"/>
|
|
<omgdi:waypoint x="237.5" y="600.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_13" id="BPMNEdge__13" sourceElement="office" targetElement="director">
|
|
<omgdi:waypoint x="237.5" y="655.0"/>
|
|
<omgdi:waypoint x="237.5" y="710.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_14" id="BPMNEdge__14" sourceElement="director" targetElement="end">
|
|
<omgdi:waypoint x="241.0" y="765.0"/>
|
|
<omgdi:waypoint x="241.0" y="830.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</definitions>
|