apply_project_proposal1bak.bpmn 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://www.activiti.org/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="m1610247356111" name="" targetNamespace="http://www.activiti.org/test">
  3. <process id="apply_project_proposal1" name="预立项申请" processType="None" isClosed="false" isExecutable="true">
  4. <startEvent id="_2" name="发起申请" />
  5. <endEvent id="_26" name="结束">
  6. <incoming>Flow_1ailds8</incoming>
  7. </endEvent>
  8. <userTask id="_34" name="申请人发起" activiti:candidateGroups="curr_user">
  9. <incoming>Flow_19c6vty</incoming>
  10. </userTask>
  11. <sequenceFlow id="_35" sourceRef="_2" targetRef="_34" />
  12. <userTask id="_3" name="直接上级审核" activiti:assignee="${userId}" activiti:candidateGroups="dept_superior_1_0_3" />
  13. <sequenceFlow id="_4" name="申请" sourceRef="_34" targetRef="_3">
  14. <conditionExpression xsi:type="tFormalExpression">${agree=='yes'}</conditionExpression>
  15. </sequenceFlow>
  16. <userTask id="_5" name="部门负责人审核" activiti:assignee="${userId}" activiti:candidateGroups="dept_head_1_0_3" />
  17. <userTask id="_6" name="分管领导审核" activiti:assignee="${userId}" activiti:candidateGroups="flow_fgld_1_0_3" />
  18. <userTask id="_7" name="上级分管领导审核" activiti:assignee="${userId}" activiti:candidateGroups="flow_sjfgld_1_0_3" />
  19. <userTask id="_9" name="主要领导审核" activiti:assignee="${userId}" activiti:candidateGroups="flow_zyld_1_0_3">
  20. <outgoing>Flow_08pz2ck</outgoing>
  21. </userTask>
  22. <sequenceFlow id="_8" name="同意" sourceRef="_3" targetRef="_5">
  23. <conditionExpression xsi:type="tFormalExpression">${agree=='yes'}</conditionExpression>
  24. </sequenceFlow>
  25. <sequenceFlow id="_10" name="同意" sourceRef="_5" targetRef="_6">
  26. <conditionExpression xsi:type="tFormalExpression">${agree=='yes'}</conditionExpression>
  27. </sequenceFlow>
  28. <sequenceFlow id="_11" name="同意" sourceRef="_6" targetRef="_7">
  29. <conditionExpression xsi:type="tFormalExpression">${agree=='yes'}</conditionExpression>
  30. </sequenceFlow>
  31. <sequenceFlow id="_12" name="同意" sourceRef="_7" targetRef="_9">
  32. <conditionExpression xsi:type="tFormalExpression">${agree=='yes'}</conditionExpression>
  33. </sequenceFlow>
  34. <sequenceFlow id="_13" name="同意" sourceRef="_9" targetRef="_26">
  35. <conditionExpression xsi:type="tFormalExpression">${(lessequal5=='yes') and (less30w=='yes')}</conditionExpression>
  36. </sequenceFlow>
  37. <sequenceFlow id="_14" name="不同意" sourceRef="_3" targetRef="_34">
  38. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  39. </sequenceFlow>
  40. <sequenceFlow id="_15" name="不同意" sourceRef="_5" targetRef="_34">
  41. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  42. </sequenceFlow>
  43. <sequenceFlow id="_16" name="不同意" sourceRef="_6" targetRef="_34">
  44. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  45. </sequenceFlow>
  46. <sequenceFlow id="_17" name="不同意" sourceRef="_7" targetRef="_34">
  47. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  48. </sequenceFlow>
  49. <sequenceFlow id="_19" name="不同意" sourceRef="_9" targetRef="_34">
  50. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  51. </sequenceFlow>
  52. <sequenceFlow id="Flow_08pz2ck" sourceRef="_9" targetRef="_111">
  53. <conditionExpression xsi:type="tFormalExpression">${(lessequal5=='no') or (less30w=='no')}</conditionExpression>
  54. </sequenceFlow>
  55. <sequenceFlow id="Flow_1ailds8" sourceRef="_111" targetRef="_26">
  56. <conditionExpression xsi:type="tFormalExpression">${agree=='yes'}</conditionExpression>
  57. </sequenceFlow>
  58. <sequenceFlow id="Flow_19c6vty" sourceRef="_111" targetRef="_34">
  59. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  60. </sequenceFlow>
  61. <userTask id="_111" name="集团总经理审核" activiti:assignee="${userId}" activiti:candidateGroups="flow_jtzjl_1_0_3">
  62. <extensionElements>
  63. <activiti:inputOutput />
  64. </extensionElements>
  65. <incoming>Flow_08pz2ck</incoming>
  66. <outgoing>Flow_1ailds8</outgoing>
  67. <outgoing>Flow_19c6vty</outgoing>
  68. </userTask>
  69. </process>
  70. <bpmndi:BPMNDiagram id="Diagram-_1" name="New Diagram" documentation="background=#FFFFFF;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0">
  71. <bpmndi:BPMNPlane bpmnElement="apply_project_proposal1">
  72. <bpmndi:BPMNShape id="Shape-_2" bpmnElement="_2">
  73. <omgdc:Bounds x="45" y="115" width="32" height="32" />
  74. <bpmndi:BPMNLabel>
  75. <omgdc:Bounds x="-6" y="-27" width="44" height="14" />
  76. </bpmndi:BPMNLabel>
  77. </bpmndi:BPMNShape>
  78. <bpmndi:BPMNShape id="Shape-_26" bpmnElement="_26">
  79. <omgdc:Bounds x="1374" y="504" width="32" height="32" />
  80. <bpmndi:BPMNLabel>
  81. <omgdc:Bounds x="199" y="-6" width="22" height="14" />
  82. </bpmndi:BPMNLabel>
  83. </bpmndi:BPMNShape>
  84. <bpmndi:BPMNShape id="Shape-_34" bpmnElement="_34">
  85. <omgdc:Bounds x="135" y="245" width="85" height="55" />
  86. <bpmndi:BPMNLabel>
  87. <omgdc:Bounds x="0" y="0" width="85" height="55" />
  88. </bpmndi:BPMNLabel>
  89. </bpmndi:BPMNShape>
  90. <bpmndi:BPMNShape id="Shape-_3" bpmnElement="_3">
  91. <omgdc:Bounds x="330" y="245" width="85" height="55" />
  92. <bpmndi:BPMNLabel>
  93. <omgdc:Bounds x="0" y="0" width="85" height="55" />
  94. </bpmndi:BPMNLabel>
  95. </bpmndi:BPMNShape>
  96. <bpmndi:BPMNShape id="Shape-_5" bpmnElement="_5">
  97. <omgdc:Bounds x="520" y="245" width="95" height="55" />
  98. <bpmndi:BPMNLabel>
  99. <omgdc:Bounds x="0" y="0" width="95" height="55" />
  100. </bpmndi:BPMNLabel>
  101. </bpmndi:BPMNShape>
  102. <bpmndi:BPMNShape id="Shape-_6" bpmnElement="_6">
  103. <omgdc:Bounds x="730" y="245" width="100" height="55" />
  104. <bpmndi:BPMNLabel>
  105. <omgdc:Bounds x="0" y="0" width="100" height="55" />
  106. </bpmndi:BPMNLabel>
  107. </bpmndi:BPMNShape>
  108. <bpmndi:BPMNShape id="Shape-_7" bpmnElement="_7">
  109. <omgdc:Bounds x="930" y="245" width="110" height="55" />
  110. <bpmndi:BPMNLabel>
  111. <omgdc:Bounds x="0" y="0" width="110" height="55" />
  112. </bpmndi:BPMNLabel>
  113. </bpmndi:BPMNShape>
  114. <bpmndi:BPMNShape id="Shape-_9" bpmnElement="_9">
  115. <omgdc:Bounds x="1140" y="245" width="110" height="55" />
  116. <bpmndi:BPMNLabel>
  117. <omgdc:Bounds x="0" y="0" width="110" height="55" />
  118. </bpmndi:BPMNLabel>
  119. </bpmndi:BPMNShape>
  120. <bpmndi:BPMNShape id="Activity_078z1fu_di" bpmnElement="_111">
  121. <omgdc:Bounds x="1340" y="233" width="100" height="80" />
  122. </bpmndi:BPMNShape>
  123. <bpmndi:BPMNEdge id="BPMNEdge__35" bpmnElement="_35" sourceElement="_2" targetElement="_34">
  124. <omgdi:waypoint x="63" y="146.87450786638755" />
  125. <omgdi:waypoint x="63" y="219" />
  126. <omgdi:waypoint x="135" y="272.5" />
  127. <bpmndi:BPMNLabel>
  128. <omgdc:Bounds x="0" y="0" width="0" height="0" />
  129. </bpmndi:BPMNLabel>
  130. </bpmndi:BPMNEdge>
  131. <bpmndi:BPMNEdge id="BPMNEdge__4" bpmnElement="_4" sourceElement="_34" targetElement="_3">
  132. <omgdi:waypoint x="235" y="272.5" />
  133. <omgdi:waypoint x="330" y="272.5" />
  134. <bpmndi:BPMNLabel>
  135. <omgdc:Bounds x="-62" y="43" width="23" height="14" />
  136. </bpmndi:BPMNLabel>
  137. </bpmndi:BPMNEdge>
  138. <bpmndi:BPMNEdge id="BPMNEdge__8" bpmnElement="_8" sourceElement="_3" targetElement="_5">
  139. <omgdi:waypoint x="430" y="272.5" />
  140. <omgdi:waypoint x="520" y="272.5" />
  141. <bpmndi:BPMNLabel>
  142. <omgdc:Bounds x="248" y="-97" width="23" height="14" />
  143. </bpmndi:BPMNLabel>
  144. </bpmndi:BPMNEdge>
  145. <bpmndi:BPMNEdge id="BPMNEdge__10" bpmnElement="_10" sourceElement="_5" targetElement="_6">
  146. <omgdi:waypoint x="630" y="272.5" />
  147. <omgdi:waypoint x="730" y="272.5" />
  148. <bpmndi:BPMNLabel>
  149. <omgdc:Bounds x="-10" y="-67" width="23" height="14" />
  150. </bpmndi:BPMNLabel>
  151. </bpmndi:BPMNEdge>
  152. <bpmndi:BPMNEdge id="BPMNEdge__11" bpmnElement="_11" sourceElement="_6" targetElement="_7">
  153. <omgdi:waypoint x="845" y="272.5" />
  154. <omgdi:waypoint x="930" y="272.5" />
  155. <bpmndi:BPMNLabel>
  156. <omgdc:Bounds x="28" y="43" width="23" height="14" />
  157. </bpmndi:BPMNLabel>
  158. </bpmndi:BPMNEdge>
  159. <bpmndi:BPMNEdge id="BPMNEdge__12" bpmnElement="_12" sourceElement="_7" targetElement="_9">
  160. <omgdi:waypoint x="1055" y="272.5" />
  161. <omgdi:waypoint x="1140" y="272.5" />
  162. <bpmndi:BPMNLabel>
  163. <omgdc:Bounds x="78" y="-17" width="23" height="14" />
  164. </bpmndi:BPMNLabel>
  165. </bpmndi:BPMNEdge>
  166. <bpmndi:BPMNEdge id="BPMNEdge__13" bpmnElement="_13" sourceElement="_9" targetElement="_26">
  167. <omgdi:waypoint x="1196" y="300" />
  168. <omgdi:waypoint x="1196" y="410" />
  169. <omgdi:waypoint x="1312" y="520" />
  170. <omgdi:waypoint x="1374" y="520" />
  171. <bpmndi:BPMNLabel>
  172. <omgdc:Bounds x="992" y="1708" width="23" height="14" />
  173. </bpmndi:BPMNLabel>
  174. </bpmndi:BPMNEdge>
  175. <bpmndi:BPMNEdge id="BPMNEdge__14" bpmnElement="_14" sourceElement="_3" targetElement="_34">
  176. <omgdi:waypoint x="372.5" y="230" />
  177. <omgdi:waypoint x="285" y="225" />
  178. <omgdi:waypoint x="177.5" y="245" />
  179. <bpmndi:BPMNLabel>
  180. <omgdc:Bounds x="-16" y="73" width="33" height="14" />
  181. </bpmndi:BPMNLabel>
  182. </bpmndi:BPMNEdge>
  183. <bpmndi:BPMNEdge id="BPMNEdge__15" bpmnElement="_15" sourceElement="_5" targetElement="_34">
  184. <omgdi:waypoint x="567.5" y="230" />
  185. <omgdi:waypoint x="375" y="195" />
  186. <omgdi:waypoint x="177.5" y="245" />
  187. <bpmndi:BPMNLabel>
  188. <omgdc:Bounds x="23" y="-97" width="33" height="14" />
  189. </bpmndi:BPMNLabel>
  190. </bpmndi:BPMNEdge>
  191. <bpmndi:BPMNEdge id="BPMNEdge__16" bpmnElement="_16" sourceElement="_6" targetElement="_34">
  192. <omgdi:waypoint x="780" y="230" />
  193. <omgdi:waypoint x="475" y="165" />
  194. <omgdi:waypoint x="177.5" y="245" />
  195. <bpmndi:BPMNLabel>
  196. <omgdc:Bounds x="83" y="-67" width="33" height="14" />
  197. </bpmndi:BPMNLabel>
  198. </bpmndi:BPMNEdge>
  199. <bpmndi:BPMNEdge id="BPMNEdge__17" bpmnElement="_17" sourceElement="_7" targetElement="_34">
  200. <omgdi:waypoint x="985" y="230" />
  201. <omgdi:waypoint x="600" y="135" />
  202. <omgdi:waypoint x="177.5" y="245" />
  203. <bpmndi:BPMNLabel>
  204. <omgdc:Bounds x="143" y="83" width="33" height="14" />
  205. </bpmndi:BPMNLabel>
  206. </bpmndi:BPMNEdge>
  207. <bpmndi:BPMNEdge id="BPMNEdge__19" bpmnElement="_19" sourceElement="_9" targetElement="_34">
  208. <omgdi:waypoint x="1195" y="230" />
  209. <omgdi:waypoint x="675" y="105" />
  210. <omgdi:waypoint x="177.5" y="245" />
  211. <bpmndi:BPMNLabel>
  212. <omgdc:Bounds x="143" y="-57" width="33" height="14" />
  213. </bpmndi:BPMNLabel>
  214. </bpmndi:BPMNEdge>
  215. <bpmndi:BPMNEdge id="Flow_08pz2ck_di" bpmnElement="Flow_08pz2ck">
  216. <omgdi:waypoint x="1250" y="273" />
  217. <omgdi:waypoint x="1340" y="273" />
  218. </bpmndi:BPMNEdge>
  219. <bpmndi:BPMNEdge id="Flow_1ailds8_di" bpmnElement="Flow_1ailds8">
  220. <omgdi:waypoint x="1390" y="313" />
  221. <omgdi:waypoint x="1390" y="504" />
  222. </bpmndi:BPMNEdge>
  223. <bpmndi:BPMNEdge id="Flow_19c6vty_di" bpmnElement="Flow_19c6vty">
  224. <omgdi:waypoint x="1344" y="235" />
  225. <omgdi:waypoint x="1170" y="90" />
  226. <omgdi:waypoint x="740" y="50" />
  227. <omgdi:waypoint x="205" y="245" />
  228. </bpmndi:BPMNEdge>
  229. </bpmndi:BPMNPlane>
  230. </bpmndi:BPMNDiagram>
  231. </definitions>