yjyaba-city.bpmn 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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="yjyaba-city" name="yjyaba" isExecutable="true">
  4. <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
  5. <userTask id="usertask1" name="wf.tb" activiti:assignee="${applyUserId}">
  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="usertask1"></sequenceFlow>
  18. <userTask id="xssc" name="wf.sc" activiti:candidateGroups="${role_xssc}"></userTask>
  19. <sequenceFlow id="flow2" sourceRef="usertask1" targetRef="xssc"></sequenceFlow>
  20. <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
  21. <sequenceFlow id="flow3" sourceRef="xssc" 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_xssc}]]></conditionExpression>
  25. </sequenceFlow>
  26. <sequenceFlow id="flow5" name="不通过" sourceRef="exclusivegateway1" targetRef="usertask1">
  27. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_xssc}]]></conditionExpression>
  28. </sequenceFlow>
  29. </process>
  30. <bpmndi:BPMNDiagram id="BPMNDiagram_yjyaba-city">
  31. <bpmndi:BPMNPlane bpmnElement="yjyaba-city" id="BPMNPlane_yjyaba-city">
  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="usertask2" id="BPMNShape_usertask2">
  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:BPMNShape bpmnElement="xssc" id="BPMNShape_xssc">
  48. <omgdc:Bounds height="55.0" width="105.0" x="390.0" y="200.0"></omgdc:Bounds>
  49. </bpmndi:BPMNShape>
  50. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  51. <omgdi:waypoint x="185.0" y="227.0"></omgdi:waypoint>
  52. <omgdi:waypoint x="230.0" y="227.0"></omgdi:waypoint>
  53. </bpmndi:BPMNEdge>
  54. <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
  55. <omgdi:waypoint x="335.0" y="227.0"></omgdi:waypoint>
  56. <omgdi:waypoint x="390.0" y="227.0"></omgdi:waypoint>
  57. </bpmndi:BPMNEdge>
  58. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  59. <omgdi:waypoint x="442.0" y="200.0"></omgdi:waypoint>
  60. <omgdi:waypoint x="442.0" y="110.0"></omgdi:waypoint>
  61. </bpmndi:BPMNEdge>
  62. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  63. <omgdi:waypoint x="462.0" y="90.0"></omgdi:waypoint>
  64. <omgdi:waypoint x="590.0" y="90.0"></omgdi:waypoint>
  65. <bpmndi:BPMNLabel>
  66. <omgdc:Bounds height="14.0" width="24.0" x="-36.0" y="7.0"></omgdc:Bounds>
  67. </bpmndi:BPMNLabel>
  68. </bpmndi:BPMNEdge>
  69. <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
  70. <omgdi:waypoint x="422.0" y="90.0"></omgdi:waypoint>
  71. <omgdi:waypoint x="279.0" y="90.0"></omgdi:waypoint>
  72. <omgdi:waypoint x="282.0" y="200.0"></omgdi:waypoint>
  73. <bpmndi:BPMNLabel>
  74. <omgdc:Bounds height="14.0" width="36.0" x="45.0" y="7.0"></omgdc:Bounds>
  75. </bpmndi:BPMNLabel>
  76. </bpmndi:BPMNEdge>
  77. </bpmndi:BPMNPlane>
  78. </bpmndi:BPMNDiagram>
  79. </definitions>