<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler">
  <bpmn:process id="Process_1" isExecutable="false">
    <bpmn:startEvent id="StartEvent_1" name="Start">
      <bpmn:outgoing>SequenceFlow_1</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:task id="Task_1" name="Task_1" default="SequenceFlow_6">
      <bpmn:incoming>SequenceFlow_1</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_2</bpmn:outgoing>
      <bpmn:outgoing>SequenceFlow_3</bpmn:outgoing>
      <bpmn:outgoing>SequenceFlow_6</bpmn:outgoing>
      <bpmn:outgoing>SequenceFlow_7</bpmn:outgoing>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_1" sourceRef="StartEvent_1" targetRef="Task_1" />
    <bpmn:endEvent id="EndEvent_1" name="End_1">
      <bpmn:incoming>SequenceFlow_5</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="SequenceFlow_2" sourceRef="Task_1" targetRef="Task_3">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${foo.id()}</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:task id="Task_2" name="Task_2">
      <bpmn:incoming>SequenceFlow_3</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_4</bpmn:outgoing>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_3" sourceRef="Task_1" targetRef="Task_2">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression" />
    </bpmn:sequenceFlow>
    <bpmn:endEvent id="EndEvent_2" name="End_2">
      <bpmn:incoming>SequenceFlow_4</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="SequenceFlow_4" sourceRef="Task_2" targetRef="EndEvent_2" />
    <bpmn:task id="Task_3" name="Task_3">
      <bpmn:incoming>SequenceFlow_2</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_5</bpmn:outgoing>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_5" sourceRef="Task_3" targetRef="EndEvent_1" />
    <bpmn:task id="Task_4" name="Task_4&#10;">
      <bpmn:incoming>SequenceFlow_6</bpmn:incoming>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_6" sourceRef="Task_1" targetRef="Task_4" />
    <bpmn:task id="Task_5" name="Task_5">
      <bpmn:incoming>SequenceFlow_7</bpmn:incoming>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_7" sourceRef="Task_1" targetRef="Task_5" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
        <dc:Bounds x="249" y="296" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="222" y="332" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_1_di" bpmnElement="Task_1">
        <dc:Bounds x="345" y="274" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1_di" bpmnElement="SequenceFlow_1">
        <di:waypoint xsi:type="dc:Point" x="285" y="314" />
        <di:waypoint xsi:type="dc:Point" x="345" y="314" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="270" y="304" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_1_di" bpmnElement="EndEvent_1">
        <dc:Bounds x="674" y="254" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="647" y="290" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_2_di" bpmnElement="SequenceFlow_2">
        <di:waypoint xsi:type="dc:Point" x="445" y="294" />
        <di:waypoint xsi:type="dc:Point" x="497" y="294" />
        <di:waypoint xsi:type="dc:Point" x="497" y="272" />
        <di:waypoint xsi:type="dc:Point" x="545" y="272" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="476" y="282" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Task_2_di" bpmnElement="Task_2">
        <dc:Bounds x="545" y="331" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_3_di" bpmnElement="SequenceFlow_3">
        <di:waypoint xsi:type="dc:Point" x="445" y="329" />
        <di:waypoint xsi:type="dc:Point" x="495" y="329" />
        <di:waypoint xsi:type="dc:Point" x="495" y="371" />
        <di:waypoint xsi:type="dc:Point" x="545" y="371" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="428" y="353.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_2_di" bpmnElement="EndEvent_2">
        <dc:Bounds x="674" y="353" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="647" y="389" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_4_di" bpmnElement="SequenceFlow_4">
        <di:waypoint xsi:type="dc:Point" x="645" y="371" />
        <di:waypoint xsi:type="dc:Point" x="674" y="371" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="597" y="403" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Task_3_di" bpmnElement="Task_3">
        <dc:Bounds x="545" y="232" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_5_di" bpmnElement="SequenceFlow_5">
        <di:waypoint xsi:type="dc:Point" x="645" y="272" />
        <di:waypoint xsi:type="dc:Point" x="674" y="272" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="660" y="262" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Task_0st0bh3_di" bpmnElement="Task_4">
        <dc:Bounds x="545" y="444" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0kqllgg_di" bpmnElement="SequenceFlow_6">
        <di:waypoint xsi:type="dc:Point" x="395" y="354" />
        <di:waypoint xsi:type="dc:Point" x="395" y="484" />
        <di:waypoint xsi:type="dc:Point" x="545" y="484" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="365" y="409" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Task_1rr5hdt_di" bpmnElement="Task_5">
        <dc:Bounds x="545" y="125" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1lrbrrt_di" bpmnElement="SequenceFlow_7">
        <di:waypoint xsi:type="dc:Point" x="395" y="274" />
        <di:waypoint xsi:type="dc:Point" x="395" y="165" />
        <di:waypoint xsi:type="dc:Point" x="545" y="165" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="365" y="209.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
