xkzns.bpmn 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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="xkzns" name="许可证年审" isExecutable="true">
  4. <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="usertask1" name="申请" activiti:assignee="${applyUserId}">
  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="usertask1"></sequenceFlow>
  18. <userTask id="ndshcl" name="年度审核材料" activiti:candidateGroups="${role_ndshcl}"></userTask>
  19. <sequenceFlow id="flow2" sourceRef="usertask1" targetRef="ndshcl"></sequenceFlow>
  20. <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
  21. <sequenceFlow id="flow3" sourceRef="ndshcl" targetRef="exclusivegateway1"></sequenceFlow>
  22. <sequenceFlow id="flow5" name="不通过" sourceRef="exclusivegateway1" targetRef="usertask1">
  23. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_ndshcl}]]></conditionExpression>
  24. </sequenceFlow>
  25. <userTask id="ndshpz" name="年度审核批准" activiti:candidateGroups="${role_ndshpz}"></userTask>
  26. <sequenceFlow id="flow6" name="通过" sourceRef="exclusivegateway1" targetRef="ndshpz">
  27. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_ndshcl}]]></conditionExpression>
  28. </sequenceFlow>
  29. <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
  30. <sequenceFlow id="flow7" sourceRef="ndshpz" targetRef="exclusivegateway2"></sequenceFlow>
  31. <sequenceFlow id="flow8" name="不通过" sourceRef="exclusivegateway2" targetRef="ndshcl">
  32. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_ndshpz}]]></conditionExpression>
  33. </sequenceFlow>
  34. <endEvent id="endevent1" name="End"></endEvent>
  35. <sequenceFlow id="flow9" name="通过" sourceRef="exclusivegateway2" targetRef="endevent1">
  36. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_ndshpz}]]></conditionExpression>
  37. </sequenceFlow>
  38. </process>
  39. <bpmndi:BPMNDiagram id="BPMNDiagram_xkzns">
  40. <bpmndi:BPMNPlane bpmnElement="xkzns" id="BPMNPlane_xkzns">
  41. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  42. <omgdc:Bounds height="35.0" width="35.0" x="150.0" y="210.0"></omgdc:Bounds>
  43. </bpmndi:BPMNShape>
  44. <bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1">
  45. <omgdc:Bounds height="55.0" width="105.0" x="230.0" y="200.0"></omgdc:Bounds>
  46. </bpmndi:BPMNShape>
  47. <bpmndi:BPMNShape bpmnElement="ndshcl" id="BPMNShape_ndshcl">
  48. <omgdc:Bounds height="55.0" width="105.0" x="390.0" y="200.0"></omgdc:Bounds>
  49. </bpmndi:BPMNShape>
  50. <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
  51. <omgdc:Bounds height="40.0" width="40.0" x="422.0" y="70.0"></omgdc:Bounds>
  52. </bpmndi:BPMNShape>
  53. <bpmndi:BPMNShape bpmnElement="ndshpz" id="BPMNShape_ndshpz">
  54. <omgdc:Bounds height="55.0" width="105.0" x="590.0" y="200.0"></omgdc:Bounds>
  55. </bpmndi:BPMNShape>
  56. <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
  57. <omgdc:Bounds height="40.0" width="40.0" x="622.0" y="370.0"></omgdc:Bounds>
  58. </bpmndi:BPMNShape>
  59. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  60. <omgdc:Bounds height="35.0" width="35.0" x="820.0" y="210.0"></omgdc:Bounds>
  61. </bpmndi:BPMNShape>
  62. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  63. <omgdi:waypoint x="185.0" y="227.0"></omgdi:waypoint>
  64. <omgdi:waypoint x="230.0" y="227.0"></omgdi:waypoint>
  65. </bpmndi:BPMNEdge>
  66. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  67. <omgdi:waypoint x="335.0" y="227.0"></omgdi:waypoint>
  68. <omgdi:waypoint x="390.0" y="227.0"></omgdi:waypoint>
  69. </bpmndi:BPMNEdge>
  70. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  71. <omgdi:waypoint x="442.0" y="200.0"></omgdi:waypoint>
  72. <omgdi:waypoint x="442.0" y="110.0"></omgdi:waypoint>
  73. </bpmndi:BPMNEdge>
  74. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  75. <omgdi:waypoint x="422.0" y="90.0"></omgdi:waypoint>
  76. <omgdi:waypoint x="279.0" y="90.0"></omgdi:waypoint>
  77. <omgdi:waypoint x="282.0" y="200.0"></omgdi:waypoint>
  78. <bpmndi:BPMNLabel>
  79. <omgdc:Bounds height="14.0" width="36.0" x="388.0" y="70.0"></omgdc:Bounds>
  80. </bpmndi:BPMNLabel>
  81. </bpmndi:BPMNEdge>
  82. <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
  83. <omgdi:waypoint x="462.0" y="90.0"></omgdi:waypoint>
  84. <omgdi:waypoint x="642.0" y="90.0"></omgdi:waypoint>
  85. <omgdi:waypoint x="642.0" y="200.0"></omgdi:waypoint>
  86. <bpmndi:BPMNLabel>
  87. <omgdc:Bounds height="14.0" width="24.0" x="479.0" y="70.0"></omgdc:Bounds>
  88. </bpmndi:BPMNLabel>
  89. </bpmndi:BPMNEdge>
  90. <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
  91. <omgdi:waypoint x="642.0" y="255.0"></omgdi:waypoint>
  92. <omgdi:waypoint x="642.0" y="370.0"></omgdi:waypoint>
  93. </bpmndi:BPMNEdge>
  94. <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
  95. <omgdi:waypoint x="622.0" y="390.0"></omgdi:waypoint>
  96. <omgdi:waypoint x="442.0" y="389.0"></omgdi:waypoint>
  97. <omgdi:waypoint x="442.0" y="255.0"></omgdi:waypoint>
  98. <bpmndi:BPMNLabel>
  99. <omgdc:Bounds height="14.0" width="36.0" x="524.0" y="398.0"></omgdc:Bounds>
  100. </bpmndi:BPMNLabel>
  101. </bpmndi:BPMNEdge>
  102. <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
  103. <omgdi:waypoint x="662.0" y="390.0"></omgdi:waypoint>
  104. <omgdi:waypoint x="837.0" y="390.0"></omgdi:waypoint>
  105. <omgdi:waypoint x="837.0" y="245.0"></omgdi:waypoint>
  106. <bpmndi:BPMNLabel>
  107. <omgdc:Bounds height="14.0" width="24.0" x="689.0" y="397.0"></omgdc:Bounds>
  108. </bpmndi:BPMNLabel>
  109. </bpmndi:BPMNEdge>
  110. </bpmndi:BPMNPlane>
  111. </bpmndi:BPMNDiagram>
  112. </definitions>