zcsg.bpmn 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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="zcsg" name="资产申购" isExecutable="true">
  4. <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="txgz" name="填写购置申请单" activiti:assignee="${applyUserId}"></userTask>
  6. <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="txgz"></sequenceFlow>
  7. <userTask id="ksldsh" name="科室领导审核"></userTask>
  8. <userTask id="cwbmsh" name="财务部门审核"></userTask>
  9. <sequenceFlow id="flow11" sourceRef="ksldsh" targetRef="cwbmsh"></sequenceFlow>
  10. <sequenceFlow id="flow16" sourceRef="txgz" targetRef="ksldsh"></sequenceFlow>
  11. <userTask id="zcbmsh" name="资产部门审核"></userTask>
  12. <sequenceFlow id="flow19" sourceRef="cwbmsh" targetRef="zcbmsh"></sequenceFlow>
  13. <userTask id="jldsp" name="局领导审批"></userTask>
  14. <sequenceFlow id="flow20" sourceRef="zcbmsh" targetRef="jldsp"></sequenceFlow>
  15. <endEvent id="endevent1" name="End"></endEvent>
  16. <sequenceFlow id="flow21" sourceRef="jldsp" targetRef="endevent1"></sequenceFlow>
  17. </process>
  18. <bpmndi:BPMNDiagram id="BPMNDiagram_zcsg">
  19. <bpmndi:BPMNPlane bpmnElement="zcsg" id="BPMNPlane_zcsg">
  20. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  21. <omgdc:Bounds height="35.0" width="35.0" x="12.0" y="170.0"></omgdc:Bounds>
  22. </bpmndi:BPMNShape>
  23. <bpmndi:BPMNShape bpmnElement="txgz" id="BPMNShape_txgz">
  24. <omgdc:Bounds height="55.0" width="105.0" x="92.0" y="160.0"></omgdc:Bounds>
  25. </bpmndi:BPMNShape>
  26. <bpmndi:BPMNShape bpmnElement="ksldsh" id="BPMNShape_ksldsh">
  27. <omgdc:Bounds height="55.0" width="105.0" x="260.0" y="160.0"></omgdc:Bounds>
  28. </bpmndi:BPMNShape>
  29. <bpmndi:BPMNShape bpmnElement="cwbmsh" id="BPMNShape_cwbmsh">
  30. <omgdc:Bounds height="55.0" width="105.0" x="420.0" y="160.0"></omgdc:Bounds>
  31. </bpmndi:BPMNShape>
  32. <bpmndi:BPMNShape bpmnElement="zcbmsh" id="BPMNShape_zcbmsh">
  33. <omgdc:Bounds height="55.0" width="105.0" x="570.0" y="160.0"></omgdc:Bounds>
  34. </bpmndi:BPMNShape>
  35. <bpmndi:BPMNShape bpmnElement="jldsp" id="BPMNShape_jldsp">
  36. <omgdc:Bounds height="55.0" width="105.0" x="720.0" y="160.0"></omgdc:Bounds>
  37. </bpmndi:BPMNShape>
  38. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  39. <omgdc:Bounds height="35.0" width="35.0" x="870.0" y="170.0"></omgdc:Bounds>
  40. </bpmndi:BPMNShape>
  41. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  42. <omgdi:waypoint x="47.0" y="187.0"></omgdi:waypoint>
  43. <omgdi:waypoint x="92.0" y="187.0"></omgdi:waypoint>
  44. </bpmndi:BPMNEdge>
  45. <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
  46. <omgdi:waypoint x="365.0" y="187.0"></omgdi:waypoint>
  47. <omgdi:waypoint x="420.0" y="187.0"></omgdi:waypoint>
  48. </bpmndi:BPMNEdge>
  49. <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
  50. <omgdi:waypoint x="197.0" y="187.0"></omgdi:waypoint>
  51. <omgdi:waypoint x="260.0" y="187.0"></omgdi:waypoint>
  52. </bpmndi:BPMNEdge>
  53. <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
  54. <omgdi:waypoint x="525.0" y="187.0"></omgdi:waypoint>
  55. <omgdi:waypoint x="570.0" y="187.0"></omgdi:waypoint>
  56. </bpmndi:BPMNEdge>
  57. <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
  58. <omgdi:waypoint x="675.0" y="187.0"></omgdi:waypoint>
  59. <omgdi:waypoint x="720.0" y="187.0"></omgdi:waypoint>
  60. </bpmndi:BPMNEdge>
  61. <bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21">
  62. <omgdi:waypoint x="825.0" y="187.0"></omgdi:waypoint>
  63. <omgdi:waypoint x="870.0" y="187.0"></omgdi:waypoint>
  64. </bpmndi:BPMNEdge>
  65. </bpmndi:BPMNPlane>
  66. </bpmndi:BPMNDiagram>
  67. </definitions>