apply_change_project_proposal.bpmn增加财务前备份 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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_change_project_proposal" name="预投入变更申请" processType="None" isClosed="false" isExecutable="true" activiti:versionTag="集团本部">
  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. <sequenceFlow id="_35" sourceRef="_2" targetRef="_34" />
  10. <userTask id="_3" name="直接上级审核" activiti:assignee="${userId}" activiti:candidateGroups="dept_superior_1_0_3" />
  11. <sequenceFlow id="_4" name="申请" sourceRef="_34" targetRef="_3">
  12. <conditionExpression xsi:type="tFormalExpression">${agree=='yes'}</conditionExpression>
  13. </sequenceFlow>
  14. <userTask id="_5" name="部门负责人审核" activiti:assignee="${userId}" activiti:candidateGroups="dept_head_1_0_3" />
  15. <userTask id="_6" name="分管领导审核" activiti:assignee="${userId}" activiti:candidateGroups="flow_fgld_1_0_3" />
  16. <userTask id="_7" name="上级分管领导审核" activiti:assignee="${userId}" activiti:candidateGroups="flow_sjfgld_1_0_3">
  17. <outgoing>_13</outgoing>
  18. </userTask>
  19. <userTask id="_9" name="主要领导审核" activiti:assignee="${userId}" activiti:candidateGroups="flow_zyld_1_0_3">
  20. <outgoing>Flow_1ailds8</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">
  33. ${(lessequal5=='no') or (less30w=='no')}
  34. </conditionExpression>
  35. </sequenceFlow>
  36. <sequenceFlow id="_13" name="同意" sourceRef="_7" targetRef="_26">
  37. <conditionExpression xsi:type="tFormalExpression">${(lessequal5=='yes') and (less30w=='yes')}</conditionExpression>
  38. </sequenceFlow>
  39. <sequenceFlow id="_14" name="不同意" sourceRef="_3" targetRef="_34">
  40. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  41. </sequenceFlow>
  42. <sequenceFlow id="_15" name="不同意" sourceRef="_5" targetRef="_34">
  43. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  44. </sequenceFlow>
  45. <sequenceFlow id="_16" name="不同意" sourceRef="_6" targetRef="_34">
  46. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  47. </sequenceFlow>
  48. <sequenceFlow id="_17" name="不同意" sourceRef="_7" targetRef="_34">
  49. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  50. </sequenceFlow>
  51. <sequenceFlow id="_19" name="不同意" sourceRef="_9" targetRef="_34">
  52. <conditionExpression xsi:type="tFormalExpression">${agree=='no'}</conditionExpression>
  53. </sequenceFlow>
  54. <sequenceFlow id="Flow_1ailds8" name="同意" sourceRef="_9" targetRef="_26">
  55. <conditionExpression xsi:type="tFormalExpression">${agree=='yes'}</conditionExpression>
  56. </sequenceFlow>
  57. </process>
  58. <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">
  59. <bpmndi:BPMNPlane bpmnElement="apply_change_project_proposal">
  60. <bpmndi:BPMNShape id="Shape-_2" bpmnElement="_2">
  61. <omgdc:Bounds x="45" y="115" width="32" height="32" />
  62. <bpmndi:BPMNLabel>
  63. <omgdc:Bounds x="-13" y="128" width="44" height="14" />
  64. </bpmndi:BPMNLabel>
  65. </bpmndi:BPMNShape>
  66. <bpmndi:BPMNShape id="Shape-_26" bpmnElement="_26">
  67. <omgdc:Bounds x="1374" y="504" width="32" height="32" />
  68. <bpmndi:BPMNLabel>
  69. <omgdc:Bounds x="1369" y="553" width="22" height="14" />
  70. </bpmndi:BPMNLabel>
  71. </bpmndi:BPMNShape>
  72. <bpmndi:BPMNShape id="Shape-_34" bpmnElement="_34">
  73. <omgdc:Bounds x="135" y="245" width="85" height="55" />
  74. <bpmndi:BPMNLabel>
  75. <omgdc:Bounds x="0" y="0" width="85" height="55" />
  76. </bpmndi:BPMNLabel>
  77. </bpmndi:BPMNShape>
  78. <bpmndi:BPMNShape id="Shape-_9" bpmnElement="_9">
  79. <omgdc:Bounds x="1195" y="245" width="110" height="55" />
  80. <bpmndi:BPMNLabel>
  81. <omgdc:Bounds x="55" y="0" width="110" height="55" />
  82. </bpmndi:BPMNLabel>
  83. </bpmndi:BPMNShape>
  84. <bpmndi:BPMNShape id="Shape-_7" bpmnElement="_7">
  85. <omgdc:Bounds x="955" y="245" width="110" height="55" />
  86. <bpmndi:BPMNLabel>
  87. <omgdc:Bounds x="25" y="0" width="110" height="55" />
  88. </bpmndi:BPMNLabel>
  89. </bpmndi:BPMNShape>
  90. <bpmndi:BPMNShape id="Shape-_6" bpmnElement="_6">
  91. <omgdc:Bounds x="770" y="245" width="100" height="55" />
  92. <bpmndi:BPMNLabel>
  93. <omgdc:Bounds x="40" y="0" width="100" height="55" />
  94. </bpmndi:BPMNLabel>
  95. </bpmndi:BPMNShape>
  96. <bpmndi:BPMNShape id="Shape-_5" bpmnElement="_5">
  97. <omgdc:Bounds x="542" y="245" width="95" height="55" />
  98. <bpmndi:BPMNLabel>
  99. <omgdc:Bounds x="22" y="0" width="95" height="55" />
  100. </bpmndi:BPMNLabel>
  101. </bpmndi:BPMNShape>
  102. <bpmndi:BPMNShape id="Shape-_3" bpmnElement="_3">
  103. <omgdc:Bounds x="357" y="245" width="85" height="55" />
  104. <bpmndi:BPMNLabel>
  105. <omgdc:Bounds x="27" y="0" width="85" height="55" />
  106. </bpmndi:BPMNLabel>
  107. </bpmndi:BPMNShape>
  108. <bpmndi:BPMNEdge id="BPMNEdge__35" bpmnElement="_35" sourceElement="_2" targetElement="_34">
  109. <omgdi:waypoint x="63" y="146.87450786638755" />
  110. <omgdi:waypoint x="63" y="219" />
  111. <omgdi:waypoint x="135" y="272.5" />
  112. <bpmndi:BPMNLabel>
  113. <omgdc:Bounds x="0" y="0" width="0" height="0" />
  114. </bpmndi:BPMNLabel>
  115. </bpmndi:BPMNEdge>
  116. <bpmndi:BPMNEdge id="BPMNEdge__4" bpmnElement="_4" sourceElement="_34" targetElement="_3">
  117. <omgdi:waypoint x="220" y="273" />
  118. <omgdi:waypoint x="357" y="273" />
  119. <bpmndi:BPMNLabel>
  120. <omgdc:Bounds x="273" y="293.5" width="23" height="14" />
  121. </bpmndi:BPMNLabel>
  122. </bpmndi:BPMNEdge>
  123. <bpmndi:BPMNEdge id="BPMNEdge__8" bpmnElement="_8" sourceElement="_3" targetElement="_5">
  124. <omgdi:waypoint x="442" y="273" />
  125. <omgdi:waypoint x="542" y="273" />
  126. <bpmndi:BPMNLabel>
  127. <omgdc:Bounds x="478" y="283" width="23" height="14" />
  128. </bpmndi:BPMNLabel>
  129. </bpmndi:BPMNEdge>
  130. <bpmndi:BPMNEdge id="BPMNEdge__10" bpmnElement="_10" sourceElement="_5" targetElement="_6">
  131. <omgdi:waypoint x="637" y="273" />
  132. <omgdi:waypoint x="770" y="273" />
  133. <bpmndi:BPMNLabel>
  134. <omgdc:Bounds x="709" y="283" width="23" height="14" />
  135. </bpmndi:BPMNLabel>
  136. </bpmndi:BPMNEdge>
  137. <bpmndi:BPMNEdge id="BPMNEdge__11" bpmnElement="_11" sourceElement="_6" targetElement="_7">
  138. <omgdi:waypoint x="870" y="273" />
  139. <omgdi:waypoint x="955" y="273" />
  140. <bpmndi:BPMNLabel>
  141. <omgdc:Bounds x="889" y="294" width="23" height="14" />
  142. </bpmndi:BPMNLabel>
  143. </bpmndi:BPMNEdge>
  144. <bpmndi:BPMNEdge id="BPMNEdge__12" bpmnElement="_12" sourceElement="Shape-_7" targetElement="Shape-_9">
  145. <omgdi:waypoint x="1065" y="273" />
  146. <omgdi:waypoint x="1195" y="273" />
  147. <bpmndi:BPMNLabel>
  148. <omgdc:Bounds x="1129" y="295" width="23" height="14" />
  149. </bpmndi:BPMNLabel>
  150. </bpmndi:BPMNEdge>
  151. <bpmndi:BPMNEdge id="BPMNEdge__13" bpmnElement="_13" sourceElement="Shape-_7" targetElement="Shape-_26">
  152. <omgdi:waypoint x="1010" y="300" />
  153. <omgdi:waypoint x="1010" y="410" />
  154. <omgdi:waypoint x="1312" y="520" />
  155. <omgdi:waypoint x="1374" y="520" />
  156. <bpmndi:BPMNLabel>
  157. <omgdc:Bounds x="1069" y="477" width="23" height="14" />
  158. </bpmndi:BPMNLabel>
  159. </bpmndi:BPMNEdge>
  160. <bpmndi:BPMNEdge id="BPMNEdge__14" bpmnElement="_14" sourceElement="Shape-_3" targetElement="Shape-_34">
  161. <omgdi:waypoint x="377" y="245" />
  162. <omgdi:waypoint x="285" y="225" />
  163. <omgdi:waypoint x="178" y="245" />
  164. <bpmndi:BPMNLabel>
  165. <omgdc:Bounds x="234" y="188" width="33" height="14" />
  166. </bpmndi:BPMNLabel>
  167. </bpmndi:BPMNEdge>
  168. <bpmndi:BPMNEdge id="BPMNEdge__15" bpmnElement="_15" sourceElement="Shape-_5" targetElement="Shape-_34">
  169. <omgdi:waypoint x="570" y="245" />
  170. <omgdi:waypoint x="375" y="195" />
  171. <omgdi:waypoint x="178" y="245" />
  172. <bpmndi:BPMNLabel>
  173. <omgdc:Bounds x="314" y="158" width="33" height="14" />
  174. </bpmndi:BPMNLabel>
  175. </bpmndi:BPMNEdge>
  176. <bpmndi:BPMNEdge id="BPMNEdge__16" bpmnElement="_16" sourceElement="Shape-_6" targetElement="Shape-_34">
  177. <omgdi:waypoint x="800" y="245" />
  178. <omgdi:waypoint x="475" y="165" />
  179. <omgdi:waypoint x="178" y="245" />
  180. <bpmndi:BPMNLabel>
  181. <omgdc:Bounds x="414" y="128" width="33" height="14" />
  182. </bpmndi:BPMNLabel>
  183. </bpmndi:BPMNEdge>
  184. <bpmndi:BPMNEdge id="BPMNEdge__17" bpmnElement="_17" sourceElement="Shape-_7" targetElement="Shape-_34">
  185. <omgdi:waypoint x="992" y="245" />
  186. <omgdi:waypoint x="600" y="135" />
  187. <omgdi:waypoint x="178" y="245" />
  188. <bpmndi:BPMNLabel>
  189. <omgdc:Bounds x="514" y="98" width="33" height="14" />
  190. </bpmndi:BPMNLabel>
  191. </bpmndi:BPMNEdge>
  192. <bpmndi:BPMNEdge id="BPMNEdge__19" bpmnElement="_19" sourceElement="Shape-_9" targetElement="Shape-_34">
  193. <omgdi:waypoint x="1230" y="245" />
  194. <omgdi:waypoint x="675" y="105" />
  195. <omgdi:waypoint x="178" y="245" />
  196. <bpmndi:BPMNLabel>
  197. <omgdc:Bounds x="614" y="63" width="33" height="14" />
  198. </bpmndi:BPMNLabel>
  199. </bpmndi:BPMNEdge>
  200. <bpmndi:BPMNEdge id="Flow_1ailds8_di" bpmnElement="Flow_1ailds8">
  201. <omgdi:waypoint x="1250" y="300" />
  202. <omgdi:waypoint x="1240" y="350" />
  203. <omgdi:waypoint x="1312" y="520" />
  204. <omgdi:waypoint x="1374" y="520" />
  205. <bpmndi:BPMNLabel>
  206. <omgdc:Bounds x="1265" y="417" width="23" height="14" />
  207. </bpmndi:BPMNLabel>
  208. </bpmndi:BPMNEdge>
  209. </bpmndi:BPMNPlane>
  210. </bpmndi:BPMNDiagram>
  211. </definitions>