jsxmaqtjsc-city.bpmn 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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-city" name="建设项目安全提交审查-市级" isExecutable="true">
  4. <startEvent id="start" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="tb" name="wf.tb" activiti:assignee="${applyUserId}">
  6. <extensionElements>
  7. <activiti:taskListener event="create" delegateExpression="${taskVarBean}">
  8. <activiti:field name="varName">
  9. <activiti:string>var_autoComplete</activiti:string>
  10. </activiti:field>
  11. <activiti:field name="varValue">
  12. <activiti:string>true</activiti:string>
  13. </activiti:field>
  14. </activiti:taskListener>
  15. </extensionElements>
  16. </userTask>
  17. <sequenceFlow id="flow1" sourceRef="start" targetRef="tb"></sequenceFlow>
  18. <userTask id="xssc" name="wf.xssc" activiti:candidateGroups="${role_xssc}"></userTask>
  19. <sequenceFlow id="flow2" sourceRef="tb" targetRef="xssc"></sequenceFlow>
  20. <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
  21. <sequenceFlow id="flow3" sourceRef="xssc" targetRef="exclusivegateway1"></sequenceFlow>
  22. <sequenceFlow id="flow4" name="不通过" sourceRef="exclusivegateway1" targetRef="tb">
  23. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_xssc}]]></conditionExpression>
  24. </sequenceFlow>
  25. <userTask id="zysl" name="wf.zysl" activiti:candidateGroups="${role_zysl}"></userTask>
  26. <sequenceFlow id="flow5" name="通过" sourceRef="exclusivegateway1" targetRef="zysl">
  27. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_xssc}]]></conditionExpression>
  28. </sequenceFlow>
  29. <endEvent id="endevent1" name="End"></endEvent>
  30. <sequenceFlow id="flow8" name="不准予受理" sourceRef="exclusivegateway3" targetRef="endevent1">
  31. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zysl}]]></conditionExpression>
  32. </sequenceFlow>
  33. <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
  34. <userTask id="sj" name="wf.tjsj" activiti:assignee="${admin}"></userTask>
  35. <sequenceFlow id="flow10" name="转报" sourceRef="exclusivegateway3" targetRef="sj">
  36. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zysl&&auditPass_zb}]]></conditionExpression>
  37. </sequenceFlow>
  38. <userTask id="sc" name="wf.sc" activiti:candidateGroups="${role_sc}"></userTask>
  39. <sequenceFlow id="flow11" name="不转报" sourceRef="exclusivegateway3" targetRef="sc">
  40. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zysl&&!auditPass_zb}]]></conditionExpression>
  41. </sequenceFlow>
  42. <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
  43. <sequenceFlow id="flow13" sourceRef="sj" targetRef="exclusivegateway4"></sequenceFlow>
  44. <userTask id="thsl" name="wf.th" activiti:candidateGroups="${role_zb}"></userTask>
  45. <sequenceFlow id="flow14" name="修改" sourceRef="exclusivegateway4" targetRef="thsl">
  46. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sj}]]></conditionExpression>
  47. </sequenceFlow>
  48. <sequenceFlow id="flow16" name="完成" sourceRef="exclusivegateway4" targetRef="endevent1">
  49. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sj}]]></conditionExpression>
  50. </sequenceFlow>
  51. <userTask id="sjxg" name="wf.tb" activiti:assignee="${applyUserId}"></userTask>
  52. <sequenceFlow id="flow18" sourceRef="thsl" targetRef="sjxg"></sequenceFlow>
  53. <sequenceFlow id="flow19" sourceRef="zb" targetRef="sj"></sequenceFlow>
  54. <userTask id="zb" name="wf.zb" activiti:candidateGroups="${role_zb}"></userTask>
  55. <sequenceFlow id="flow20" sourceRef="sjxg" targetRef="zb"></sequenceFlow>
  56. <userTask id="sh" name="wf.sh" activiti:candidateGroups="${role_sh}"></userTask>
  57. <exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
  58. <sequenceFlow id="flow24" sourceRef="sc" targetRef="exclusivegateway5"></sequenceFlow>
  59. <sequenceFlow id="flow25" name="不通过" sourceRef="exclusivegateway5" targetRef="endevent1">
  60. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc}]]></conditionExpression>
  61. </sequenceFlow>
  62. <exclusiveGateway id="exclusivegateway6" name="Exclusive Gateway"></exclusiveGateway>
  63. <sequenceFlow id="flow26" sourceRef="sh" targetRef="exclusivegateway6"></sequenceFlow>
  64. <sequenceFlow id="flow27" name="不通过" sourceRef="exclusivegateway6" targetRef="endevent1">
  65. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sh}]]></conditionExpression>
  66. </sequenceFlow>
  67. <userTask id="pz" name="wf.pz" activiti:candidateGroups="${role_pz}"></userTask>
  68. <sequenceFlow id="flow28" name="通过" sourceRef="exclusivegateway6" targetRef="pz">
  69. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sh}]]></conditionExpression>
  70. </sequenceFlow>
  71. <sequenceFlow id="flow31" sourceRef="pz" targetRef="endevent1"></sequenceFlow>
  72. <sequenceFlow id="flow32" sourceRef="zysl" targetRef="exclusivegateway3"></sequenceFlow>
  73. <sequenceFlow id="flow33" name="通过" sourceRef="exclusivegateway5" targetRef="sh">
  74. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>
  75. </sequenceFlow>
  76. </process>
  77. <bpmndi:BPMNDiagram id="BPMNDiagram_aqyssc-city">
  78. <bpmndi:BPMNPlane bpmnElement="aqyssc-city" id="BPMNPlane_aqyssc-city">
  79. <bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
  80. <omgdc:Bounds height="35.0" width="35.0" x="20.0" y="143.0"></omgdc:Bounds>
  81. </bpmndi:BPMNShape>
  82. <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">
  83. <omgdc:Bounds height="55.0" width="105.0" x="80.0" y="133.0"></omgdc:Bounds>
  84. </bpmndi:BPMNShape>
  85. <bpmndi:BPMNShape bpmnElement="xssc" id="BPMNShape_xssc">
  86. <omgdc:Bounds height="55.0" width="105.0" x="208.0" y="133.0"></omgdc:Bounds>
  87. </bpmndi:BPMNShape>
  88. <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
  89. <omgdc:Bounds height="40.0" width="40.0" x="330.0" y="140.0"></omgdc:Bounds>
  90. </bpmndi:BPMNShape>
  91. <bpmndi:BPMNShape bpmnElement="zysl" id="BPMNShape_zysl">
  92. <omgdc:Bounds height="55.0" width="105.0" x="400.0" y="133.0"></omgdc:Bounds>
  93. </bpmndi:BPMNShape>
  94. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  95. <omgdc:Bounds height="35.0" width="35.0" x="918.0" y="390.0"></omgdc:Bounds>
  96. </bpmndi:BPMNShape>
  97. <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
  98. <omgdc:Bounds height="40.0" width="40.0" x="432.0" y="219.0"></omgdc:Bounds>
  99. </bpmndi:BPMNShape>
  100. <bpmndi:BPMNShape bpmnElement="sj" id="BPMNShape_sj">
  101. <omgdc:Bounds height="55.0" width="105.0" x="522.0" y="212.0"></omgdc:Bounds>
  102. </bpmndi:BPMNShape>
  103. <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
  104. <omgdc:Bounds height="55.0" width="105.0" x="777.0" y="133.0"></omgdc:Bounds>
  105. </bpmndi:BPMNShape>
  106. <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
  107. <omgdc:Bounds height="40.0" width="40.0" x="554.0" y="310.0"></omgdc:Bounds>
  108. </bpmndi:BPMNShape>
  109. <bpmndi:BPMNShape bpmnElement="thsl" id="BPMNShape_thsl">
  110. <omgdc:Bounds height="55.0" width="105.0" x="650.0" y="303.0"></omgdc:Bounds>
  111. </bpmndi:BPMNShape>
  112. <bpmndi:BPMNShape bpmnElement="sh" id="BPMNShape_sh">
  113. <omgdc:Bounds height="55.0" width="105.0" x="1000.0" y="133.0"></omgdc:Bounds>
  114. </bpmndi:BPMNShape>
  115. <bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
  116. <omgdc:Bounds height="40.0" width="40.0" x="915.0" y="140.0"></omgdc:Bounds>
  117. </bpmndi:BPMNShape>
  118. <bpmndi:BPMNShape bpmnElement="exclusivegateway6" id="BPMNShape_exclusivegateway6">
  119. <omgdc:Bounds height="40.0" width="40.0" x="1032.0" y="219.0"></omgdc:Bounds>
  120. </bpmndi:BPMNShape>
  121. <bpmndi:BPMNShape bpmnElement="pz" id="BPMNShape_pz">
  122. <omgdc:Bounds height="55.0" width="105.0" x="1000.0" y="303.0"></omgdc:Bounds>
  123. </bpmndi:BPMNShape>
  124. <bpmndi:BPMNShape bpmnElement="sjxg" id="BPMNShape_sjxg">
  125. <omgdc:Bounds height="55.0" width="105.0" x="777.0" y="303.0"></omgdc:Bounds>
  126. </bpmndi:BPMNShape>
  127. <bpmndi:BPMNShape bpmnElement="zb" id="BPMNShape_zb">
  128. <omgdc:Bounds height="55.0" width="105.0" x="777.0" y="212.0"></omgdc:Bounds>
  129. </bpmndi:BPMNShape>
  130. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  131. <omgdi:waypoint x="55.0" y="160.0"></omgdi:waypoint>
  132. <omgdi:waypoint x="80.0" y="160.0"></omgdi:waypoint>
  133. </bpmndi:BPMNEdge>
  134. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  135. <omgdi:waypoint x="185.0" y="160.0"></omgdi:waypoint>
  136. <omgdi:waypoint x="208.0" y="160.0"></omgdi:waypoint>
  137. </bpmndi:BPMNEdge>
  138. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  139. <omgdi:waypoint x="313.0" y="160.0"></omgdi:waypoint>
  140. <omgdi:waypoint x="330.0" y="160.0"></omgdi:waypoint>
  141. </bpmndi:BPMNEdge>
  142. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  143. <omgdi:waypoint x="350.0" y="140.0"></omgdi:waypoint>
  144. <omgdi:waypoint x="350.0" y="77.0"></omgdi:waypoint>
  145. <omgdi:waypoint x="132.0" y="77.0"></omgdi:waypoint>
  146. <omgdi:waypoint x="132.0" y="133.0"></omgdi:waypoint>
  147. <bpmndi:BPMNLabel>
  148. <omgdc:Bounds height="14.0" width="36.0" x="-20.0" y="6.0"></omgdc:Bounds>
  149. </bpmndi:BPMNLabel>
  150. </bpmndi:BPMNEdge>
  151. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  152. <omgdi:waypoint x="370.0" y="160.0"></omgdi:waypoint>
  153. <omgdi:waypoint x="400.0" y="160.0"></omgdi:waypoint>
  154. <bpmndi:BPMNLabel>
  155. <omgdc:Bounds height="14.0" width="24.0" x="-15.0" y="-20.0"></omgdc:Bounds>
  156. </bpmndi:BPMNLabel>
  157. </bpmndi:BPMNEdge>
  158. <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
  159. <omgdi:waypoint x="452.0" y="259.0"></omgdi:waypoint>
  160. <omgdi:waypoint x="451.0" y="459.0"></omgdi:waypoint>
  161. <omgdi:waypoint x="935.0" y="459.0"></omgdi:waypoint>
  162. <omgdi:waypoint x="935.0" y="425.0"></omgdi:waypoint>
  163. <bpmndi:BPMNLabel>
  164. <omgdc:Bounds height="14.0" width="60.0" x="-147.0" y="-29.0"></omgdc:Bounds>
  165. </bpmndi:BPMNLabel>
  166. </bpmndi:BPMNEdge>
  167. <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
  168. <omgdi:waypoint x="472.0" y="239.0"></omgdi:waypoint>
  169. <omgdi:waypoint x="522.0" y="239.0"></omgdi:waypoint>
  170. <bpmndi:BPMNLabel>
  171. <omgdc:Bounds height="14.0" width="24.0" x="-16.0" y="4.0"></omgdc:Bounds>
  172. </bpmndi:BPMNLabel>
  173. </bpmndi:BPMNEdge>
  174. <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
  175. <omgdi:waypoint x="452.0" y="219.0"></omgdi:waypoint>
  176. <omgdi:waypoint x="549.0" y="160.0"></omgdi:waypoint>
  177. <omgdi:waypoint x="777.0" y="160.0"></omgdi:waypoint>
  178. <bpmndi:BPMNLabel>
  179. <omgdc:Bounds height="14.0" width="36.0" x="-20.0" y="7.0"></omgdc:Bounds>
  180. </bpmndi:BPMNLabel>
  181. </bpmndi:BPMNEdge>
  182. <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
  183. <omgdi:waypoint x="574.0" y="267.0"></omgdi:waypoint>
  184. <omgdi:waypoint x="574.0" y="310.0"></omgdi:waypoint>
  185. </bpmndi:BPMNEdge>
  186. <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
  187. <omgdi:waypoint x="594.0" y="330.0"></omgdi:waypoint>
  188. <omgdi:waypoint x="650.0" y="330.0"></omgdi:waypoint>
  189. <bpmndi:BPMNLabel>
  190. <omgdc:Bounds height="14.0" width="24.0" x="-19.0" y="7.0"></omgdc:Bounds>
  191. </bpmndi:BPMNLabel>
  192. </bpmndi:BPMNEdge>
  193. <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
  194. <omgdi:waypoint x="574.0" y="350.0"></omgdi:waypoint>
  195. <omgdi:waypoint x="574.0" y="407.0"></omgdi:waypoint>
  196. <omgdi:waypoint x="918.0" y="407.0"></omgdi:waypoint>
  197. <bpmndi:BPMNLabel>
  198. <omgdc:Bounds height="14.0" width="24.0" x="-114.0" y="-17.0"></omgdc:Bounds>
  199. </bpmndi:BPMNLabel>
  200. </bpmndi:BPMNEdge>
  201. <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
  202. <omgdi:waypoint x="755.0" y="330.0"></omgdi:waypoint>
  203. <omgdi:waypoint x="777.0" y="330.0"></omgdi:waypoint>
  204. </bpmndi:BPMNEdge>
  205. <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
  206. <omgdi:waypoint x="777.0" y="239.0"></omgdi:waypoint>
  207. <omgdi:waypoint x="627.0" y="239.0"></omgdi:waypoint>
  208. </bpmndi:BPMNEdge>
  209. <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
  210. <omgdi:waypoint x="829.0" y="303.0"></omgdi:waypoint>
  211. <omgdi:waypoint x="829.0" y="267.0"></omgdi:waypoint>
  212. </bpmndi:BPMNEdge>
  213. <bpmndi:BPMNEdge bpmnElement="flow24" id="BPMNEdge_flow24">
  214. <omgdi:waypoint x="882.0" y="160.0"></omgdi:waypoint>
  215. <omgdi:waypoint x="915.0" y="160.0"></omgdi:waypoint>
  216. </bpmndi:BPMNEdge>
  217. <bpmndi:BPMNEdge bpmnElement="flow25" id="BPMNEdge_flow25">
  218. <omgdi:waypoint x="935.0" y="180.0"></omgdi:waypoint>
  219. <omgdi:waypoint x="935.0" y="390.0"></omgdi:waypoint>
  220. <bpmndi:BPMNLabel>
  221. <omgdc:Bounds height="14.0" width="36.0" x="5.0" y="-88.0"></omgdc:Bounds>
  222. </bpmndi:BPMNLabel>
  223. </bpmndi:BPMNEdge>
  224. <bpmndi:BPMNEdge bpmnElement="flow26" id="BPMNEdge_flow26">
  225. <omgdi:waypoint x="1052.0" y="188.0"></omgdi:waypoint>
  226. <omgdi:waypoint x="1052.0" y="219.0"></omgdi:waypoint>
  227. </bpmndi:BPMNEdge>
  228. <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
  229. <omgdi:waypoint x="1032.0" y="239.0"></omgdi:waypoint>
  230. <omgdi:waypoint x="973.0" y="239.0"></omgdi:waypoint>
  231. <omgdi:waypoint x="973.0" y="407.0"></omgdi:waypoint>
  232. <omgdi:waypoint x="953.0" y="407.0"></omgdi:waypoint>
  233. <bpmndi:BPMNLabel>
  234. <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="-61.0"></omgdc:Bounds>
  235. </bpmndi:BPMNLabel>
  236. </bpmndi:BPMNEdge>
  237. <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
  238. <omgdi:waypoint x="1052.0" y="259.0"></omgdi:waypoint>
  239. <omgdi:waypoint x="1052.0" y="303.0"></omgdi:waypoint>
  240. <bpmndi:BPMNLabel>
  241. <omgdc:Bounds height="14.0" width="24.0" x="9.0" y="-15.0"></omgdc:Bounds>
  242. </bpmndi:BPMNLabel>
  243. </bpmndi:BPMNEdge>
  244. <bpmndi:BPMNEdge bpmnElement="flow31" id="BPMNEdge_flow31">
  245. <omgdi:waypoint x="1052.0" y="358.0"></omgdi:waypoint>
  246. <omgdi:waypoint x="1052.0" y="407.0"></omgdi:waypoint>
  247. <omgdi:waypoint x="953.0" y="407.0"></omgdi:waypoint>
  248. </bpmndi:BPMNEdge>
  249. <bpmndi:BPMNEdge bpmnElement="flow32" id="BPMNEdge_flow32">
  250. <omgdi:waypoint x="452.0" y="188.0"></omgdi:waypoint>
  251. <omgdi:waypoint x="452.0" y="219.0"></omgdi:waypoint>
  252. </bpmndi:BPMNEdge>
  253. <bpmndi:BPMNEdge bpmnElement="flow33" id="BPMNEdge_flow33">
  254. <omgdi:waypoint x="955.0" y="160.0"></omgdi:waypoint>
  255. <omgdi:waypoint x="1000.0" y="160.0"></omgdi:waypoint>
  256. <bpmndi:BPMNLabel>
  257. <omgdc:Bounds height="14.0" width="24.0" x="-7.0" y="7.0"></omgdc:Bounds>
  258. </bpmndi:BPMNLabel>
  259. </bpmndi:BPMNEdge>
  260. </bpmndi:BPMNPlane>
  261. </bpmndi:BPMNDiagram>
  262. </definitions>