12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?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: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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
- <process id="GV13n60t" name="案件办理" isExecutable="true">
- <startEvent id="startevent1" name="Start"/>
- <userTask id="sid-2AD688F5-FEAF-4935-8880-CF043015026D" name="投诉处理岗"/>
- <sequenceFlow id="sid-C7DD25DF-3625-4F85-BA0A-E64D9A439FC3" sourceRef="startevent1" targetRef="sid-2AD688F5-FEAF-4935-8880-CF043015026D"/>
- <userTask id="sid-B1F96678-D117-487F-8FC5-6E91592A0427" name="投诉管理岗"/>
- <sequenceFlow id="sid-23542E1B-F2A6-488E-8B9D-F0A940F37820" sourceRef="sid-2AD688F5-FEAF-4935-8880-CF043015026D" targetRef="sid-B1F96678-D117-487F-8FC5-6E91592A0427"/>
- <endEvent id="sid-0DA6EFC8-FE88-4C4D-B823-9AC90AE70778"/>
- <sequenceFlow id="sid-F60F1729-0700-4FB5-9459-0F3D79AC9545" sourceRef="sid-B1F96678-D117-487F-8FC5-6E91592A0427" targetRef="sid-0DA6EFC8-FE88-4C4D-B823-9AC90AE70778"/>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_GV13n60t">
- <bpmndi:BPMNPlane bpmnElement="GV13n60t" id="BPMNPlane_GV13n60t">
- <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
- <omgdc:Bounds height="30.0" width="30.0" x="105.0" y="145.0"/>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sid-2AD688F5-FEAF-4935-8880-CF043015026D" id="BPMNShape_sid-2AD688F5-FEAF-4935-8880-CF043015026D">
- <omgdc:Bounds height="80.0" width="100.0" x="210.0" y="120.0"/>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sid-B1F96678-D117-487F-8FC5-6E91592A0427" id="BPMNShape_sid-B1F96678-D117-487F-8FC5-6E91592A0427">
- <omgdc:Bounds height="80.0" width="100.0" x="355.0" y="120.0"/>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sid-0DA6EFC8-FE88-4C4D-B823-9AC90AE70778" id="BPMNShape_sid-0DA6EFC8-FE88-4C4D-B823-9AC90AE70778">
- <omgdc:Bounds height="28.0" width="28.0" x="500.0" y="146.0"/>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="sid-23542E1B-F2A6-488E-8B9D-F0A940F37820" id="BPMNEdge_sid-23542E1B-F2A6-488E-8B9D-F0A940F37820">
- <omgdi:waypoint x="310.0" y="160.0"/>
- <omgdi:waypoint x="355.0" y="160.0"/>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="sid-C7DD25DF-3625-4F85-BA0A-E64D9A439FC3" id="BPMNEdge_sid-C7DD25DF-3625-4F85-BA0A-E64D9A439FC3">
- <omgdi:waypoint x="135.0" y="160.0"/>
- <omgdi:waypoint x="210.0" y="160.0"/>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="sid-F60F1729-0700-4FB5-9459-0F3D79AC9545" id="BPMNEdge_sid-F60F1729-0700-4FB5-9459-0F3D79AC9545">
- <omgdi:waypoint x="455.0" y="160.0"/>
- <omgdi:waypoint x="500.0" y="160.0"/>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|