whzyfzhz-city.bpmn 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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.yjpt.jtgh.com/workflow">
  3. <process id="whzyfzhz-city" name="whzyfzhz.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><![CDATA[var_autoComplete]]></activiti:string>
  10. </activiti:field>
  11. <activiti:field name="varValue">
  12. <activiti:string><![CDATA[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="sc" name="wf.sc" activiti:candidateGroups="${role_sc}"></userTask>
  26. <sequenceFlow id="flow5" name="通过" sourceRef="exclusivegateway1" targetRef="sc">
  27. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_xssc}]]></conditionExpression>
  28. </sequenceFlow>
  29. <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
  30. <sequenceFlow id="flow6" sourceRef="sc" targetRef="exclusivegateway2"></sequenceFlow>
  31. <sequenceFlow id="flow7" name="不通过" sourceRef="exclusivegateway2" targetRef="xssc">
  32. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc}]]></conditionExpression>
  33. </sequenceFlow>
  34. <userTask id="sh" name="wf.sh" activiti:candidateGroups="${role_sh}"></userTask>
  35. <sequenceFlow id="flow8" name="通过" sourceRef="exclusivegateway2" targetRef="sh">
  36. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>
  37. </sequenceFlow>
  38. <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
  39. <sequenceFlow id="flow9" sourceRef="sh" targetRef="exclusivegateway3"></sequenceFlow>
  40. <sequenceFlow id="flow10" name="不通过" sourceRef="exclusivegateway3" targetRef="sc">
  41. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sh}]]></conditionExpression>
  42. </sequenceFlow>
  43. <userTask id="pz" name="wf.pz" activiti:candidateGroups="${role_pz}"></userTask>
  44. <sequenceFlow id="flow12" name="通过" sourceRef="exclusivegateway3" targetRef="pz">
  45. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sh}]]></conditionExpression>
  46. </sequenceFlow>
  47. <endEvent id="endevent2" name="End"></endEvent>
  48. <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
  49. <sequenceFlow id="flow13" sourceRef="pz" targetRef="exclusivegateway4"></sequenceFlow>
  50. <sequenceFlow id="flow14" name="不通过" sourceRef="exclusivegateway4" targetRef="sh">
  51. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_pz}]]></conditionExpression>
  52. </sequenceFlow>
  53. <sequenceFlow id="flow15" name="通过" sourceRef="exclusivegateway4" targetRef="endevent2">
  54. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_pz}]]></conditionExpression>
  55. </sequenceFlow>
  56. </process>
  57. <bpmndi:BPMNDiagram id="BPMNDiagram_whzyfzhz-city">
  58. <bpmndi:BPMNPlane bpmnElement="whzyfzhz-city" id="BPMNPlane_whzyfzhz-city">
  59. <bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
  60. <omgdc:Bounds height="35.0" width="35.0" x="10.0" y="170.0"></omgdc:Bounds>
  61. </bpmndi:BPMNShape>
  62. <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">
  63. <omgdc:Bounds height="55.0" width="105.0" x="70.0" y="160.0"></omgdc:Bounds>
  64. </bpmndi:BPMNShape>
  65. <bpmndi:BPMNShape bpmnElement="xssc" id="BPMNShape_xssc">
  66. <omgdc:Bounds height="55.0" width="105.0" x="198.0" y="160.0"></omgdc:Bounds>
  67. </bpmndi:BPMNShape>
  68. <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
  69. <omgdc:Bounds height="40.0" width="40.0" x="230.0" y="90.0"></omgdc:Bounds>
  70. </bpmndi:BPMNShape>
  71. <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
  72. <omgdc:Bounds height="55.0" width="105.0" x="327.0" y="83.0"></omgdc:Bounds>
  73. </bpmndi:BPMNShape>
  74. <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
  75. <omgdc:Bounds height="40.0" width="40.0" x="359.0" y="167.0"></omgdc:Bounds>
  76. </bpmndi:BPMNShape>
  77. <bpmndi:BPMNShape bpmnElement="sh" id="BPMNShape_sh">
  78. <omgdc:Bounds height="55.0" width="105.0" x="440.0" y="160.0"></omgdc:Bounds>
  79. </bpmndi:BPMNShape>
  80. <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
  81. <omgdc:Bounds height="40.0" width="40.0" x="472.0" y="90.0"></omgdc:Bounds>
  82. </bpmndi:BPMNShape>
  83. <bpmndi:BPMNShape bpmnElement="pz" id="BPMNShape_pz">
  84. <omgdc:Bounds height="55.0" width="105.0" x="570.0" y="160.0"></omgdc:Bounds>
  85. </bpmndi:BPMNShape>
  86. <bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2">
  87. <omgdc:Bounds height="35.0" width="35.0" x="700.0" y="170.0"></omgdc:Bounds>
  88. </bpmndi:BPMNShape>
  89. <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
  90. <omgdc:Bounds height="40.0" width="40.0" x="602.0" y="280.0"></omgdc:Bounds>
  91. </bpmndi:BPMNShape>
  92. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  93. <omgdi:waypoint x="45.0" y="187.0"></omgdi:waypoint>
  94. <omgdi:waypoint x="70.0" y="187.0"></omgdi:waypoint>
  95. </bpmndi:BPMNEdge>
  96. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  97. <omgdi:waypoint x="175.0" y="187.0"></omgdi:waypoint>
  98. <omgdi:waypoint x="198.0" y="187.0"></omgdi:waypoint>
  99. </bpmndi:BPMNEdge>
  100. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  101. <omgdi:waypoint x="250.0" y="160.0"></omgdi:waypoint>
  102. <omgdi:waypoint x="250.0" y="130.0"></omgdi:waypoint>
  103. </bpmndi:BPMNEdge>
  104. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  105. <omgdi:waypoint x="230.0" y="110.0"></omgdi:waypoint>
  106. <omgdi:waypoint x="122.0" y="110.0"></omgdi:waypoint>
  107. <omgdi:waypoint x="122.0" y="160.0"></omgdi:waypoint>
  108. <bpmndi:BPMNLabel>
  109. <omgdc:Bounds height="14.0" width="36.0" x="20.0" y="-20.0"></omgdc:Bounds>
  110. </bpmndi:BPMNLabel>
  111. </bpmndi:BPMNEdge>
  112. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  113. <omgdi:waypoint x="270.0" y="110.0"></omgdi:waypoint>
  114. <omgdi:waypoint x="327.0" y="110.0"></omgdi:waypoint>
  115. <bpmndi:BPMNLabel>
  116. <omgdc:Bounds height="14.0" width="24.0" x="252.0" y="90.0"></omgdc:Bounds>
  117. </bpmndi:BPMNLabel>
  118. </bpmndi:BPMNEdge>
  119. <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
  120. <omgdi:waypoint x="379.0" y="138.0"></omgdi:waypoint>
  121. <omgdi:waypoint x="379.0" y="167.0"></omgdi:waypoint>
  122. </bpmndi:BPMNEdge>
  123. <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
  124. <omgdi:waypoint x="359.0" y="187.0"></omgdi:waypoint>
  125. <omgdi:waypoint x="303.0" y="187.0"></omgdi:waypoint>
  126. <bpmndi:BPMNLabel>
  127. <omgdc:Bounds height="14.0" width="36.0" x="338.0" y="194.0"></omgdc:Bounds>
  128. </bpmndi:BPMNLabel>
  129. </bpmndi:BPMNEdge>
  130. <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
  131. <omgdi:waypoint x="399.0" y="187.0"></omgdi:waypoint>
  132. <omgdi:waypoint x="440.0" y="187.0"></omgdi:waypoint>
  133. <bpmndi:BPMNLabel>
  134. <omgdc:Bounds height="14.0" width="24.0" x="379.0" y="194.0"></omgdc:Bounds>
  135. </bpmndi:BPMNLabel>
  136. </bpmndi:BPMNEdge>
  137. <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
  138. <omgdi:waypoint x="492.0" y="160.0"></omgdi:waypoint>
  139. <omgdi:waypoint x="492.0" y="130.0"></omgdi:waypoint>
  140. </bpmndi:BPMNEdge>
  141. <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
  142. <omgdi:waypoint x="472.0" y="110.0"></omgdi:waypoint>
  143. <omgdi:waypoint x="432.0" y="110.0"></omgdi:waypoint>
  144. <bpmndi:BPMNLabel>
  145. <omgdc:Bounds height="14.0" width="36.0" x="463.0" y="90.0"></omgdc:Bounds>
  146. </bpmndi:BPMNLabel>
  147. </bpmndi:BPMNEdge>
  148. <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
  149. <omgdi:waypoint x="512.0" y="110.0"></omgdi:waypoint>
  150. <omgdi:waypoint x="622.0" y="110.0"></omgdi:waypoint>
  151. <omgdi:waypoint x="622.0" y="160.0"></omgdi:waypoint>
  152. <bpmndi:BPMNLabel>
  153. <omgdc:Bounds height="14.0" width="24.0" x="483.0" y="90.0"></omgdc:Bounds>
  154. </bpmndi:BPMNLabel>
  155. </bpmndi:BPMNEdge>
  156. <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
  157. <omgdi:waypoint x="622.0" y="215.0"></omgdi:waypoint>
  158. <omgdi:waypoint x="622.0" y="280.0"></omgdi:waypoint>
  159. </bpmndi:BPMNEdge>
  160. <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
  161. <omgdi:waypoint x="602.0" y="300.0"></omgdi:waypoint>
  162. <omgdi:waypoint x="492.0" y="300.0"></omgdi:waypoint>
  163. <omgdi:waypoint x="492.0" y="215.0"></omgdi:waypoint>
  164. <bpmndi:BPMNLabel>
  165. <omgdc:Bounds height="14.0" width="100.0" x="513.0" y="280.0"></omgdc:Bounds>
  166. </bpmndi:BPMNLabel>
  167. </bpmndi:BPMNEdge>
  168. <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
  169. <omgdi:waypoint x="642.0" y="300.0"></omgdi:waypoint>
  170. <omgdi:waypoint x="717.0" y="299.0"></omgdi:waypoint>
  171. <omgdi:waypoint x="717.0" y="205.0"></omgdi:waypoint>
  172. <bpmndi:BPMNLabel>
  173. <omgdc:Bounds height="14.0" width="100.0" x="652.0" y="300.0"></omgdc:Bounds>
  174. </bpmndi:BPMNLabel>
  175. </bpmndi:BPMNEdge>
  176. </bpmndi:BPMNPlane>
  177. </bpmndi:BPMNDiagram>
  178. </definitions>