12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.flowable.org/processdef">
- <process id="process_udgzls7l" name="name_8o30ltep">
- <startEvent id="startNode1" name="开始" />
- <exclusiveGateway id="Gateway_08cg8io" />
- <task id="Activity_16bevf1" />
- <subProcess id="Activity_0mt1f01">
- <startEvent id="Event_1ewn0p2" />
- </subProcess>
- <exclusiveGateway id="Gateway_15dg2rk" />
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_flow">
- <bpmndi:BPMNPlane id="BPMNPlane_flow" bpmnElement="process_udgzls7l">
- <bpmndi:BPMNShape id="BPMNShape_startNode1" bpmnElement="startNode1" bioc:stroke="">
- <omgdc:Bounds x="240" y="200" width="30" height="30" />
- <bpmndi:BPMNLabel>
- <omgdc:Bounds x="242" y="237" width="23" height="14" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="Gateway_08cg8io_di" bpmnElement="Gateway_08cg8io" isMarkerVisible="true">
- <omgdc:Bounds x="45" y="25" width="50" height="50" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="Activity_16bevf1_di" bpmnElement="Activity_16bevf1">
- <omgdc:Bounds x="205" y="50" width="100" height="80" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="Gateway_15dg2rk_di" bpmnElement="Gateway_15dg2rk" isMarkerVisible="true">
- <omgdc:Bounds x="-25" y="-165" width="50" height="50" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="Activity_0mt1f01_di" bpmnElement="Activity_0mt1f01" isExpanded="true">
- <omgdc:Bounds x="40" y="-110" width="350" height="200" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="Event_1ewn0p2_di" bpmnElement="Event_1ewn0p2">
- <omgdc:Bounds x="80" y="-28" width="36" height="36" />
- </bpmndi:BPMNShape>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|