<?xml version="1.0" encoding="UTF-8"?>
|
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
|
<process id="dispatch" name="任务派工" isExecutable="true">
|
<startEvent id="start" name="开始"/>
|
<sequenceFlow id="sid-c1619263-d1ff-4106-9315-f9ab9a3bee71" sourceRef="start" targetRef="teamLeaderTask"/>
|
<userTask id="teamLeaderTask" name="专业组长" flowable:assignee="${teamLeader}"/>
|
<userTask id="programmingTask" name="编制" flowable:assignee="${programmer}"/>
|
<sequenceFlow id="sid-ac678e85-9f7b-4e8d-903f-2591ea7721ab" sourceRef="teamLeaderTask" targetRef="programmingTask"/>
|
<userTask id="check" name="校对" flowable:assignee="${checker}"/>
|
<sequenceFlow id="sid-6c33a84d-d03e-47f6-87c1-8e676b25e572" sourceRef="programmingTask" targetRef="check"/>
|
<userTask id="approveTask" name="高师审批"/>
|
<sequenceFlow id="sid-2e73fc3f-6802-4a94-984c-e1b9a50f8489" sourceRef="check" targetRef="approveTask"/>
|
<endEvent id="approveEnd" name="审批完成"/>
|
<sequenceFlow id="sid-1a414739-a80f-4436-8d7a-e7b65fae8233" sourceRef="approveTask" targetRef="approveEnd"/>
|
</process>
|
<bpmndi:BPMNDiagram id="BPMNDiagram_dispatch">
|
<bpmndi:BPMNPlane bpmnElement="dispatch" id="BPMNPlane_dispatch">
|
<bpmndi:BPMNShape id="shape-bb4d1b10-12af-4d57-851f-308a54aca93c" bpmnElement="start">
|
<omgdc:Bounds x="-320.0" y="-100.0" width="30.0" height="30.0"/>
|
</bpmndi:BPMNShape>
|
<bpmndi:BPMNEdge id="edge-5783eb04-78a8-4bde-b8bb-c12d28f07609" bpmnElement="sid-c1619263-d1ff-4106-9315-f9ab9a3bee71">
|
<omgdi:waypoint x="-290.0" y="-92.5"/>
|
<omgdi:waypoint x="-185.0" y="-75.0"/>
|
</bpmndi:BPMNEdge>
|
<bpmndi:BPMNShape id="shape-720b1ec1-043e-4a8a-bc4d-c50cf01678d7" bpmnElement="teamLeaderTask">
|
<omgdc:Bounds x="-185.0" y="-115.0" width="100.0" height="80.0"/>
|
</bpmndi:BPMNShape>
|
<bpmndi:BPMNShape id="shape-b1baea86-1882-4c5c-886f-44e3d9be3746" bpmnElement="programmingTask">
|
<omgdc:Bounds x="-20.0" y="-115.0" width="100.0" height="80.0"/>
|
</bpmndi:BPMNShape>
|
<bpmndi:BPMNEdge id="edge-0079d499-1c0d-4745-9886-40df39794833" bpmnElement="sid-ac678e85-9f7b-4e8d-903f-2591ea7721ab">
|
<omgdi:waypoint x="-85.0" y="-75.0"/>
|
<omgdi:waypoint x="-20.0" y="-75.0"/>
|
</bpmndi:BPMNEdge>
|
<bpmndi:BPMNShape id="shape-9237838e-5de2-4db7-8d46-3f4a69de7e6e" bpmnElement="check">
|
<omgdc:Bounds x="105.0" y="-115.0" width="100.0" height="80.0"/>
|
</bpmndi:BPMNShape>
|
<bpmndi:BPMNEdge id="edge-72007fd8-6ed8-402f-8bbc-81bd6c856fa7" bpmnElement="sid-6c33a84d-d03e-47f6-87c1-8e676b25e572">
|
<omgdi:waypoint x="80.0" y="-55.0"/>
|
<omgdi:waypoint x="105.0" y="-95.0"/>
|
</bpmndi:BPMNEdge>
|
<bpmndi:BPMNShape id="shape-a42e90ff-9c82-4d5b-8f5b-0804754e89a6" bpmnElement="approveTask">
|
<omgdc:Bounds x="15.0" y="16.0" width="100.0" height="80.0"/>
|
</bpmndi:BPMNShape>
|
<bpmndi:BPMNEdge id="edge-7fe1281a-3bbf-4308-90a5-cbf70aa019dd" bpmnElement="sid-2e73fc3f-6802-4a94-984c-e1b9a50f8489">
|
<omgdi:waypoint x="130.0" y="-35.0"/>
|
<omgdi:waypoint x="90.0" y="16.0"/>
|
</bpmndi:BPMNEdge>
|
<bpmndi:BPMNShape id="shape-f14acaf6-9747-4d52-87a1-d4c5b8f3d166" bpmnElement="approveEnd">
|
<omgdc:Bounds x="205.0" y="41.0" width="30.0" height="30.0"/>
|
</bpmndi:BPMNShape>
|
<bpmndi:BPMNEdge id="edge-9cb8c108-2b94-4e39-b7ed-93ff0d86fe73" bpmnElement="sid-1a414739-a80f-4436-8d7a-e7b65fae8233">
|
<omgdi:waypoint x="115.0" y="56.0"/>
|
<omgdi:waypoint x="205.0" y="56.0"/>
|
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNPlane>
|
</bpmndi:BPMNDiagram>
|
</definitions>
|