<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="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:tns="http://sourceforge.net/bpmn/definitions/_1363693864276" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:yaoqiang="http://bpmn.sourceforge.net" exporter="Yaoqiang BPMN Editor" exporterVersion="2.1.25" expressionLanguage="http://www.w3.org/1999/XPath" id="_1363693864276" name="" targetNamespace="http://sourceforge.net/bpmn/definitions/_1363693864276" typeLanguage="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://bpmn.sourceforge.net/schemas/BPMN20.xsd">
  <process id="PROCESS_1" isClosed="false" isExecutable="true" processType="None">
    <bpmn:startEvent id="_2" isInterrupting="true" name="MyStart" parallelMultiple="false" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" >
      <outgoing>_4</outgoing>
    </bpmn:startEvent>
    <task completionQuantity=1 id="_3" isForCompensation="false" name="MyTask" startQuantity="1">
      <incoming>_4</incoming>
      <outgoing>_6</outgoing>
    </task>
    <sequenceFlow id="_4" name="flow1" sourceRef="_2" targetRef="_3"/>
    <endEvent id="_5" name="MyEnd">
      <incoming>_6</incoming>
    </endEvent>
    <sequenceFlow id="_6" name="flow2" sourceRef=_3 targetRef="_5"/>
  </process>
 </definitions>
