bpmn-js/test/spec/features/drilldown/legacy-subprocesses.bpmn

79 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions 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" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0763oqv" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.8.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="Process_0vkcvif" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" />
<bpmn:subProcess id="inlineSubprocess">
<bpmn:property id="Property_0baelcu" name="__targetRef_placeholder" />
<bpmn:dataInputAssociation id="DataInputAssociation_1">
<bpmn:sourceRef>DataObjectReference_0kmm4fv</bpmn:sourceRef>
<bpmn:targetRef>Property_0baelcu</bpmn:targetRef>
</bpmn:dataInputAssociation>
<bpmn:dataOutputAssociation id="DataOutputAssociation_1">
<bpmn:targetRef>DataObjectReference_0kmm4fv</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:startEvent id="Event_0lrpy3a">
<bpmn:outgoing>Flow_0obnxbt</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0obnxbt" sourceRef="Event_0lrpy3a" targetRef="inlineSubprocess_2" />
<bpmn:endEvent id="Event_1ic2bhx">
<bpmn:incoming>Flow_1d6ajf7</bpmn:incoming>
</bpmn:endEvent>
<bpmn:subProcess id="inlineSubprocess_2">
<bpmn:incoming>Flow_0obnxbt</bpmn:incoming>
<bpmn:outgoing>Flow_1d6ajf7</bpmn:outgoing>
<bpmn:startEvent id="subprocess_startEvent" />
</bpmn:subProcess>
<bpmn:sequenceFlow id="Flow_1d6ajf7" sourceRef="inlineSubprocess_2" targetRef="Event_1ic2bhx" />
</bpmn:subProcess>
<bpmn:subProcess id="emptyProcess" />
<bpmn:dataObjectReference id="DataObjectReference_0kmm4fv" dataObjectRef="DataObject_0zfveu8" />
<bpmn:dataObject id="DataObject_0zfveu8" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0vkcvif">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataObjectReference_0kmm4fv_di" bpmnElement="DataObjectReference_0kmm4fv">
<dc:Bounds x="572" y="515" width="36" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="inlineSubprocess_di" bpmnElement="inlineSubprocess">
<dc:Bounds x="220" y="50" width="720" height="380" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="DataInputAssociation_1_di" bpmnElement="DataInputAssociation_1">
<di:waypoint x="608" y="526" />
<di:waypoint x="730" y="430" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_1_di" bpmnElement="DataOutputAssociation_1">
<di:waypoint x="425" y="430" />
<di:waypoint x="572" y="527" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1d6ajf7_di" bpmnElement="Flow_1d6ajf7">
<di:waypoint x="740" y="240" />
<di:waypoint x="782" y="240" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0obnxbt_di" bpmnElement="Flow_0obnxbt">
<di:waypoint x="308" y="240" />
<di:waypoint x="350" y="240" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_0lrpy3a_di" bpmnElement="Event_0lrpy3a">
<dc:Bounds x="272" y="222" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1ic2bhx_di" bpmnElement="Event_1ic2bhx">
<dc:Bounds x="782" y="222" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="inlineSubprocess_2_di" bpmnElement="inlineSubprocess_2">
<dc:Bounds x="350" y="120" width="390" height="240" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="subprocess_startEvent_di" bpmnElement="subprocess_startEvent">
<dc:Bounds x="410" y="222" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1hpaeri_di" bpmnElement="emptyProcess">
<dc:Bounds x="960" y="50" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ignored_di">
<dc:Bounds x="0" y="0" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>