gggl.bpmn 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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="gggl" name="公告管理" isExecutable="true">
  4. <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="ng" name="拟稿" activiti:assignee="${applyUserId}"></userTask>
  6. <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="ng"></sequenceFlow>
  7. <endEvent id="endevent1" name="End"></endEvent>
  8. <userTask id="bmsh" name="部门审核"></userTask>
  9. <sequenceFlow id="flow2" sourceRef="ng" targetRef="bmsh"></sequenceFlow>
  10. <userTask id="bgssh" name="综合科审核"></userTask>
  11. <sequenceFlow id="flow3" sourceRef="bmsh" targetRef="bgssh"></sequenceFlow>
  12. <sequenceFlow id="flow4" sourceRef="bgssh" targetRef="endevent1"></sequenceFlow>
  13. </process>
  14. <bpmndi:BPMNDiagram id="BPMNDiagram_gggl">
  15. <bpmndi:BPMNPlane bpmnElement="gggl" id="BPMNPlane_gggl">
  16. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  17. <omgdc:Bounds height="35.0" width="41.0" x="160.0" y="150.0"></omgdc:Bounds>
  18. </bpmndi:BPMNShape>
  19. <bpmndi:BPMNShape bpmnElement="ng" id="BPMNShape_ng">
  20. <omgdc:Bounds height="55.0" width="105.0" x="296.0" y="140.0"></omgdc:Bounds>
  21. </bpmndi:BPMNShape>
  22. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  23. <omgdc:Bounds height="35.0" width="35.0" x="840.0" y="151.0"></omgdc:Bounds>
  24. </bpmndi:BPMNShape>
  25. <bpmndi:BPMNShape bpmnElement="bmsh" id="BPMNShape_bmsh">
  26. <omgdc:Bounds height="55.0" width="105.0" x="480.0" y="141.0"></omgdc:Bounds>
  27. </bpmndi:BPMNShape>
  28. <bpmndi:BPMNShape bpmnElement="bgssh" id="BPMNShape_bgssh">
  29. <omgdc:Bounds height="55.0" width="105.0" x="651.0" y="141.0"></omgdc:Bounds>
  30. </bpmndi:BPMNShape>
  31. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  32. <omgdi:waypoint x="201.0" y="167.0"></omgdi:waypoint>
  33. <omgdi:waypoint x="296.0" y="167.0"></omgdi:waypoint>
  34. </bpmndi:BPMNEdge>
  35. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  36. <omgdi:waypoint x="401.0" y="167.0"></omgdi:waypoint>
  37. <omgdi:waypoint x="480.0" y="168.0"></omgdi:waypoint>
  38. </bpmndi:BPMNEdge>
  39. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  40. <omgdi:waypoint x="585.0" y="168.0"></omgdi:waypoint>
  41. <omgdi:waypoint x="651.0" y="168.0"></omgdi:waypoint>
  42. </bpmndi:BPMNEdge>
  43. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  44. <omgdi:waypoint x="756.0" y="168.0"></omgdi:waypoint>
  45. <omgdi:waypoint x="840.0" y="168.0"></omgdi:waypoint>
  46. </bpmndi:BPMNEdge>
  47. </bpmndi:BPMNPlane>
  48. </bpmndi:BPMNDiagram>
  49. </definitions>