GV13n60t.bpmn 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <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">
  3. <process id="GV13n60t" name="案件办理" isExecutable="true">
  4. <startEvent id="startevent1" name="Start"/>
  5. <userTask id="sid-2AD688F5-FEAF-4935-8880-CF043015026D" name="投诉处理岗"/>
  6. <sequenceFlow id="sid-C7DD25DF-3625-4F85-BA0A-E64D9A439FC3" sourceRef="startevent1" targetRef="sid-2AD688F5-FEAF-4935-8880-CF043015026D"/>
  7. <userTask id="sid-B1F96678-D117-487F-8FC5-6E91592A0427" name="投诉管理岗"/>
  8. <sequenceFlow id="sid-23542E1B-F2A6-488E-8B9D-F0A940F37820" sourceRef="sid-2AD688F5-FEAF-4935-8880-CF043015026D" targetRef="sid-B1F96678-D117-487F-8FC5-6E91592A0427"/>
  9. <endEvent id="sid-0DA6EFC8-FE88-4C4D-B823-9AC90AE70778"/>
  10. <sequenceFlow id="sid-F60F1729-0700-4FB5-9459-0F3D79AC9545" sourceRef="sid-B1F96678-D117-487F-8FC5-6E91592A0427" targetRef="sid-0DA6EFC8-FE88-4C4D-B823-9AC90AE70778"/>
  11. </process>
  12. <bpmndi:BPMNDiagram id="BPMNDiagram_GV13n60t">
  13. <bpmndi:BPMNPlane bpmnElement="GV13n60t" id="BPMNPlane_GV13n60t">
  14. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  15. <omgdc:Bounds height="30.0" width="30.0" x="105.0" y="145.0"/>
  16. </bpmndi:BPMNShape>
  17. <bpmndi:BPMNShape bpmnElement="sid-2AD688F5-FEAF-4935-8880-CF043015026D" id="BPMNShape_sid-2AD688F5-FEAF-4935-8880-CF043015026D">
  18. <omgdc:Bounds height="80.0" width="100.0" x="210.0" y="120.0"/>
  19. </bpmndi:BPMNShape>
  20. <bpmndi:BPMNShape bpmnElement="sid-B1F96678-D117-487F-8FC5-6E91592A0427" id="BPMNShape_sid-B1F96678-D117-487F-8FC5-6E91592A0427">
  21. <omgdc:Bounds height="80.0" width="100.0" x="355.0" y="120.0"/>
  22. </bpmndi:BPMNShape>
  23. <bpmndi:BPMNShape bpmnElement="sid-0DA6EFC8-FE88-4C4D-B823-9AC90AE70778" id="BPMNShape_sid-0DA6EFC8-FE88-4C4D-B823-9AC90AE70778">
  24. <omgdc:Bounds height="28.0" width="28.0" x="500.0" y="146.0"/>
  25. </bpmndi:BPMNShape>
  26. <bpmndi:BPMNEdge bpmnElement="sid-23542E1B-F2A6-488E-8B9D-F0A940F37820" id="BPMNEdge_sid-23542E1B-F2A6-488E-8B9D-F0A940F37820">
  27. <omgdi:waypoint x="310.0" y="160.0"/>
  28. <omgdi:waypoint x="355.0" y="160.0"/>
  29. </bpmndi:BPMNEdge>
  30. <bpmndi:BPMNEdge bpmnElement="sid-C7DD25DF-3625-4F85-BA0A-E64D9A439FC3" id="BPMNEdge_sid-C7DD25DF-3625-4F85-BA0A-E64D9A439FC3">
  31. <omgdi:waypoint x="135.0" y="160.0"/>
  32. <omgdi:waypoint x="210.0" y="160.0"/>
  33. </bpmndi:BPMNEdge>
  34. <bpmndi:BPMNEdge bpmnElement="sid-F60F1729-0700-4FB5-9459-0F3D79AC9545" id="BPMNEdge_sid-F60F1729-0700-4FB5-9459-0F3D79AC9545">
  35. <omgdi:waypoint x="455.0" y="160.0"/>
  36. <omgdi:waypoint x="500.0" y="160.0"/>
  37. </bpmndi:BPMNEdge>
  38. </bpmndi:BPMNPlane>
  39. </bpmndi:BPMNDiagram>
  40. </definitions>