jsjdcbsjds.bpmn 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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:xsd="http://www.w3.org/2001/XMLSchema" 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="jsjdcbsjds" name="建设进度初步设计地市" isExecutable="true">
  4. <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="usertask1" name="申请" 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="startevent1" targetRef="usertask1"></sequenceFlow>
  18. <userTask id="sc" name="审查" activiti:candidateGroups="${role_sc}"></userTask>
  19. <sequenceFlow id="flow2" sourceRef="usertask1" targetRef="sc"></sequenceFlow>
  20. <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
  21. <sequenceFlow id="flow3" sourceRef="sc" targetRef="exclusivegateway1"></sequenceFlow>
  22. <endEvent id="endevent1" name="End"></endEvent>
  23. <sequenceFlow id="flow4" name="通过" sourceRef="exclusivegateway1" targetRef="endevent1">
  24. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>
  25. </sequenceFlow>
  26. <sequenceFlow id="flow5" name="不通过" sourceRef="exclusivegateway1" targetRef="usertask1">
  27. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc}]]></conditionExpression>
  28. </sequenceFlow>
  29. </process>
  30. <bpmndi:BPMNDiagram id="BPMNDiagram_jsjdcbsjds">
  31. <bpmndi:BPMNPlane bpmnElement="jsjdcbsjds" id="BPMNPlane_jsjdcbsjds">
  32. <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
  33. <omgdc:Bounds height="35.0" width="35.0" x="150.0" y="210.0"></omgdc:Bounds>
  34. </bpmndi:BPMNShape>
  35. <bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1">
  36. <omgdc:Bounds height="55.0" width="105.0" x="230.0" y="200.0"></omgdc:Bounds>
  37. </bpmndi:BPMNShape>
  38. <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
  39. <omgdc:Bounds height="55.0" width="105.0" x="390.0" y="200.0"></omgdc:Bounds>
  40. </bpmndi:BPMNShape>
  41. <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
  42. <omgdc:Bounds height="40.0" width="40.0" x="422.0" y="70.0"></omgdc:Bounds>
  43. </bpmndi:BPMNShape>
  44. <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
  45. <omgdc:Bounds height="35.0" width="35.0" x="590.0" y="73.0"></omgdc:Bounds>
  46. </bpmndi:BPMNShape>
  47. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  48. <omgdi:waypoint x="185.0" y="227.0"></omgdi:waypoint>
  49. <omgdi:waypoint x="230.0" y="227.0"></omgdi:waypoint>
  50. </bpmndi:BPMNEdge>
  51. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  52. <omgdi:waypoint x="335.0" y="227.0"></omgdi:waypoint>
  53. <omgdi:waypoint x="390.0" y="227.0"></omgdi:waypoint>
  54. </bpmndi:BPMNEdge>
  55. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  56. <omgdi:waypoint x="442.0" y="200.0"></omgdi:waypoint>
  57. <omgdi:waypoint x="442.0" y="110.0"></omgdi:waypoint>
  58. </bpmndi:BPMNEdge>
  59. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  60. <omgdi:waypoint x="462.0" y="90.0"></omgdi:waypoint>
  61. <omgdi:waypoint x="590.0" y="90.0"></omgdi:waypoint>
  62. <bpmndi:BPMNLabel>
  63. <omgdc:Bounds height="14.0" width="24.0" x="436.0" y="94.0"></omgdc:Bounds>
  64. </bpmndi:BPMNLabel>
  65. </bpmndi:BPMNEdge>
  66. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  67. <omgdi:waypoint x="422.0" y="90.0"></omgdi:waypoint>
  68. <omgdi:waypoint x="279.0" y="90.0"></omgdi:waypoint>
  69. <omgdi:waypoint x="282.0" y="200.0"></omgdi:waypoint>
  70. <bpmndi:BPMNLabel>
  71. <omgdc:Bounds height="14.0" width="36.0" x="388.0" y="70.0"></omgdc:Bounds>
  72. </bpmndi:BPMNLabel>
  73. </bpmndi:BPMNEdge>
  74. </bpmndi:BPMNPlane>
  75. </bpmndi:BPMNDiagram>
  76. </definitions>