bpxe 0.2.1

Business Process eXecution Engine
<?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_02cyjuo" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.4.0">
  <bpmn:process id="proc1" isExecutable="true">
    <bpmn:startEvent id="start">
      <bpmn:outgoing>Flow_0mbdvbq</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:endEvent id="end">
      <bpmn:incoming>Flow_0mbdvbq</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="Flow_0mbdvbq" sourceRef="start" targetRef="end" />
    <bpmn:textAnnotation id="TextAnnotation_0r4y9re">
      <bpmn:text>Just testing that start will flow to end</bpmn:text>
    </bpmn:textAnnotation>
    <bpmn:association id="Association_0ccliz0" sourceRef="start" targetRef="TextAnnotation_0r4y9re" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="proc1">
      <bpmndi:BPMNShape id="TextAnnotation_0r4y9re_di" bpmnElement="TextAnnotation_0r4y9re">
        <dc:Bounds x="220" y="80" width="267" height="30" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Flow_0mbdvbq_di" bpmnElement="Flow_0mbdvbq">
        <di:waypoint x="215" y="187" />
        <di:waypoint x="272" y="187" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="start">
        <dc:Bounds x="179" y="169" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_0mneyl9_di" bpmnElement="end">
        <dc:Bounds x="272" y="169" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Association_0ccliz0_di" bpmnElement="Association_0ccliz0">
        <di:waypoint x="208" y="173" />
        <di:waypoint x="258" y="110" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>