jsxmaqtjsc-province.bpmn 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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="jsxmaqtjsc-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. <userTask id="zj" name="wf.zj" activiti:candidateGroups="${role_zj}"></userTask>
  10. <userTask id="sjxg1" name="wf.sjxg" activiti:assignee="${admin_tb}"></userTask>
  11. <sequenceFlow id="flow6" sourceRef="sjxg1" targetRef="zlsc"></sequenceFlow>
  12. <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
  13. <sequenceFlow id="flow7" sourceRef="zj" targetRef="exclusivegateway2"></sequenceFlow>
  14. <userTask id="sjxg2" name="wf.sjxg" activiti:assignee="${admin_tb}"></userTask>
  15. <sequenceFlow id="flow8" name="不通过" sourceRef="exclusivegateway2" targetRef="sjxg2">
  16. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zj}]]></conditionExpression>
  17. </sequenceFlow>
  18. <sequenceFlow id="flow9" sourceRef="sjxg2" targetRef="zj"></sequenceFlow>
  19. <userTask id="fjsp" name="wf.fjsp" activiti:candidateGroups="${role_fjsp}"></userTask>
  20. <sequenceFlow id="flow10" name="通过" sourceRef="exclusivegateway2" targetRef="fjsp">
  21. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zj}]]></conditionExpression>
  22. </sequenceFlow>
  23. <userTask id="zjsp" name="wf.zjsp" activiti:candidateGroups="${role_zjsp}"></userTask>
  24. <sequenceFlow id="flow11" name="通过" sourceRef="exclusivegateway3" targetRef="zjsp">
  25. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_fjsp}]]></conditionExpression>
  26. </sequenceFlow>
  27. <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
  28. <sequenceFlow id="flow12" sourceRef="fjsp" targetRef="exclusivegateway3"></sequenceFlow>
  29. <endEvent id="endevent1" name="End"></endEvent>
  30. <sequenceFlow id="flow13" name="不通过" sourceRef="exclusivegateway3" targetRef="endevent1">
  31. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_fjsp}]]></conditionExpression>
  32. </sequenceFlow>
  33. <sequenceFlow id="flow15" sourceRef="zjsp" targetRef="endevent1"></sequenceFlow>
  34. <userTask id="kssc" name="wf.kssc" activiti:candidateGroups="${role_kssc}"></userTask>
  35. <exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
  36. <sequenceFlow id="flow22" sourceRef="kssc" targetRef="exclusivegateway5"></sequenceFlow>
  37. <sequenceFlow id="flow23" name="通过" sourceRef="exclusivegateway5" targetRef="zj">
  38. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_kssc}]]></conditionExpression>
  39. </sequenceFlow>
  40. <exclusiveGateway id="exclusivegateway6" name="Exclusive Gateway"></exclusiveGateway>
  41. <sequenceFlow id="flow26" sourceRef="zlsc" targetRef="exclusivegateway6"></sequenceFlow>
  42. <sequenceFlow id="flow27" name="不通过" sourceRef="exclusivegateway6" targetRef="sjxg1">
  43. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zlsc}]]></conditionExpression>
  44. </sequenceFlow>
  45. <sequenceFlow id="flow28" name="通过" sourceRef="exclusivegateway6" targetRef="kssc">
  46. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zlsc}]]></conditionExpression>
  47. </sequenceFlow>
  48. <sequenceFlow id="flow29" name="不通过" sourceRef="exclusivegateway5" targetRef="zlsc">
  49. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_kssc}]]></conditionExpression>
  50. </sequenceFlow>
  51. </process>
  52. <bpmndi:BPMNDiagram id="BPMNDiagram_jsxmaqtjsc-province">
  53. <bpmndi:BPMNPlane bpmnElement="jsxmaqtjsc-province" id="BPMNPlane_jsxmaqtjsc-province">
  54. <bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
  55. <omgdc:Bounds height="35.0" width="35.0" x="-280.0" y="110.0"></omgdc:Bounds>
  56. </bpmndi:BPMNShape>
  57. <bpmndi:BPMNShape bpmnElement="sl" id="BPMNShape_sl">
  58. <omgdc:Bounds height="55.0" width="105.0" x="-180.0" y="100.0"></omgdc:Bounds>
  59. </bpmndi:BPMNShape>
  60. <bpmndi:BPMNShape bpmnElement="zlsc" id="BPMNShape_zlsc">
  61. <omgdc:Bounds height="55.0" width="105.0" x="-10.0" y="100.0"></omgdc:Bounds>
  62. </bpmndi:BPMNShape>
  63. <bpmndi:BPMNShape bpmnElement="zj" id="BPMNShape_zj">
  64. <omgdc:Bounds height="55.0" width="105.0" x="420.0" y="100.0"></omgdc:Bounds>
  65. </bpmndi:BPMNShape>
  66. <bpmndi:BPMNShape bpmnElement="sjxg1" id="BPMNShape_sjxg1">
  67. <omgdc:Bounds height="55.0" width="105.0" x="95.0" y="190.0"></omgdc:Bounds>
  68. </bpmndi:BPMNShape>
  69. <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
  70. <omgdc:Bounds height="40.0" width="40.0" x="570.0" y="107.0"></omgdc:Bounds>
  71. </bpmndi:BPMNShape>
  72. <bpmndi:BPMNShape bpmnElement="sjxg2" id="BPMNShape_sjxg2">
  73. <omgdc:Bounds height="55.0" width="105.0" x="420.0" y="190.0"></omgdc:Bounds>
  74. </bpmndi:BPMNShape>
  75. <bpmndi:BPMNShape bpmnElement="fjsp" id="BPMNShape_fjsp">
  76. <omgdc:Bounds height="55.0" width="105.0" x="643.0" y="100.0"></omgdc:Bounds>
  77. </bpmndi:BPMNShape>
  78. <bpmndi:BPMNShape bpmnElement="zjsp" id="BPMNShape_zjsp">
  79. <omgdc:Bounds height="55.0" width="105.0" x="840.0" y="100.0"></omgdc:Bounds>
  80. </bpmndi:BPMNShape>
  81. <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
  82. <omgdc:Bounds height="40.0" width="40.0" x="771.0" y="107.0"></omgdc:Bounds>
  83. </bpmndi:BPMNShape>
  84. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  85. <omgdc:Bounds height="35.0" width="35.0" x="875.0" y="200.0"></omgdc:Bounds>
  86. </bpmndi:BPMNShape>
  87. <bpmndi:BPMNShape bpmnElement="usertask6" id="BPMNShape_usertask6">
  88. <omgdc:Bounds height="55.0" width="105.0" x="205.0" y="100.0"></omgdc:Bounds>
  89. </bpmndi:BPMNShape>
  90. <bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
  91. <omgdc:Bounds height="40.0" width="40.0" x="342.0" y="107.0"></omgdc:Bounds>
  92. </bpmndi:BPMNShape>
  93. <bpmndi:BPMNShape bpmnElement="exclusivegateway6" id="BPMNShape_exclusivegateway6">
  94. <omgdc:Bounds height="40.0" width="40.0" x="127.0" y="107.0"></omgdc:Bounds>
  95. </bpmndi:BPMNShape>
  96. <bpmndi:BPMNShape bpmnElement="kssc" id="BPMNShape_kssc">
  97. <omgdc:Bounds height="55.0" width="105.0" x="205.0" y="100.0"></omgdc:Bounds>
  98. </bpmndi:BPMNShape>
  99. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  100. <omgdi:waypoint x="-245.0" y="127.0"></omgdi:waypoint>
  101. <omgdi:waypoint x="-180.0" y="127.0"></omgdi:waypoint>
  102. </bpmndi:BPMNEdge>
  103. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  104. <omgdi:waypoint x="-75.0" y="127.0"></omgdi:waypoint>
  105. <omgdi:waypoint x="-10.0" y="127.0"></omgdi:waypoint>
  106. </bpmndi:BPMNEdge>
  107. <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
  108. <omgdi:waypoint x="95.0" y="217.0"></omgdi:waypoint>
  109. <omgdi:waypoint x="42.0" y="218.0"></omgdi:waypoint>
  110. <omgdi:waypoint x="42.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:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
  160. <omgdi:waypoint x="310.0" y="127.0"></omgdi:waypoint>
  161. <omgdi:waypoint x="342.0" y="127.0"></omgdi:waypoint>
  162. </bpmndi:BPMNEdge>
  163. <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
  164. <omgdi:waypoint x="382.0" y="127.0"></omgdi:waypoint>
  165. <omgdi:waypoint x="420.0" y="127.0"></omgdi:waypoint>
  166. <bpmndi:BPMNLabel>
  167. <omgdc:Bounds height="14.0" width="24.0" x="-11.0" y="7.0"></omgdc:Bounds>
  168. </bpmndi:BPMNLabel>
  169. </bpmndi:BPMNEdge>
  170. <bpmndi:BPMNEdge bpmnElement="flow26" id="BPMNEdge_flow26">
  171. <omgdi:waypoint x="95.0" y="127.0"></omgdi:waypoint>
  172. <omgdi:waypoint x="127.0" y="127.0"></omgdi:waypoint>
  173. </bpmndi:BPMNEdge>
  174. <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
  175. <omgdi:waypoint x="147.0" y="147.0"></omgdi:waypoint>
  176. <omgdi:waypoint x="147.0" y="190.0"></omgdi:waypoint>
  177. <bpmndi:BPMNLabel>
  178. <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="0.0"></omgdc:Bounds>
  179. </bpmndi:BPMNLabel>
  180. </bpmndi:BPMNEdge>
  181. <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
  182. <omgdi:waypoint x="167.0" y="127.0"></omgdi:waypoint>
  183. <omgdi:waypoint x="205.0" y="127.0"></omgdi:waypoint>
  184. <bpmndi:BPMNLabel>
  185. <omgdc:Bounds height="14.0" width="24.0" x="-19.0" y="7.0"></omgdc:Bounds>
  186. </bpmndi:BPMNLabel>
  187. </bpmndi:BPMNEdge>
  188. <bpmndi:BPMNEdge bpmnElement="flow29" id="BPMNEdge_flow29">
  189. <omgdi:waypoint x="362.0" y="107.0"></omgdi:waypoint>
  190. <omgdi:waypoint x="361.0" y="42.0"></omgdi:waypoint>
  191. <omgdi:waypoint x="206.0" y="42.0"></omgdi:waypoint>
  192. <omgdi:waypoint x="40.0" y="42.0"></omgdi:waypoint>
  193. <omgdi:waypoint x="42.0" y="100.0"></omgdi:waypoint>
  194. <bpmndi:BPMNLabel>
  195. <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="0.0"></omgdc:Bounds>
  196. </bpmndi:BPMNLabel>
  197. </bpmndi:BPMNEdge>
  198. </bpmndi:BPMNPlane>
  199. </bpmndi:BPMNDiagram>
  200. </definitions>