gkjns.bpmn 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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="gkjns" name="市港口局内审" isExecutable="true">
  4. <startEvent id="startevent1" name="Start"></startEvent>
  5. <userTask id="xssc" name="形式审查" activiti:candidateGroups="gkjns_xssc">
  6. <extensionElements>
  7. <activiti:taskListener event="create" delegateExpression="${taskVarBean}">
  8. <activiti:field name="处理人所在组织">
  9. <activiti:string>上级部门下所有组织</activiti:string>
  10. </activiti:field>
  11. </activiti:taskListener>
  12. </extensionElements>
  13. </userTask>
  14. <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="xssc"></sequenceFlow>
  15. <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
  16. <sequenceFlow id="flow2" sourceRef="xssc" targetRef="exclusivegateway1"></sequenceFlow>
  17. <userTask id="sc" name="审查" activiti:candidateGroups="gkjns_sc"></userTask>
  18. <sequenceFlow id="flow3" sourceRef="exclusivegateway1" targetRef="sc">
  19. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${xssc_pass}]]></conditionExpression>
  20. </sequenceFlow>
  21. <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
  22. <sequenceFlow id="flow4" sourceRef="sc" targetRef="exclusivegateway2"></sequenceFlow>
  23. <userTask id="usertask3" name="审核" activiti:candidateGroups="gkjns_sh"></userTask>
  24. <sequenceFlow id="flow5" sourceRef="exclusivegateway2" targetRef="usertask3">
  25. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${sc_pass}]]></conditionExpression>
  26. </sequenceFlow>
  27. <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
  28. <sequenceFlow id="flow6" sourceRef="usertask3" targetRef="exclusivegateway3"></sequenceFlow>
  29. <userTask id="usertask4" name="批准" activiti:candidateGroups="gkjns_pz"></userTask>
  30. <sequenceFlow id="flow7" sourceRef="exclusivegateway3" targetRef="usertask4">
  31. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${sh_pass}]]></conditionExpression>
  32. </sequenceFlow>
  33. <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
  34. <sequenceFlow id="flow8" sourceRef="usertask4" targetRef="exclusivegateway4"></sequenceFlow>
  35. <endEvent id="endevent1" name="End"></endEvent>
  36. <sequenceFlow id="flow9" sourceRef="exclusivegateway4" targetRef="endevent1">
  37. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${pz_pass}]]></conditionExpression>
  38. </sequenceFlow>
  39. <userTask id="tzsq" name="调整申请" activiti:assignee="${applyUserId}"></userTask>
  40. <sequenceFlow id="flow11" sourceRef="exclusivegateway1" targetRef="tzsq">
  41. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!xssc_pass}]]></conditionExpression>
  42. </sequenceFlow>
  43. <exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
  44. <sequenceFlow id="flow12" sourceRef="tzsq" targetRef="exclusivegateway5"></sequenceFlow>
  45. <sequenceFlow id="flow13" sourceRef="exclusivegateway5" targetRef="endevent1">
  46. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!tzsq_pass}]]></conditionExpression>
  47. </sequenceFlow>
  48. <sequenceFlow id="flow14" sourceRef="exclusivegateway5" targetRef="xssc">
  49. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${tzsq_pass}]]></conditionExpression>
  50. </sequenceFlow>
  51. <sequenceFlow id="flow15" sourceRef="exclusivegateway2" targetRef="xssc">
  52. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!sc_pass}]]></conditionExpression>
  53. </sequenceFlow>
  54. <sequenceFlow id="flow16" sourceRef="exclusivegateway3" targetRef="sc">
  55. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!sh_pass}]]></conditionExpression>
  56. </sequenceFlow>
  57. <sequenceFlow id="flow17" sourceRef="exclusivegateway4" targetRef="usertask3">
  58. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!pz_pass}]]></conditionExpression>
  59. </sequenceFlow>
  60. </process>
  61. <bpmndi:BPMNDiagram id="BPMNDiagram_gkjns">
  62. <bpmndi:BPMNPlane bpmnElement="gkjns" id="BPMNPlane_gkjns">
  63. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  64. <omgdc:Bounds height="35.0" width="35.0" x="50.0" y="130.0"></omgdc:Bounds>
  65. </bpmndi:BPMNShape>
  66. <bpmndi:BPMNShape bpmnElement="xssc" id="BPMNShape_xssc">
  67. <omgdc:Bounds height="55.0" width="105.0" x="130.0" y="120.0"></omgdc:Bounds>
  68. </bpmndi:BPMNShape>
  69. <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
  70. <omgdc:Bounds height="40.0" width="40.0" x="269.0" y="127.0"></omgdc:Bounds>
  71. </bpmndi:BPMNShape>
  72. <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
  73. <omgdc:Bounds height="40.0" width="40.0" x="493.0" y="127.0"></omgdc:Bounds>
  74. </bpmndi:BPMNShape>
  75. <bpmndi:BPMNShape bpmnElement="usertask3" id="BPMNShape_usertask3">
  76. <omgdc:Bounds height="55.0" width="105.0" x="570.0" y="120.0"></omgdc:Bounds>
  77. </bpmndi:BPMNShape>
  78. <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
  79. <omgdc:Bounds height="40.0" width="40.0" x="710.0" y="127.0"></omgdc:Bounds>
  80. </bpmndi:BPMNShape>
  81. <bpmndi:BPMNShape bpmnElement="usertask4" id="BPMNShape_usertask4">
  82. <omgdc:Bounds height="55.0" width="105.0" x="790.0" y="120.0"></omgdc:Bounds>
  83. </bpmndi:BPMNShape>
  84. <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
  85. <omgdc:Bounds height="40.0" width="40.0" x="950.0" y="127.0"></omgdc:Bounds>
  86. </bpmndi:BPMNShape>
  87. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  88. <omgdc:Bounds height="35.0" width="35.0" x="953.0" y="220.0"></omgdc:Bounds>
  89. </bpmndi:BPMNShape>
  90. <bpmndi:BPMNShape bpmnElement="tzsq" id="BPMNShape_tzsq">
  91. <omgdc:Bounds height="55.0" width="105.0" x="237.0" y="210.0"></omgdc:Bounds>
  92. </bpmndi:BPMNShape>
  93. <bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
  94. <omgdc:Bounds height="40.0" width="40.0" x="269.0" y="300.0"></omgdc:Bounds>
  95. </bpmndi:BPMNShape>
  96. <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
  97. <omgdc:Bounds height="55.0" width="105.0" x="351.0" y="120.0"></omgdc:Bounds>
  98. </bpmndi:BPMNShape>
  99. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  100. <omgdi:waypoint x="235.0" y="147.0"></omgdi:waypoint>
  101. <omgdi:waypoint x="269.0" y="147.0"></omgdi:waypoint>
  102. </bpmndi:BPMNEdge>
  103. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  104. <omgdi:waypoint x="533.0" y="147.0"></omgdi:waypoint>
  105. <omgdi:waypoint x="570.0" y="147.0"></omgdi:waypoint>
  106. </bpmndi:BPMNEdge>
  107. <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
  108. <omgdi:waypoint x="675.0" y="147.0"></omgdi:waypoint>
  109. <omgdi:waypoint x="710.0" y="147.0"></omgdi:waypoint>
  110. </bpmndi:BPMNEdge>
  111. <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
  112. <omgdi:waypoint x="895.0" y="147.0"></omgdi:waypoint>
  113. <omgdi:waypoint x="950.0" y="147.0"></omgdi:waypoint>
  114. </bpmndi:BPMNEdge>
  115. <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
  116. <omgdi:waypoint x="289.0" y="265.0"></omgdi:waypoint>
  117. <omgdi:waypoint x="289.0" y="300.0"></omgdi:waypoint>
  118. </bpmndi:BPMNEdge>
  119. <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
  120. <omgdi:waypoint x="730.0" y="167.0"></omgdi:waypoint>
  121. <omgdi:waypoint x="730.0" y="246.0"></omgdi:waypoint>
  122. <omgdi:waypoint x="402.0" y="246.0"></omgdi:waypoint>
  123. <omgdi:waypoint x="403.0" y="175.0"></omgdi:waypoint>
  124. </bpmndi:BPMNEdge>
  125. <bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17">
  126. <omgdi:waypoint x="970.0" y="127.0"></omgdi:waypoint>
  127. <omgdi:waypoint x="970.0" y="70.0"></omgdi:waypoint>
  128. <omgdi:waypoint x="622.0" y="70.0"></omgdi:waypoint>
  129. <omgdi:waypoint x="622.0" y="120.0"></omgdi:waypoint>
  130. </bpmndi:BPMNEdge>
  131. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  132. <omgdi:waypoint x="85.0" y="147.0"></omgdi:waypoint>
  133. <omgdi:waypoint x="130.0" y="147.0"></omgdi:waypoint>
  134. </bpmndi:BPMNEdge>
  135. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  136. <omgdi:waypoint x="309.0" y="147.0"></omgdi:waypoint>
  137. <omgdi:waypoint x="351.0" y="147.0"></omgdi:waypoint>
  138. </bpmndi:BPMNEdge>
  139. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  140. <omgdi:waypoint x="456.0" y="147.0"></omgdi:waypoint>
  141. <omgdi:waypoint x="493.0" y="147.0"></omgdi:waypoint>
  142. </bpmndi:BPMNEdge>
  143. <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
  144. <omgdi:waypoint x="750.0" y="147.0"></omgdi:waypoint>
  145. <omgdi:waypoint x="790.0" y="147.0"></omgdi:waypoint>
  146. </bpmndi:BPMNEdge>
  147. <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
  148. <omgdi:waypoint x="970.0" y="167.0"></omgdi:waypoint>
  149. <omgdi:waypoint x="970.0" y="220.0"></omgdi:waypoint>
  150. </bpmndi:BPMNEdge>
  151. <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
  152. <omgdi:waypoint x="289.0" y="167.0"></omgdi:waypoint>
  153. <omgdi:waypoint x="289.0" y="210.0"></omgdi:waypoint>
  154. </bpmndi:BPMNEdge>
  155. <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
  156. <omgdi:waypoint x="309.0" y="320.0"></omgdi:waypoint>
  157. <omgdi:waypoint x="970.0" y="319.0"></omgdi:waypoint>
  158. <omgdi:waypoint x="970.0" y="255.0"></omgdi:waypoint>
  159. </bpmndi:BPMNEdge>
  160. <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
  161. <omgdi:waypoint x="269.0" y="320.0"></omgdi:waypoint>
  162. <omgdi:waypoint x="182.0" y="319.0"></omgdi:waypoint>
  163. <omgdi:waypoint x="182.0" y="175.0"></omgdi:waypoint>
  164. </bpmndi:BPMNEdge>
  165. <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
  166. <omgdi:waypoint x="513.0" y="127.0"></omgdi:waypoint>
  167. <omgdi:waypoint x="513.0" y="75.0"></omgdi:waypoint>
  168. <omgdi:waypoint x="182.0" y="75.0"></omgdi:waypoint>
  169. <omgdi:waypoint x="182.0" y="120.0"></omgdi:waypoint>
  170. </bpmndi:BPMNEdge>
  171. </bpmndi:BPMNPlane>
  172. </bpmndi:BPMNDiagram>
  173. </definitions>