bpmn-js/test/fixtures/bpmn/collaboration-data-items.bpmn

82 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="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" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_pHDz0KojEeOJhIBv1RySdg" targetNamespace="http://bpmn.io/schema/bpmn">
<bpmn2:collaboration id="_Collaboration_2">
<bpmn2:participant id="Participant_2" name="Pool" processRef="Process_1"/>
<bpmn2:participant id="Participant_1" name="Pool" processRef="Process_2"/>
</bpmn2:collaboration>
<bpmn2:process id="Process_1" isExecutable="false">
<bpmn2:laneSet id="LaneSet_1" name="Lane Set 1">
<bpmn2:lane id="Lane_1" name="Lane 1">
<bpmn2:childLaneSet xsi:type="bpmn2:tLaneSet" id="LaneSet_2">
<bpmn2:lane id="Lane_2" name="Lane 2">
<bpmn2:flowNodeRef>SubProcess_1</bpmn2:flowNodeRef>
</bpmn2:lane>
<bpmn2:lane id="Lane_3" name="Lane 3"/>
</bpmn2:childLaneSet>
</bpmn2:lane>
</bpmn2:laneSet>
<bpmn2:dataStoreReference id="DataStoreReference_5" name="Data Store 1" dataStoreRef="DataStore_1"/>
<bpmn2:subProcess id="SubProcess_1">
<bpmn2:dataObject id="DataObject_1" name="Data Object 1"/>
<bpmn2:dataObjectReference id="DataObjectReference_1" name="Data Object 1" dataObjectRef="DataObject_1"/>
</bpmn2:subProcess>
<bpmn2:dataStoreReference id="DataStoreReference_6" name="Data Store 2" dataStoreRef="DataStore_2"/>
</bpmn2:process>
<bpmn2:process id="Process_2" isExecutable="false">
<bpmn2:ioSpecification id="InputOutputSpecification_1">
<bpmn2:dataInput id="DataInput_1"/>
<bpmn2:dataOutput id="DataOutput_1"/>
</bpmn2:ioSpecification>
</bpmn2:process>
<bpmn2:dataStore id="DataStore_1" name="Data Store 1"/>
<bpmn2:dataStore id="DataStore_2" name="Data Store 2"/>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="_Collaboration_2">
<bpmndi:BPMNShape id="_BPMNShape_Participant_2" bpmnElement="Participant_2" isHorizontal="true">
<dc:Bounds height="361.0" width="540.0" x="222.0" y="0.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_Participant_3" bpmnElement="Participant_1" isHorizontal="true">
<dc:Bounds height="100.0" width="600.0" x="222.0" y="415.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_Lane_2" bpmnElement="Lane_1" isHorizontal="true">
<dc:Bounds height="361.0" width="510.0" x="252.0" y="0.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_Lane_3" bpmnElement="Lane_2" isHorizontal="true">
<dc:Bounds height="253.0" width="480.0" x="282.0" y="0.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_Lane_4" bpmnElement="Lane_3" isHorizontal="true">
<dc:Bounds height="109.0" width="480.0" x="282.0" y="252.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_SubProcess_3" bpmnElement="SubProcess_1" isExpanded="true">
<dc:Bounds height="150.0" width="176.0" x="552.0" y="36.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_DataObjectReference_5" bpmnElement="DataObjectReference_1">
<dc:Bounds height="50.0" width="36.0" x="636.0" y="72.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="22.0" width="86.0" x="611.0" y="127.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_DataStoreReference_5" bpmnElement="DataStoreReference_5">
<dc:Bounds height="50.0" width="50.0" x="336.0" y="276.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="22.0" width="79.0" x="322.0" y="331.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_DataStoreReference_6" bpmnElement="DataStoreReference_6">
<dc:Bounds height="50.0" width="50.0" x="888.0" y="317.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="22.0" width="79.0" x="874.0" y="372.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_DataInput_5" bpmnElement="DataInput_1">
<dc:Bounds height="50.0" width="36.0" x="394.0" y="436.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_DataOutput_5" bpmnElement="DataOutput_1">
<dc:Bounds height="50.0" width="36.0" x="487.0" y="436.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="505.0" y="491.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>