<?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0o39wx5" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
  <bpmn:process id="sample" name="Simple process" isExecutable="true">
    <bpmn:sequenceFlow id="Flow_0racrhj" sourceRef="beginPipeline" targetRef="firstDelegate" />
    <bpmn:serviceTask id="firstDelegate" name="First Delegate" camunda:asyncBefore="true" camunda:asyncAfter="true" camunda:class="com.test.delegates.FirstDelegate">
      <bpmn:extensionElements>
        <camunda:failedJobRetryTimeCycle>R0/PT5M</camunda:failedJobRetryTimeCycle>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_0racrhj</bpmn:incoming>
      <bpmn:outgoing>Flow_13usv14</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:serviceTask id="secondDelegate" name="Second Delegate" camunda:asyncBefore="true" camunda:asyncAfter="true" camunda:class="com.test.delegates.FirstDelegate">
      <bpmn:extensionElements>
        <camunda:failedJobRetryTimeCycle>R0/PT5M</camunda:failedJobRetryTimeCycle>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_13usv14</bpmn:incoming>
      <bpmn:outgoing>Flow_01vhzys</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:endEvent id="Event_07ggsjf">
      <bpmn:incoming>Flow_01vhzys</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:startEvent id="beginPipeline" name="Begin Process">
      <bpmn:outgoing>Flow_0racrhj</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:sequenceFlow id="Flow_13usv14" sourceRef="firstDelegate" targetRef="secondDelegate" />
    <bpmn:sequenceFlow id="Flow_01vhzys" sourceRef="secondDelegate" targetRef="Event_07ggsjf" />
  </bpmn:process>
  <bpmn:error id="Error_02p6lzd" name="PORT_ERROR" errorCode="400" camunda:errorMessage="The port creation check has failed, exiting orchestration" />
  <bpmn:error id="Error_00mqhi4" name="WirelessApnError" errorCode="400" camunda:errorMessage="There was an error while trying to create WAPN" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="sample">
      <bpmndi:BPMNEdge id="Flow_01vhzys_di" bpmnElement="Flow_01vhzys">
        <di:waypoint x="630" y="117" />
        <di:waypoint x="732" y="117" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_13usv14_di" bpmnElement="Flow_13usv14">
        <di:waypoint x="400" y="117" />
        <di:waypoint x="530" y="117" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_0racrhj_di" bpmnElement="Flow_0racrhj">
        <di:waypoint x="188" y="117" />
        <di:waypoint x="300" y="117" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Activity_0jx976g_di" bpmnElement="firstDelegate">
        <dc:Bounds x="300" y="77" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_10ek251_di" bpmnElement="secondDelegate">
        <dc:Bounds x="530" y="77" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_07ggsjf_di" bpmnElement="Event_07ggsjf">
        <dc:Bounds x="732" y="99" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="beginPipeline">
        <dc:Bounds x="152" y="99" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="135" y="142" width="71" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
