jdjc.bpmn 5.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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="jdjc" name="督查检查" isExecutable="true">
  4. <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="xzrysq" name="行政人员申请" activiti:candidateGroups="${role_jdtx}">
  6. <extensionElements>
  7. <activiti:taskListener event="create" delegateExpression="${taskVarBean}">
  8. <activiti:field name="varName">
  9. <activiti:string><![CDATA[var_autoComplete]]></activiti:string>
  10. </activiti:field>
  11. <activiti:field name="varValue">
  12. <activiti:string><![CDATA[true]]></activiti:string>
  13. </activiti:field>
  14. </activiti:taskListener>
  15. </extensionElements>
  16. </userTask>
  17. <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="xzrysq"></sequenceFlow>
  18. <userTask id="jyrqr" name="经营人确认" activiti:candidateGroups="${role_jyr}"></userTask>
  19. <sequenceFlow id="flow2" sourceRef="xzrysq" targetRef="jyrqr"></sequenceFlow>
  20. <userTask id="xzrysh" name="行政人员审核" activiti:candidateGroups="${role_jdtx}"></userTask>
  21. <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
  22. <sequenceFlow id="flow7" sourceRef="xzrysh" targetRef="exclusivegateway2"></sequenceFlow>
  23. <sequenceFlow id="flow8" name="不通过" sourceRef="exclusivegateway2" targetRef="jyrqr">
  24. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_xzrysh}]]></conditionExpression>
  25. </sequenceFlow>
  26. <endEvent id="endevent1" name="End"></endEvent>
  27. <sequenceFlow id="flow9" name="通过" sourceRef="exclusivegateway2" targetRef="endevent1">
  28. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_xzrysh}]]></conditionExpression>
  29. </sequenceFlow>
  30. <sequenceFlow id="flow10" sourceRef="jyrqr" targetRef="xzrysh"></sequenceFlow>
  31. </process>
  32. <bpmndi:BPMNDiagram id="BPMNDiagram_jdjc">
  33. <bpmndi:BPMNPlane bpmnElement="jdjc" id="BPMNPlane_jdjc">
  34. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  35. <omgdc:Bounds height="35.0" width="35.0" x="150.0" y="210.0"></omgdc:Bounds>
  36. </bpmndi:BPMNShape>
  37. <bpmndi:BPMNShape bpmnElement="xzrysq" id="BPMNShape_xzrysq">
  38. <omgdc:Bounds height="55.0" width="105.0" x="230.0" y="200.0"></omgdc:Bounds>
  39. </bpmndi:BPMNShape>
  40. <bpmndi:BPMNShape bpmnElement="jyrqr" id="BPMNShape_jyrqr">
  41. <omgdc:Bounds height="55.0" width="105.0" x="390.0" y="200.0"></omgdc:Bounds>
  42. </bpmndi:BPMNShape>
  43. <bpmndi:BPMNShape bpmnElement="xzrysh" id="BPMNShape_xzrysh">
  44. <omgdc:Bounds height="55.0" width="105.0" x="590.0" y="200.0"></omgdc:Bounds>
  45. </bpmndi:BPMNShape>
  46. <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
  47. <omgdc:Bounds height="40.0" width="40.0" x="622.0" y="370.0"></omgdc:Bounds>
  48. </bpmndi:BPMNShape>
  49. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  50. <omgdc:Bounds height="35.0" width="35.0" x="820.0" y="210.0"></omgdc:Bounds>
  51. </bpmndi:BPMNShape>
  52. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  53. <omgdi:waypoint x="185.0" y="227.0"></omgdi:waypoint>
  54. <omgdi:waypoint x="230.0" y="227.0"></omgdi:waypoint>
  55. </bpmndi:BPMNEdge>
  56. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  57. <omgdi:waypoint x="335.0" y="227.0"></omgdi:waypoint>
  58. <omgdi:waypoint x="390.0" y="227.0"></omgdi:waypoint>
  59. </bpmndi:BPMNEdge>
  60. <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
  61. <omgdi:waypoint x="642.0" y="255.0"></omgdi:waypoint>
  62. <omgdi:waypoint x="642.0" y="370.0"></omgdi:waypoint>
  63. </bpmndi:BPMNEdge>
  64. <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
  65. <omgdi:waypoint x="622.0" y="390.0"></omgdi:waypoint>
  66. <omgdi:waypoint x="442.0" y="389.0"></omgdi:waypoint>
  67. <omgdi:waypoint x="442.0" y="255.0"></omgdi:waypoint>
  68. <bpmndi:BPMNLabel>
  69. <omgdc:Bounds height="14.0" width="36.0" x="524.0" y="398.0"></omgdc:Bounds>
  70. </bpmndi:BPMNLabel>
  71. </bpmndi:BPMNEdge>
  72. <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
  73. <omgdi:waypoint x="662.0" y="390.0"></omgdi:waypoint>
  74. <omgdi:waypoint x="837.0" y="390.0"></omgdi:waypoint>
  75. <omgdi:waypoint x="837.0" y="245.0"></omgdi:waypoint>
  76. <bpmndi:BPMNLabel>
  77. <omgdc:Bounds height="14.0" width="24.0" x="689.0" y="397.0"></omgdc:Bounds>
  78. </bpmndi:BPMNLabel>
  79. </bpmndi:BPMNEdge>
  80. <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
  81. <omgdi:waypoint x="495.0" y="227.0"></omgdi:waypoint>
  82. <omgdi:waypoint x="590.0" y="227.0"></omgdi:waypoint>
  83. </bpmndi:BPMNEdge>
  84. </bpmndi:BPMNPlane>
  85. </bpmndi:BPMNDiagram>
  86. </definitions>