aqpjjgba-province.bpmn 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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="aqpjjgba-province" name="安全评价机构备案-省级" isExecutable="true">
  4. <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="sj" name="wf.sjxg" activiti:assignee="${admin_tb}">
  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="startevent1" targetRef="sj"></sequenceFlow>
  18. <userTask id="sl" name="wf.sl" activiti:candidateGroups="${role_sl}"></userTask>
  19. <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
  20. <sequenceFlow id="flow3" sourceRef="sl" targetRef="exclusivegateway1"></sequenceFlow>
  21. <endEvent id="endevent1" name="End"></endEvent>
  22. <sequenceFlow id="flow4" name="通过" sourceRef="exclusivegateway1" targetRef="endevent1">
  23. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sl}]]></conditionExpression>
  24. </sequenceFlow>
  25. <sequenceFlow id="flow5" name="不通过" sourceRef="exclusivegateway1" targetRef="sj">
  26. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sl}]]></conditionExpression>
  27. </sequenceFlow>
  28. <sequenceFlow id="flow6" sourceRef="sj" targetRef="sl"></sequenceFlow>
  29. </process>
  30. <bpmndi:BPMNDiagram id="BPMNDiagram_aqpjjgba-province">
  31. <bpmndi:BPMNPlane bpmnElement="aqpjjgba-province" id="BPMNPlane_aqpjjgba-province">
  32. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  33. <omgdc:Bounds height="35.0" width="35.0" x="60.0" y="120.0"></omgdc:Bounds>
  34. </bpmndi:BPMNShape>
  35. <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
  36. <omgdc:Bounds height="40.0" width="40.0" x="530.0" y="117.0"></omgdc:Bounds>
  37. </bpmndi:BPMNShape>
  38. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  39. <omgdc:Bounds height="35.0" width="35.0" x="620.0" y="120.0"></omgdc:Bounds>
  40. </bpmndi:BPMNShape>
  41. <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">
  42. <omgdc:Bounds height="55.0" width="105.0" x="150.0" y="110.0"></omgdc:Bounds>
  43. </bpmndi:BPMNShape>
  44. <bpmndi:BPMNShape bpmnElement="sjxg" id="BPMNShape_sjxg">
  45. <omgdc:Bounds height="55.0" width="105.0" x="350.0" y="110.0"></omgdc:Bounds>
  46. </bpmndi:BPMNShape>
  47. <bpmndi:BPMNShape bpmnElement="sj" id="BPMNShape_sj">
  48. <omgdc:Bounds height="55.0" width="105.0" x="150.0" y="110.0"></omgdc:Bounds>
  49. </bpmndi:BPMNShape>
  50. <bpmndi:BPMNShape bpmnElement="sl" id="BPMNShape_sl">
  51. <omgdc:Bounds height="55.0" width="105.0" x="350.0" y="110.0"></omgdc:Bounds>
  52. </bpmndi:BPMNShape>
  53. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  54. <omgdi:waypoint x="95.0" y="137.0"></omgdi:waypoint>
  55. <omgdi:waypoint x="150.0" y="137.0"></omgdi:waypoint>
  56. </bpmndi:BPMNEdge>
  57. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  58. <omgdi:waypoint x="455.0" y="137.0"></omgdi:waypoint>
  59. <omgdi:waypoint x="530.0" y="137.0"></omgdi:waypoint>
  60. </bpmndi:BPMNEdge>
  61. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  62. <omgdi:waypoint x="570.0" y="137.0"></omgdi:waypoint>
  63. <omgdi:waypoint x="620.0" y="137.0"></omgdi:waypoint>
  64. <bpmndi:BPMNLabel>
  65. <omgdc:Bounds height="14.0" width="24.0" x="-20.0" y="7.0"></omgdc:Bounds>
  66. </bpmndi:BPMNLabel>
  67. </bpmndi:BPMNEdge>
  68. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  69. <omgdi:waypoint x="550.0" y="157.0"></omgdi:waypoint>
  70. <omgdi:waypoint x="549.0" y="196.0"></omgdi:waypoint>
  71. <omgdi:waypoint x="202.0" y="196.0"></omgdi:waypoint>
  72. <omgdi:waypoint x="202.0" y="165.0"></omgdi:waypoint>
  73. <bpmndi:BPMNLabel>
  74. <omgdc:Bounds height="14.0" width="36.0" x="-5.0" y="-19.0"></omgdc:Bounds>
  75. </bpmndi:BPMNLabel>
  76. </bpmndi:BPMNEdge>
  77. <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
  78. <omgdi:waypoint x="255.0" y="137.0"></omgdi:waypoint>
  79. <omgdi:waypoint x="350.0" y="137.0"></omgdi:waypoint>
  80. </bpmndi:BPMNEdge>
  81. </bpmndi:BPMNPlane>
  82. </bpmndi:BPMNDiagram>
  83. </definitions>