demo.bpmn 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1609680024391" name="" targetNamespace="http://www.activiti.org/testm1609680024391" typeLanguage="http://www.w3.org/2001/XMLSchema">
  3. <process id="myDemo" isClosed="false" isExecutable="true" processType="None">
  4. <startEvent id="_2" name="开始"/>
  5. <userTask activiti:candidateGroups="activitiTeam" activiti:exclusive="true" id="_3" name="审批1"/>
  6. <userTask activiti:candidateGroups="activitiTeam" activiti:exclusive="true" id="_4" name="审批2"/>
  7. <endEvent id="_5" name="结束"/>
  8. <sequenceFlow id="_6" sourceRef="_2" targetRef="_3"/>
  9. <sequenceFlow id="_7" sourceRef="_3" targetRef="_4"/>
  10. <sequenceFlow id="_8" sourceRef="_4" targetRef="_5"/>
  11. </process>
  12. <bpmndi:BPMNDiagram documentation="background=#FFFFFF;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">
  13. <bpmndi:BPMNPlane bpmnElement="myDemo">
  14. <bpmndi:BPMNShape bpmnElement="_2" id="Shape-_2">
  15. <dc:Bounds height="32.0" width="32.0" x="310.0" y="25.0"/>
  16. <bpmndi:BPMNLabel>
  17. <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
  18. </bpmndi:BPMNLabel>
  19. </bpmndi:BPMNShape>
  20. <bpmndi:BPMNShape bpmnElement="_3" id="Shape-_3">
  21. <dc:Bounds height="55.0" width="85.0" x="305.0" y="130.0"/>
  22. <bpmndi:BPMNLabel>
  23. <dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
  24. </bpmndi:BPMNLabel>
  25. </bpmndi:BPMNShape>
  26. <bpmndi:BPMNShape bpmnElement="_4" id="Shape-_4">
  27. <dc:Bounds height="55.0" width="85.0" x="330.0" y="280.0"/>
  28. <bpmndi:BPMNLabel>
  29. <dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
  30. </bpmndi:BPMNLabel>
  31. </bpmndi:BPMNShape>
  32. <bpmndi:BPMNShape bpmnElement="_5" id="Shape-_5">
  33. <dc:Bounds height="32.0" width="32.0" x="350.0" y="425.0"/>
  34. <bpmndi:BPMNLabel>
  35. <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
  36. </bpmndi:BPMNLabel>
  37. </bpmndi:BPMNShape>
  38. <bpmndi:BPMNEdge bpmnElement="_6" id="BPMNEdge__6" sourceElement="_2" targetElement="_3">
  39. <di:waypoint x="326.0" y="57.0"/>
  40. <di:waypoint x="326.0" y="130.0"/>
  41. <bpmndi:BPMNLabel>
  42. <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
  43. </bpmndi:BPMNLabel>
  44. </bpmndi:BPMNEdge>
  45. <bpmndi:BPMNEdge bpmnElement="_7" id="BPMNEdge__7" sourceElement="_3" targetElement="_4">
  46. <di:waypoint x="360.0" y="185.0"/>
  47. <di:waypoint x="360.0" y="280.0"/>
  48. <bpmndi:BPMNLabel>
  49. <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
  50. </bpmndi:BPMNLabel>
  51. </bpmndi:BPMNEdge>
  52. <bpmndi:BPMNEdge bpmnElement="_8" id="BPMNEdge__8" sourceElement="_4" targetElement="_5">
  53. <di:waypoint x="366.0" y="335.0"/>
  54. <di:waypoint x="366.0" y="425.0"/>
  55. <bpmndi:BPMNLabel>
  56. <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
  57. </bpmndi:BPMNLabel>
  58. </bpmndi:BPMNEdge>
  59. </bpmndi:BPMNPlane>
  60. </bpmndi:BPMNDiagram>
  61. </definitions>