<?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" configuration="null">
        <bpmn:startEvent id="node_1" name="Start Event" configuration="null" advanced="null" startPermissions="null">
            <bpmn:outgoing>node_3</bpmn:outgoing>
        </bpmn:startEvent>
        <bpmn:task id="node_2" name="Task 1" pm:allowInterstitial="true" pm:assignment="requester">
            <bpmn:incoming>node_3</bpmn:incoming>
            <bpmn:outgoing>node_13</bpmn:outgoing>
        </bpmn:task>
        <bpmn:sequenceFlow id="node_3" name="New Sequence Flow" sourceRef="node_1" targetRef="node_2" pm:startEvent="" />
        <bpmn:task id="node_6" name="Task 2" pm:assignment="user" pm:assignedUsers="2" pm:assignedGroups="">
            <bpmn:incoming>node_13</bpmn:incoming>
            <bpmn:outgoing>node_14</bpmn:outgoing>
        </bpmn:task>
        <bpmn:scriptTask id="node_7" name="New Script Task" configuration="null" advanced="null">
            <bpmn:incoming>node_14</bpmn:incoming>
            <bpmn:outgoing>node_15</bpmn:outgoing>
        </bpmn:scriptTask>
        <bpmn:task id="node_9" name="Task 3" pm:assignment="requester">
            <bpmn:incoming>node_15</bpmn:incoming>
            <bpmn:outgoing>node_12</bpmn:outgoing>
        </bpmn:task>
        <bpmn:endEvent id="node_11" name="End Event" configuration="null" advanced="null">
            <bpmn:incoming>node_12</bpmn:incoming>
        </bpmn:endEvent>
        <bpmn:sequenceFlow id="node_12" name="New Sequence Flow" sourceRef="node_9" targetRef="node_11" pm:startEvent="" />
        <bpmn:sequenceFlow id="node_13" name="New Sequence Flow" sourceRef="node_2" targetRef="node_6" pm:startEvent="" />
        <bpmn:sequenceFlow id="node_14" name="New Sequence Flow" sourceRef="node_6" targetRef="node_7" pm:startEvent="" />
        <bpmn:sequenceFlow id="node_15" name="New Sequence Flow" sourceRef="node_7" targetRef="node_9" pm:startEvent="" />
    </bpmn:process>
    <bpmndi:BPMNDiagram id="BPMNDiagramId">
        <bpmndi:BPMNPlane id="BPMNPlaneId" bpmnElement="ProcessId">
            <bpmndi:BPMNShape id="node_1_di" bpmnElement="node_1">
                <dc:Bounds x="20" y="230" width="36" height="36" />
            </bpmndi:BPMNShape>
            <bpmndi:BPMNShape id="node_2_di" bpmnElement="node_2">
                <dc:Bounds x="120" y="210" width="116" height="76" />
            </bpmndi:BPMNShape>
            <bpmndi:BPMNEdge id="node_3_di" bpmnElement="node_3">
                <di:waypoint x="38" y="248" />
                <di:waypoint x="178.5" y="248" />
            </bpmndi:BPMNEdge>
            <bpmndi:BPMNShape id="node_6_di" bpmnElement="node_6">
                <dc:Bounds x="300" y="210" width="116" height="76" />
            </bpmndi:BPMNShape>
            <bpmndi:BPMNShape id="node_7_di" bpmnElement="node_7">
                <dc:Bounds x="480" y="210" width="116" height="76" />
            </bpmndi:BPMNShape>
            <bpmndi:BPMNShape id="node_9_di" bpmnElement="node_9">
                <dc:Bounds x="670" y="210" width="116" height="76" />
            </bpmndi:BPMNShape>
            <bpmndi:BPMNShape id="node_11_di" bpmnElement="node_11">
                <dc:Bounds x="850" y="230" width="36" height="36" />
            </bpmndi:BPMNShape>
            <bpmndi:BPMNEdge id="node_12_di" bpmnElement="node_12">
                <di:waypoint x="728" y="248" />
                <di:waypoint x="868" y="248" />
            </bpmndi:BPMNEdge>
            <bpmndi:BPMNEdge id="node_13_di" bpmnElement="node_13">
                <di:waypoint x="178" y="248" />
                <di:waypoint x="358" y="248" />
            </bpmndi:BPMNEdge>
            <bpmndi:BPMNEdge id="node_14_di" bpmnElement="node_14">
                <di:waypoint x="358" y="248" />
                <di:waypoint x="538" y="248" />
            </bpmndi:BPMNEdge>
            <bpmndi:BPMNEdge id="node_15_di" bpmnElement="node_15">
                <di:waypoint x="538" y="248" />
                <di:waypoint x="728" y="248" />
            </bpmndi:BPMNEdge>
        </bpmndi:BPMNPlane>
    </bpmndi:BPMNDiagram>
</bpmn:definitions>
