test.bpmn 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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: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="m1517475747589" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
  3. <process id="myProcess_1" isClosed="false" isExecutable="true" processType="None">
  4. <startEvent id="_2" name="StartEvent"/>
  5. <userTask activiti:exclusive="true" id="_3" name="UserTask"/>
  6. <sequenceFlow id="_4" sourceRef="_2" targetRef="_3"/>
  7. <endEvent id="_5" name="EndEvent"/>
  8. <userTask activiti:exclusive="true" id="_7" name="UserTask"/>
  9. <sequenceFlow id="_8" sourceRef="_3" targetRef="_7"/>
  10. <userTask activiti:exclusive="true" id="_9" name="UserTask"/>
  11. <sequenceFlow id="_10" sourceRef="_7" targetRef="_9"/>
  12. <sequenceFlow id="_11" sourceRef="_9" targetRef="_5"/>
  13. </process>
  14. <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">
  15. <bpmndi:BPMNPlane bpmnElement="myProcess_1">
  16. <bpmndi:BPMNShape bpmnElement="_2" id="Shape-_2">
  17. <omgdc:Bounds height="32.0" width="32.0" x="75.0" y="70.0"/>
  18. <bpmndi:BPMNLabel>
  19. <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
  20. </bpmndi:BPMNLabel>
  21. </bpmndi:BPMNShape>
  22. <bpmndi:BPMNShape bpmnElement="_3" id="Shape-_3">
  23. <omgdc:Bounds height="55.0" width="155.0" x="290.0" y="45.0"/>
  24. <bpmndi:BPMNLabel>
  25. <omgdc:Bounds height="55.0" width="155.0" x="0.0" y="0.0"/>
  26. </bpmndi:BPMNLabel>
  27. </bpmndi:BPMNShape>
  28. <bpmndi:BPMNShape bpmnElement="_5" id="Shape-_5">
  29. <omgdc:Bounds height="32.0" width="32.0" x="615.0" y="115.0"/>
  30. <bpmndi:BPMNLabel>
  31. <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
  32. </bpmndi:BPMNLabel>
  33. </bpmndi:BPMNShape>
  34. <bpmndi:BPMNShape bpmnElement="_7" id="Shape-_7">
  35. <omgdc:Bounds height="55.0" width="85.0" x="315.0" y="205.0"/>
  36. <bpmndi:BPMNLabel>
  37. <omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
  38. </bpmndi:BPMNLabel>
  39. </bpmndi:BPMNShape>
  40. <bpmndi:BPMNShape bpmnElement="_9" id="Shape-_9">
  41. <omgdc:Bounds height="55.0" width="85.0" x="490.0" y="90.0"/>
  42. <bpmndi:BPMNLabel>
  43. <omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
  44. </bpmndi:BPMNLabel>
  45. </bpmndi:BPMNShape>
  46. <bpmndi:BPMNEdge bpmnElement="_4" id="BPMNEdge__4" sourceElement="_2" targetElement="_3">
  47. <omgdi:waypoint x="107.0" y="86.0"/>
  48. <omgdi:waypoint x="290.0" y="72.5"/>
  49. <bpmndi:BPMNLabel>
  50. <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
  51. </bpmndi:BPMNLabel>
  52. </bpmndi:BPMNEdge>
  53. <bpmndi:BPMNEdge bpmnElement="_8" id="BPMNEdge__8" sourceElement="_3" targetElement="_7">
  54. <omgdi:waypoint x="357.5" y="100.0"/>
  55. <omgdi:waypoint x="357.5" y="205.0"/>
  56. <bpmndi:BPMNLabel>
  57. <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
  58. </bpmndi:BPMNLabel>
  59. </bpmndi:BPMNEdge>
  60. <bpmndi:BPMNEdge bpmnElement="_11" id="BPMNEdge__11" sourceElement="_9" targetElement="_5">
  61. <omgdi:waypoint x="575.0" y="117.5"/>
  62. <omgdi:waypoint x="615.0" y="131.0"/>
  63. <bpmndi:BPMNLabel>
  64. <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
  65. </bpmndi:BPMNLabel>
  66. </bpmndi:BPMNEdge>
  67. <bpmndi:BPMNEdge bpmnElement="_10" id="BPMNEdge__10" sourceElement="_7" targetElement="_9">
  68. <omgdi:waypoint x="400.0" y="232.5"/>
  69. <omgdi:waypoint x="490.0" y="117.5"/>
  70. <bpmndi:BPMNLabel>
  71. <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
  72. </bpmndi:BPMNLabel>
  73. </bpmndi:BPMNEdge>
  74. </bpmndi:BPMNPlane>
  75. </bpmndi:BPMNDiagram>
  76. </definitions>