dc-city.bpmn 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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="dc-city" name="督查隐患" isExecutable="true">
  4. <startEvent id="startevent" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="tb" name="wf.tb" activiti:candidateGroups="${role_jyr}"></userTask>
  6. <userTask id="sc" name="wf.sc" activiti:candidateGroups="${role_sc}"></userTask>
  7. <sequenceFlow id="flow5" sourceRef="tb" targetRef="sc"></sequenceFlow>
  8. <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
  9. <sequenceFlow id="flow6" sourceRef="sc" targetRef="exclusivegateway2"></sequenceFlow>
  10. <sequenceFlow id="flow7" name="不通过" sourceRef="exclusivegateway2" targetRef="tb">
  11. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc}]]></conditionExpression>
  12. </sequenceFlow>
  13. <endEvent id="endevent" name="End"></endEvent>
  14. <sequenceFlow id="flow8" name="通过" sourceRef="exclusivegateway2" targetRef="endevent">
  15. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>
  16. </sequenceFlow>
  17. <sequenceFlow id="flow9" sourceRef="startevent" targetRef="tb"></sequenceFlow>
  18. </process>
  19. <bpmndi:BPMNDiagram id="BPMNDiagram_dc-city">
  20. <bpmndi:BPMNPlane bpmnElement="dc-city" id="BPMNPlane_dc-city">
  21. <bpmndi:BPMNShape bpmnElement="startevent" id="BPMNShape_startevent">
  22. <omgdc:Bounds height="35.0" width="35.0" x="110.0" y="190.0"></omgdc:Bounds>
  23. </bpmndi:BPMNShape>
  24. <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">
  25. <omgdc:Bounds height="55.0" width="105.0" x="220.0" y="180.0"></omgdc:Bounds>
  26. </bpmndi:BPMNShape>
  27. <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
  28. <omgdc:Bounds height="40.0" width="40.0" x="540.0" y="187.0"></omgdc:Bounds>
  29. </bpmndi:BPMNShape>
  30. <bpmndi:BPMNShape bpmnElement="endevent" id="BPMNShape_endevent">
  31. <omgdc:Bounds height="35.0" width="35.0" x="625.0" y="190.0"></omgdc:Bounds>
  32. </bpmndi:BPMNShape>
  33. <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
  34. <omgdc:Bounds height="55.0" width="105.0" x="380.0" y="180.0"></omgdc:Bounds>
  35. </bpmndi:BPMNShape>
  36. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  37. <omgdi:waypoint x="325.0" y="207.0"></omgdi:waypoint>
  38. <omgdi:waypoint x="380.0" y="207.0"></omgdi:waypoint>
  39. </bpmndi:BPMNEdge>
  40. <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
  41. <omgdi:waypoint x="485.0" y="207.0"></omgdi:waypoint>
  42. <omgdi:waypoint x="540.0" y="207.0"></omgdi:waypoint>
  43. </bpmndi:BPMNEdge>
  44. <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
  45. <omgdi:waypoint x="560.0" y="187.0"></omgdi:waypoint>
  46. <omgdi:waypoint x="559.0" y="126.0"></omgdi:waypoint>
  47. <omgdi:waypoint x="272.0" y="126.0"></omgdi:waypoint>
  48. <omgdi:waypoint x="272.0" y="180.0"></omgdi:waypoint>
  49. <bpmndi:BPMNLabel>
  50. <omgdc:Bounds height="14.0" width="36.0" x="-9.0" y="4.0"></omgdc:Bounds>
  51. </bpmndi:BPMNLabel>
  52. </bpmndi:BPMNEdge>
  53. <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
  54. <omgdi:waypoint x="580.0" y="207.0"></omgdi:waypoint>
  55. <omgdi:waypoint x="625.0" y="207.0"></omgdi:waypoint>
  56. <bpmndi:BPMNLabel>
  57. <omgdc:Bounds height="14.0" width="24.0" x="-12.0" y="7.0"></omgdc:Bounds>
  58. </bpmndi:BPMNLabel>
  59. </bpmndi:BPMNEdge>
  60. <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
  61. <omgdi:waypoint x="145.0" y="207.0"></omgdi:waypoint>
  62. <omgdi:waypoint x="220.0" y="207.0"></omgdi:waypoint>
  63. </bpmndi:BPMNEdge>
  64. </bpmndi:BPMNPlane>
  65. </bpmndi:BPMNDiagram>
  66. </definitions>