12345678910111213141516171819202122232425262728 |
- export default `<?xml version="1.0" encoding="UTF-8"?>
- <bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0001" targetNamespace="http://bpmn.io/schema/bpmn">
- <bpmn:process id="Process_1697" name="业务流程_169708" isExecutable="true">
- <bpmn:startEvent id="Event_0x7a3v2">
- <bpmn:outgoing>Flow_0oqin5p</bpmn:outgoing>
- </bpmn:startEvent>
- <bpmn:endEvent id="Event_033hoaa">
- <bpmn:incoming>Flow_0oqin5p</bpmn:incoming>
- </bpmn:endEvent>
- <bpmn:sequenceFlow id="Flow_0oqin5p" sourceRef="Event_0x7a3v2" targetRef="Event_033hoaa" />
- </bpmn:process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_1">
- <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1697">
- <bpmndi:BPMNShape id="Event_0x7a3v2_di" bpmnElement="Event_0x7a3v2">
- <dc:Bounds x="162" y="-128" width="36" height="36" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="Event_033hoaa_di" bpmnElement="Event_033hoaa">
- <dc:Bounds x="298" y="22" width="36" height="36" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge id="Flow_0oqin5p_di" bpmnElement="Flow_0oqin5p">
- <di:waypoint x="198" y="-110" />
- <di:waypoint x="248" y="-110" />
- <di:waypoint x="248" y="40" />
- <di:waypoint x="298" y="40" />
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </bpmn:definitions>`
|