12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:flowable="http://flowable.org/bpmn" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://www.flowable.org/processdef">
- <process id="process_z8g7di14" name="融资企业补充资料审批">
- <startEvent id="startNode1" name="开始">
- <outgoing>Flow_16st7m7</outgoing>
- </startEvent>
- <sequenceFlow id="Flow_16st7m7" sourceRef="startNode1" targetRef="Activity_0m4ueh7"/>
- <endEvent id="Event_146sl84">
- <extensionElements>
- <flowable:executionListener class="com.huyi.flowable.listener.ExecutionCallListener" event="start"/>
- </extensionElements>
- <incoming>Flow_0g9ia54</incoming>
- </endEvent>
- <sequenceFlow id="Flow_0g9ia54" sourceRef="Activity_0m4ueh7" targetRef="Event_146sl84"/>
- <userTask flowable:assignee="64" id="Activity_0m4ueh7" name="经办人审批">
- <incoming>Flow_16st7m7</incoming>
- <outgoing>Flow_0g9ia54</outgoing>
- </userTask>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_flow">
- <bpmndi:BPMNPlane bpmnElement="process_z8g7di14" id="123456">
- <bpmndi:BPMNEdge bpmnElement="Flow_0g9ia54" id="Flow_0g9ia54_di">
- <di:waypoint x="420" y="215"/>
- <di:waypoint x="472" y="215"/>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="Flow_16st7m7" id="Flow_16st7m7_di">
- <di:waypoint x="270" y="215"/>
- <di:waypoint x="320" y="215"/>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNShape bioc:stroke="" bpmnElement="startNode1" id="BPMNShape_startNode1">
- <omgdc:Bounds height="30" width="30" x="240" y="200"/>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14" width="22" x="243" y="237"/>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="Event_146sl84" id="Event_146sl84_di">
- <omgdc:Bounds height="36" width="36" x="472" y="197"/>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="Activity_0m4ueh7" id="Activity_024wmuu_di">
- <omgdc:Bounds height="80" width="100" x="320" y="175"/>
- </bpmndi:BPMNShape>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|