<?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" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.2.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:collaboration id="Collaboration_0uk1uyq">
    <bpmn2:participant id="Participant_With_Props" name="Participant_With_Props" processRef="Process_1" />
    <bpmn2:participant id="Participant_Without_Props" name="Participant_Without_Props" processRef="Process_2" />
    <bpmn2:participant id="Participant_With_Listener_And_Props" name="Participant_With_Listener_And_Props" processRef="Process_3" />
    <bpmn2:participant id="Participant_Without_Process" />
  </bpmn2:collaboration>
  <bpmn2:process id="Process_1" isExecutable="false">
    <bpmn2:extensionElements>
      <camunda:properties>
        <camunda:property name="nameOne" value="valueOne" />
        <camunda:property name="nameTwo" value="valueTwo" />
      </camunda:properties>
    </bpmn2:extensionElements>
    <bpmn2:startEvent id="StartEvent_1">
      <bpmn2:outgoing>SequenceFlow_0ycpex4</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:task id="Task_176xcv4">
      <bpmn2:incoming>SequenceFlow_0ycpex4</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_19zd5tj</bpmn2:outgoing>
    </bpmn2:task>
    <bpmn2:sequenceFlow id="SequenceFlow_0ycpex4" sourceRef="StartEvent_1" targetRef="Task_176xcv4" />
    <bpmn2:endEvent id="EndEvent_115zlfe">
      <bpmn2:incoming>SequenceFlow_19zd5tj</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_19zd5tj" sourceRef="Task_176xcv4" targetRef="EndEvent_115zlfe" />
  </bpmn2:process>
  <bpmn2:process id="Process_2" isExecutable="false" />
  <bpmn2:process id="Process_3" isExecutable="false">
    <bpmn2:extensionElements>
      <camunda:properties>
        <camunda:property name="foo" value="bar" />
      </camunda:properties>
      <camunda:executionListener class="abc" event="start" />
    </bpmn2:extensionElements>
  </bpmn2:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0uk1uyq">
      <bpmndi:BPMNShape id="Participant_09x59yd_di" bpmnElement="Participant_With_Props">
        <dc:Bounds x="79" y="220" width="600" height="250" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
        <dc:Bounds x="162" y="314" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="135" y="350" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_176xcv4_di" bpmnElement="Task_176xcv4">
        <dc:Bounds x="250" y="292" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0ycpex4_di" bpmnElement="SequenceFlow_0ycpex4">
        <di:waypoint xsi:type="dc:Point" x="198" y="332" />
        <di:waypoint xsi:type="dc:Point" x="250" y="332" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="179" y="307" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_115zlfe_di" bpmnElement="EndEvent_115zlfe">
        <dc:Bounds x="402" y="314" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="375" y="350" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_19zd5tj_di" bpmnElement="SequenceFlow_19zd5tj">
        <di:waypoint xsi:type="dc:Point" x="350" y="332" />
        <di:waypoint xsi:type="dc:Point" x="402" y="332" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="331" y="307" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Participant_135clk3_di" bpmnElement="Participant_Without_Props">
        <dc:Bounds x="79" y="498" width="600" height="250" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Participant_0pqaryt_di" bpmnElement="Participant_With_Listener_And_Props">
        <dc:Bounds x="79.215892053973" y="793.7421289355323" width="600" height="250" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Participant_1uu5a5y_di" bpmnElement="Participant_Without_Process">
        <dc:Bounds x="80" y="1088" width="597" height="60" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>
