<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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:pm="http://processmaker.com/BPMN/2.0/Schema.xsd" xmlns:tns="http://sourceforge.net/bpmn/definitions/_1530553328908" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://bpmn.io/schema/bpmn" exporter="ProcessMaker Modeler" exporterVersion="1.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://bpmn.sourceforge.net/schemas/BPMN20.xsd">
  <bpmn:process id="ProcessId" name="ProcessName" isExecutable="true">
    <bpmn:startEvent id="node_1" name="Start Event" pm:allowInterstitial="false">
      <bpmn:outgoing>node_4</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:task id="node_2" name="Task 1" pm:screenRef="2" pm:allowInterstitial="false" pm:assignment="requester" pm:assignmentLock="false" pm:allowReassignment="false">
      <bpmn:incoming>node_4</bpmn:incoming>
      <bpmn:outgoing>node_7</bpmn:outgoing>
    </bpmn:task>
    <bpmn:sequenceFlow id="node_4" sourceRef="node_1" targetRef="node_2" />
    <bpmn:task id="node_5" name="Task 2 Loop" pm:screenRef="2" pm:allowInterstitial="false" pm:assignment="requester" pm:assignmentLock="false" pm:allowReassignment="false">
      <bpmn:incoming>node_7</bpmn:incoming>
      <bpmn:outgoing>node_10</bpmn:outgoing>
      <bpmn:standardLoopCharacteristics id="node_5_inner_1635174209456" loopMaximum="3">
        <bpmn:loopCondition id="node_5_inner_1635174209457">form_input_1=="exit"</bpmn:loopCondition>
      </bpmn:standardLoopCharacteristics>
    </bpmn:task>
    <bpmn:sequenceFlow id="node_7" sourceRef="node_2" targetRef="node_5" />
    <bpmn:task id="node_8" name="Task 3" pm:screenRef="2" pm:allowInterstitial="false" pm:assignment="requester" pm:assignmentLock="false" pm:allowReassignment="false">
      <bpmn:incoming>node_10</bpmn:incoming>
      <bpmn:outgoing>node_13</bpmn:outgoing>
    </bpmn:task>
    <bpmn:sequenceFlow id="node_10" sourceRef="node_5" targetRef="node_8" />
    <bpmn:endEvent id="node_11" name="End Event">
      <bpmn:incoming>node_13</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="node_13" sourceRef="node_8" targetRef="node_11" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagramId">
    <bpmndi:BPMNPlane id="BPMNPlaneId" bpmnElement="ProcessId">
      <bpmndi:BPMNShape id="node_1_di" bpmnElement="node_1">
        <dc:Bounds x="110" y="210" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="node_2_di" bpmnElement="node_2">
        <dc:Bounds x="205" y="190" width="116" height="76" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="node_4_di" bpmnElement="node_4">
        <di:waypoint x="128" y="228" />
        <di:waypoint x="263" y="228" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="node_5_di" bpmnElement="node_5">
        <dc:Bounds x="380" y="190" width="116" height="76" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="node_7_di" bpmnElement="node_7">
        <di:waypoint x="263" y="228" />
        <di:waypoint x="438" y="228" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="node_8_di" bpmnElement="node_8">
        <dc:Bounds x="555" y="190" width="116" height="76" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="node_10_di" bpmnElement="node_10">
        <di:waypoint x="438" y="228" />
        <di:waypoint x="613" y="228" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="node_11_di" bpmnElement="node_11">
        <dc:Bounds x="730" y="210" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="node_13_di" bpmnElement="node_13">
        <di:waypoint x="613" y="228" />
        <di:waypoint x="748" y="228" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
