|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<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" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_o9zEIBsMEeWBwbKIgYGooQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="camunda modeler" exporterVersion="2.7.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
| 3 | + <bpmn2:collaboration id="_Collaboration_2"> |
| 4 | + <bpmn2:participant id="_Participant_2" name="Pool" processRef="Process_1" /> |
| 5 | + <bpmn2:participant id="Participant_1" name="Pool" processRef="Process_2" /> |
| 6 | + <bpmn2:participant id="Participant_Empty" name="Collapsed Pool" /> |
| 7 | + </bpmn2:collaboration> |
| 8 | + <bpmn2:process id="Process_1" name="Process 1" isExecutable="false"> |
| 9 | + <bpmn2:startEvent id="StartEvent_1"> |
| 10 | + <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 11 | + </bpmn2:startEvent> |
| 12 | + <bpmn2:endEvent id="EndEvent_1"> |
| 13 | + <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 14 | + </bpmn2:endEvent> |
| 15 | + <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="StartEvent_1" targetRef="EndEvent_1" /> |
| 16 | + </bpmn2:process> |
| 17 | + <bpmn2:process id="Process_2" name="Process 2" isExecutable="false"> |
| 18 | + <bpmn2:startEvent id="StartEvent_2"> |
| 19 | + <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 20 | + </bpmn2:startEvent> |
| 21 | + <bpmn2:endEvent id="EndEvent_2"> |
| 22 | + <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 23 | + </bpmn2:endEvent> |
| 24 | + <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_2" targetRef="EndEvent_2" /> |
| 25 | + </bpmn2:process> |
| 26 | + <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 27 | + <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="_Collaboration_2"> |
| 28 | + <bpmndi:BPMNShape id="_BPMNShape_Participant_2" bpmnElement="_Participant_2" isHorizontal="true"> |
| 29 | + <dc:Bounds x="84" y="24" width="540" height="215" /> |
| 30 | + </bpmndi:BPMNShape> |
| 31 | + <bpmndi:BPMNShape id="_BPMNShape_Participant_3" bpmnElement="Participant_1" isHorizontal="true"> |
| 32 | + <dc:Bounds x="84" y="276" width="540" height="181" /> |
| 33 | + </bpmndi:BPMNShape> |
| 34 | + <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 35 | + <dc:Bounds x="182" y="119" width="36" height="36" /> |
| 36 | + </bpmndi:BPMNShape> |
| 37 | + <bpmndi:BPMNShape id="_BPMNShape_StartEvent_3" bpmnElement="StartEvent_2"> |
| 38 | + <dc:Bounds x="172" y="355" width="36" height="36" /> |
| 39 | + </bpmndi:BPMNShape> |
| 40 | + <bpmndi:BPMNShape id="_BPMNShape_EndEvent_2" bpmnElement="EndEvent_1"> |
| 41 | + <dc:Bounds x="268" y="119" width="36" height="36" /> |
| 42 | + </bpmndi:BPMNShape> |
| 43 | + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_StartEvent_2" targetElement="_BPMNShape_EndEvent_2"> |
| 44 | + <di:waypoint xsi:type="dc:Point" x="218" y="137" /> |
| 45 | + <di:waypoint xsi:type="dc:Point" x="268" y="137" /> |
| 46 | + </bpmndi:BPMNEdge> |
| 47 | + <bpmndi:BPMNShape id="_BPMNShape_EndEvent_3" bpmnElement="EndEvent_2"> |
| 48 | + <dc:Bounds x="258" y="355" width="36" height="36" /> |
| 49 | + </bpmndi:BPMNShape> |
| 50 | + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_3" targetElement="_BPMNShape_EndEvent_3"> |
| 51 | + <di:waypoint xsi:type="dc:Point" x="208" y="373" /> |
| 52 | + <di:waypoint xsi:type="dc:Point" x="258" y="373" /> |
| 53 | + </bpmndi:BPMNEdge> |
| 54 | + <bpmndi:BPMNShape id="Participant_1k4fdpr_di" bpmnElement="Participant_Empty"> |
| 55 | + <dc:Bounds x="83.5" y="498" width="541" height="112" /> |
| 56 | + </bpmndi:BPMNShape> |
| 57 | + </bpmndi:BPMNPlane> |
| 58 | + </bpmndi:BPMNDiagram> |
| 59 | +</bpmn2:definitions> |
0 commit comments