aqyssc-province.bpmn 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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: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="aqyssc-province" name="安全验收审查-省级" isExecutable="true">
  4. <startEvent id="start" name="Start"></startEvent>
  5. <userTask id="sl" name="wf.sl" activiti:candidateGroups="${role_sl}"></userTask>
  6. <sequenceFlow id="flow1" sourceRef="start" targetRef="sl"></sequenceFlow>
  7. <userTask id="zlsc" name="wf.zlsc" activiti:candidateGroups="${role_zlsc}"></userTask>
  8. <sequenceFlow id="flow2" sourceRef="sl" targetRef="zlsc"></sequenceFlow>
  9. <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
  10. <sequenceFlow id="flow3" sourceRef="zlsc" targetRef="exclusivegateway1"></sequenceFlow>
  11. <userTask id="zj" name="wf.zj" activiti:candidateGroups="${role_zj}"></userTask>
  12. <sequenceFlow id="flow4" name="通过" sourceRef="exclusivegateway1" targetRef="zj">
  13. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zlsc}]]></conditionExpression>
  14. </sequenceFlow>
  15. <userTask id="sjxg1" name="wf.sjxg" activiti:assignee="${admin_tb}"></userTask>
  16. <sequenceFlow id="flow5" name="不通过" sourceRef="exclusivegateway1" targetRef="sjxg1">
  17. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zlsc}]]></conditionExpression>
  18. </sequenceFlow>
  19. <sequenceFlow id="flow6" sourceRef="sjxg1" targetRef="zlsc"></sequenceFlow>
  20. <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
  21. <sequenceFlow id="flow7" sourceRef="zj" targetRef="exclusivegateway2"></sequenceFlow>
  22. <userTask id="sjxg2" name="wf.sjxg" activiti:assignee="${admin_tb}"></userTask>
  23. <sequenceFlow id="flow8" name="不通过" sourceRef="exclusivegateway2" targetRef="sjxg2">
  24. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zj}]]></conditionExpression>
  25. </sequenceFlow>
  26. <sequenceFlow id="flow9" sourceRef="sjxg2" targetRef="zj"></sequenceFlow>
  27. <userTask id="fjsp" name="wf.fjsp" activiti:candidateGroups="${role_fjsp}"></userTask>
  28. <sequenceFlow id="flow10" name="通过" sourceRef="exclusivegateway2" targetRef="fjsp">
  29. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zj}]]></conditionExpression>
  30. </sequenceFlow>
  31. <userTask id="zjsp" name="wf.zjsp" activiti:candidateGroups="${role_zjsp}"></userTask>
  32. <sequenceFlow id="flow11" name="通过" sourceRef="exclusivegateway3" targetRef="zjsp">
  33. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_fjsp}]]></conditionExpression>
  34. </sequenceFlow>
  35. <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
  36. <sequenceFlow id="flow12" sourceRef="fjsp" targetRef="exclusivegateway3"></sequenceFlow>
  37. <endEvent id="endevent1" name="End"></endEvent>
  38. <sequenceFlow id="flow13" name="不通过" sourceRef="exclusivegateway3" targetRef="endevent1">
  39. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_fjsp}]]></conditionExpression>
  40. </sequenceFlow>
  41. <sequenceFlow id="flow15" sourceRef="zjsp" targetRef="endevent1"></sequenceFlow>
  42. </process>
  43. <bpmndi:BPMNDiagram id="BPMNDiagram_aqyssc-province">
  44. <bpmndi:BPMNPlane bpmnElement="aqyssc-province" id="BPMNPlane_aqyssc-province">
  45. <bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
  46. <omgdc:Bounds height="35.0" width="35.0" x="10.0" y="110.0"></omgdc:Bounds>
  47. </bpmndi:BPMNShape>
  48. <bpmndi:BPMNShape bpmnElement="sl" id="BPMNShape_sl">
  49. <omgdc:Bounds height="55.0" width="105.0" x="70.0" y="100.0"></omgdc:Bounds>
  50. </bpmndi:BPMNShape>
  51. <bpmndi:BPMNShape bpmnElement="zlsc" id="BPMNShape_zlsc">
  52. <omgdc:Bounds height="55.0" width="105.0" x="200.0" y="100.0"></omgdc:Bounds>
  53. </bpmndi:BPMNShape>
  54. <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
  55. <omgdc:Bounds height="40.0" width="40.0" x="330.0" y="107.0"></omgdc:Bounds>
  56. </bpmndi:BPMNShape>
  57. <bpmndi:BPMNShape bpmnElement="zj" id="BPMNShape_zj">
  58. <omgdc:Bounds height="55.0" width="105.0" x="420.0" y="100.0"></omgdc:Bounds>
  59. </bpmndi:BPMNShape>
  60. <bpmndi:BPMNShape bpmnElement="sjxg1" id="BPMNShape_sjxg1">
  61. <omgdc:Bounds height="55.0" width="105.0" x="298.0" y="190.0"></omgdc:Bounds>
  62. </bpmndi:BPMNShape>
  63. <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
  64. <omgdc:Bounds height="40.0" width="40.0" x="570.0" y="107.0"></omgdc:Bounds>
  65. </bpmndi:BPMNShape>
  66. <bpmndi:BPMNShape bpmnElement="sjxg2" id="BPMNShape_sjxg2">
  67. <omgdc:Bounds height="55.0" width="105.0" x="420.0" y="190.0"></omgdc:Bounds>
  68. </bpmndi:BPMNShape>
  69. <bpmndi:BPMNShape bpmnElement="fjsp" id="BPMNShape_fjsp">
  70. <omgdc:Bounds height="55.0" width="105.0" x="643.0" y="100.0"></omgdc:Bounds>
  71. </bpmndi:BPMNShape>
  72. <bpmndi:BPMNShape bpmnElement="zjsp" id="BPMNShape_zjsp">
  73. <omgdc:Bounds height="55.0" width="105.0" x="840.0" y="100.0"></omgdc:Bounds>
  74. </bpmndi:BPMNShape>
  75. <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
  76. <omgdc:Bounds height="40.0" width="40.0" x="771.0" y="107.0"></omgdc:Bounds>
  77. </bpmndi:BPMNShape>
  78. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  79. <omgdc:Bounds height="35.0" width="35.0" x="875.0" y="200.0"></omgdc:Bounds>
  80. </bpmndi:BPMNShape>
  81. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  82. <omgdi:waypoint x="45.0" y="127.0"></omgdi:waypoint>
  83. <omgdi:waypoint x="70.0" y="127.0"></omgdi:waypoint>
  84. </bpmndi:BPMNEdge>
  85. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  86. <omgdi:waypoint x="175.0" y="127.0"></omgdi:waypoint>
  87. <omgdi:waypoint x="200.0" y="127.0"></omgdi:waypoint>
  88. </bpmndi:BPMNEdge>
  89. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  90. <omgdi:waypoint x="305.0" y="127.0"></omgdi:waypoint>
  91. <omgdi:waypoint x="330.0" y="127.0"></omgdi:waypoint>
  92. </bpmndi:BPMNEdge>
  93. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  94. <omgdi:waypoint x="370.0" y="127.0"></omgdi:waypoint>
  95. <omgdi:waypoint x="420.0" y="127.0"></omgdi:waypoint>
  96. <bpmndi:BPMNLabel>
  97. <omgdc:Bounds height="14.0" width="24.0" x="-16.0" y="7.0"></omgdc:Bounds>
  98. </bpmndi:BPMNLabel>
  99. </bpmndi:BPMNEdge>
  100. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  101. <omgdi:waypoint x="350.0" y="147.0"></omgdi:waypoint>
  102. <omgdi:waypoint x="350.0" y="190.0"></omgdi:waypoint>
  103. <bpmndi:BPMNLabel>
  104. <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="0.0"></omgdc:Bounds>
  105. </bpmndi:BPMNLabel>
  106. </bpmndi:BPMNEdge>
  107. <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
  108. <omgdi:waypoint x="298.0" y="217.0"></omgdi:waypoint>
  109. <omgdi:waypoint x="252.0" y="217.0"></omgdi:waypoint>
  110. <omgdi:waypoint x="252.0" y="155.0"></omgdi:waypoint>
  111. </bpmndi:BPMNEdge>
  112. <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
  113. <omgdi:waypoint x="525.0" y="127.0"></omgdi:waypoint>
  114. <omgdi:waypoint x="570.0" y="127.0"></omgdi:waypoint>
  115. </bpmndi:BPMNEdge>
  116. <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
  117. <omgdi:waypoint x="590.0" y="147.0"></omgdi:waypoint>
  118. <omgdi:waypoint x="590.0" y="217.0"></omgdi:waypoint>
  119. <omgdi:waypoint x="525.0" y="217.0"></omgdi:waypoint>
  120. <bpmndi:BPMNLabel>
  121. <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="-47.0"></omgdc:Bounds>
  122. </bpmndi:BPMNLabel>
  123. </bpmndi:BPMNEdge>
  124. <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
  125. <omgdi:waypoint x="525.0" y="217.0"></omgdi:waypoint>
  126. <omgdi:waypoint x="472.0" y="189.0"></omgdi:waypoint>
  127. <omgdi:waypoint x="472.0" y="155.0"></omgdi:waypoint>
  128. </bpmndi:BPMNEdge>
  129. <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
  130. <omgdi:waypoint x="610.0" y="127.0"></omgdi:waypoint>
  131. <omgdi:waypoint x="643.0" y="127.0"></omgdi:waypoint>
  132. <bpmndi:BPMNLabel>
  133. <omgdc:Bounds height="14.0" width="24.0" x="-10.0" y="7.0"></omgdc:Bounds>
  134. </bpmndi:BPMNLabel>
  135. </bpmndi:BPMNEdge>
  136. <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
  137. <omgdi:waypoint x="811.0" y="127.0"></omgdi:waypoint>
  138. <omgdi:waypoint x="840.0" y="127.0"></omgdi:waypoint>
  139. <bpmndi:BPMNLabel>
  140. <omgdc:Bounds height="14.0" width="24.0" x="-14.0" y="7.0"></omgdc:Bounds>
  141. </bpmndi:BPMNLabel>
  142. </bpmndi:BPMNEdge>
  143. <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
  144. <omgdi:waypoint x="748.0" y="127.0"></omgdi:waypoint>
  145. <omgdi:waypoint x="771.0" y="127.0"></omgdi:waypoint>
  146. </bpmndi:BPMNEdge>
  147. <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
  148. <omgdi:waypoint x="791.0" y="147.0"></omgdi:waypoint>
  149. <omgdi:waypoint x="791.0" y="217.0"></omgdi:waypoint>
  150. <omgdi:waypoint x="875.0" y="217.0"></omgdi:waypoint>
  151. <bpmndi:BPMNLabel>
  152. <omgdc:Bounds height="14.0" width="36.0" x="2.0" y="-49.0"></omgdc:Bounds>
  153. </bpmndi:BPMNLabel>
  154. </bpmndi:BPMNEdge>
  155. <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
  156. <omgdi:waypoint x="892.0" y="155.0"></omgdi:waypoint>
  157. <omgdi:waypoint x="892.0" y="200.0"></omgdi:waypoint>
  158. </bpmndi:BPMNEdge>
  159. </bpmndi:BPMNPlane>
  160. </bpmndi:BPMNDiagram>
  161. </definitions>