<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions 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" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
  <bpmn:process id="Process_1" isExecutable="false">
    <bpmn:startEvent id="Start_1" name="Start" />
    <bpmn:parallelGateway id="Fork_1" name="Fork" />
    <bpmn:task id="Task_Top" name="Email Customer" />
    <bpmn:task id="Task_Mid" name="Update Inventory" />
    <bpmn:task id="Task_Bot" name="Charge Card" />
    <bpmn:parallelGateway id="Join_1" name="Join" />
    <bpmn:endEvent id="End_1" name="Finish" />
    <bpmn:sequenceFlow id="Flow_1" sourceRef="Start_1" targetRef="Fork_1" />
    <bpmn:sequenceFlow id="Flow_2" sourceRef="Fork_1" targetRef="Task_Top" />
    <bpmn:sequenceFlow id="Flow_3" sourceRef="Fork_1" targetRef="Task_Mid" />
    <bpmn:sequenceFlow id="Flow_4" sourceRef="Fork_1" targetRef="Task_Bot" />
    <bpmn:sequenceFlow id="Flow_5" sourceRef="Task_Top" targetRef="Join_1" />
    <bpmn:sequenceFlow id="Flow_6" sourceRef="Task_Mid" targetRef="Join_1" />
    <bpmn:sequenceFlow id="Flow_7" sourceRef="Task_Bot" targetRef="Join_1" />
    <bpmn:sequenceFlow id="Flow_8" sourceRef="Join_1" targetRef="End_1" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="Start_1_di" bpmnElement="Start_1">
        <dc:Bounds x="100" y="162" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="102" y="208" width="28" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Fork_1_di" bpmnElement="Fork_1">
        <dc:Bounds x="196" y="155" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="235" y="152" width="28" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Top_di" bpmnElement="Task_Top">
        <dc:Bounds x="306" y="20" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Mid_di" bpmnElement="Task_Mid">
        <dc:Bounds x="306" y="140" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Bot_di" bpmnElement="Task_Bot">
        <dc:Bounds x="306" y="260" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Join_1_di" bpmnElement="Join_1">
        <dc:Bounds x="466" y="155" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="505" y="152" width="28" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="End_1_di" bpmnElement="End_1">
        <dc:Bounds x="576" y="162" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="573" y="208" width="38" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Flow_2_di" bpmnElement="Flow_2">
        <di:waypoint x="221" y="155" />
        <di:waypoint x="221" y="60" />
        <di:waypoint x="306" y="60" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_3_di" bpmnElement="Flow_3">
        <di:waypoint x="246" y="180" />
        <di:waypoint x="306" y="180" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_4_di" bpmnElement="Flow_4">
        <di:waypoint x="221" y="205" />
        <di:waypoint x="221" y="300" />
        <di:waypoint x="306" y="300" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_8_di" bpmnElement="Flow_8">
        <di:waypoint x="516" y="180" />
        <di:waypoint x="576" y="180" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1_di" bpmnElement="Flow_1">
        <di:waypoint x="136" y="180" />
        <di:waypoint x="196" y="180" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_5_di" bpmnElement="Flow_5">
        <di:waypoint x="406" y="60" />
        <di:waypoint x="491" y="60" />
        <di:waypoint x="491" y="155" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_6_di" bpmnElement="Flow_6">
        <di:waypoint x="406" y="180" />
        <di:waypoint x="466" y="180" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_7_di" bpmnElement="Flow_7">
        <di:waypoint x="406" y="300" />
        <di:waypoint x="491" y="300" />
        <di:waypoint x="491" y="205" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
