12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" 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" xmlns:tns="http://www.activiti.org/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1657259340605" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
- <process id="kkxglsqlc" isClosed="false" isExecutable="true" name="可靠性管理申请" processType="None">
- <startEvent id="start" name="提交申请"/>
- <userTask activiti:assignee="#{kkxjl}" activiti:exclusive="true" id="kkxjlTask" name="可靠性经理"/>
- <sequenceFlow id="_4" sourceRef="start" targetRef="kkxjlTask"/>
- <endEvent id="end1" name="审核通过"/>
- <endEvent id="end2" name="审核未通过"/>
- <sequenceFlow id="_7" sourceRef="kkxjlTask" targetRef="end2"/>
- <sequenceFlow id="_8" sourceRef="kkxjlTask" targetRef="end1"/>
- </process>
- <bpmndi:BPMNDiagram documentation="background=#FFFFFF;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0" id="Diagram-_1" name="New Diagram">
- <bpmndi:BPMNPlane bpmnElement="kkxglsqlc">
- <bpmndi:BPMNShape bpmnElement="start" id="Shape-start">
- <omgdc:Bounds height="32.0" width="32.0" x="165.0" y="155.0"/>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="kkxjlTask" id="Shape-kkxjlTask">
- <omgdc:Bounds height="55.0" width="85.0" x="355.0" y="145.0"/>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="end1" id="Shape-end1">
- <omgdc:Bounds height="32.0" width="32.0" x="550.0" y="155.0"/>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="end2" id="Shape-end2">
- <omgdc:Bounds height="32.0" width="32.0" x="380.0" y="300.0"/>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="_4" id="BPMNEdge__4" sourceElement="_2" targetElement="_3">
- <omgdi:waypoint x="197.0" y="171.0"/>
- <omgdi:waypoint x="355.0" y="172.5"/>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="_7" id="BPMNEdge__7" sourceElement="_3" targetElement="_6">
- <omgdi:waypoint x="396.0" y="200.0"/>
- <omgdi:waypoint x="396.0" y="300.0"/>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="_8" id="BPMNEdge__8" sourceElement="_3" targetElement="_5">
- <omgdi:waypoint x="440.0" y="172.5"/>
- <omgdi:waypoint x="550.0" y="171.0"/>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|