<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:fox="http://www.camunda.com/fox" id="_GcxxcClBEeW1G85egYVLqw" targetNamespace="http://activiti.org/bpmn" exporter="camunda modeler" exporterVersion="2.7.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:process id="Process_1" isExecutable="false">
    <bpmn2:boundaryEvent id="BoundaryEvent" name="" attachedToRef="ServiceTask">
      <bpmn2:extensionElements>
        <fox:failedJobRetryTimeCycle>asd</fox:failedJobRetryTimeCycle>
        <camunda:failedJobRetryTimeCycle>asd</camunda:failedJobRetryTimeCycle>
      </bpmn2:extensionElements>
      <bpmn2:timerEventDefinition id="_TimerEventDefinition_3" />
    </bpmn2:boundaryEvent>
    <bpmn2:serviceTask id="ServiceTask" />
    <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent">
      <bpmn2:timerEventDefinition id="_TimerEventDefinition_2" />
    </bpmn2:intermediateCatchEvent>
    <bpmn2:serviceTask id="WITH_LISTENER" camunda:asyncBefore="true">
      <bpmn2:extensionElements>
        <camunda:executionListener class="foo" event="start" />
      </bpmn2:extensionElements>
    </bpmn2:serviceTask>
    <bpmn2:serviceTask id="WITH_LISTENER_AND_CYCLE" camunda:asyncBefore="true">
      <bpmn2:extensionElements>
        <camunda:executionListener class="foo" event="start" />
        <camunda:failedJobRetryTimeCycle>foo</camunda:failedJobRetryTimeCycle>
      </bpmn2:extensionElements>
    </bpmn2:serviceTask>
  </bpmn2:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="ServiceTask">
        <dc:Bounds x="24" y="12" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_2" bpmnElement="IntermediateThrowEvent">
        <dc:Bounds x="168" y="34" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="186" y="75" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_2" bpmnElement="BoundaryEvent">
        <dc:Bounds x="106" y="74" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="121" y="115" width="6" height="6" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_1hn0jp9_di" bpmnElement="WITH_LISTENER">
        <dc:Bounds x="24" y="177" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_0qfcd38_di" bpmnElement="WITH_LISTENER_AND_CYCLE">
        <dc:Bounds x="187" y="177" width="100" height="80" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>
