pssrMgrConfirm.bpmn 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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="pssrMgrConfirm" name="PSSR装置经理审批" isExecutable="true">
  4. <startEvent id="applyUser" name="Start" activiti:initiator="${applyUser}"></startEvent>
  5. <userTask id="jlUser" name="装置经理" activiti:candidateUsers="#{chargePerson}"></userTask>
  6. <sequenceFlow id="flow1" sourceRef="applyUser" targetRef="jlUser"></sequenceFlow>
  7. <endEvent id="endevent2" name="End"></endEvent>
  8. <sequenceFlow id="flow3" sourceRef="jlUser" targetRef="endevent2">
  9. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 0}]]></conditionExpression>
  10. </sequenceFlow>
  11. <endEvent id="endevent3" name="End"></endEvent>
  12. <sequenceFlow id="flow4" sourceRef="jlUser" targetRef="endevent3">
  13. <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
  14. </sequenceFlow>
  15. </process>
  16. <bpmndi:BPMNDiagram id="BPMNDiagram_pssrMgrConfirm">
  17. <bpmndi:BPMNPlane bpmnElement="pssrMgrConfirm" id="BPMNPlane_pssrMgrConfirm">
  18. <bpmndi:BPMNShape bpmnElement="applyUser" id="BPMNShape_applyUser">
  19. <omgdc:Bounds height="35.0" width="35.0" x="140.0" y="260.0"></omgdc:Bounds>
  20. </bpmndi:BPMNShape>
  21. <bpmndi:BPMNShape bpmnElement="jlUser" id="BPMNShape_jlUser">
  22. <omgdc:Bounds height="55.0" width="105.0" x="220.0" y="250.0"></omgdc:Bounds>
  23. </bpmndi:BPMNShape>
  24. <bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2">
  25. <omgdc:Bounds height="35.0" width="35.0" x="370.0" y="260.0"></omgdc:Bounds>
  26. </bpmndi:BPMNShape>
  27. <bpmndi:BPMNShape bpmnElement="endevent3" id="BPMNShape_endevent3">
  28. <omgdc:Bounds height="35.0" width="35.0" x="250.0" y="340.0"></omgdc:Bounds>
  29. </bpmndi:BPMNShape>
  30. <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
  31. <omgdi:waypoint x="175.0" y="277.0"></omgdi:waypoint>
  32. <omgdi:waypoint x="220.0" y="277.0"></omgdi:waypoint>
  33. </bpmndi:BPMNEdge>
  34. <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
  35. <omgdi:waypoint x="325.0" y="277.0"></omgdi:waypoint>
  36. <omgdi:waypoint x="370.0" y="277.0"></omgdi:waypoint>
  37. </bpmndi:BPMNEdge>
  38. <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
  39. <omgdi:waypoint x="272.0" y="305.0"></omgdi:waypoint>
  40. <omgdi:waypoint x="267.0" y="340.0"></omgdi:waypoint>
  41. </bpmndi:BPMNEdge>
  42. </bpmndi:BPMNPlane>
  43. </bpmndi:BPMNDiagram>
  44. </definitions>