<?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" id="_o9zEIBsMEeWBwbKIgYGooQ" targetNamespace="http://activiti.org/bpmn" exporter="Camunda Modeler" exporterVersion="1.0.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:process id="Process_1" isExecutable="false">
    <bpmn2:inclusiveGateway id="InclusiveGateway_1">
      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
    </bpmn2:inclusiveGateway>
    <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1">
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
      <bpmn2:messageEventDefinition id="MessageEventDefinition_1" />
    </bpmn2:intermediateThrowEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="InclusiveGateway_1" targetRef="IntermediateThrowEvent_1" />
    <bpmn2:callActivity id="CallActivity_2">
      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="IntermediateThrowEvent_1" targetRef="CallActivity_2" />
    <bpmn2:serviceTask id="ServiceTask" camunda:asyncBefore="true">
      <bpmn2:extensionElements>
        <camunda:inputOutput>
          <camunda:inputParameter name="asd" />
        </camunda:inputOutput>
        <camunda:failedJobRetryTimeCycle>asd</camunda:failedJobRetryTimeCycle>
      </bpmn2:extensionElements>
    </bpmn2:serviceTask>
    <bpmn2:serviceTask id="ServiceTask2" camunda:asyncBefore="true">
      <bpmn2:extensionElements>
        <camunda:failedJobRetryTimeCycle>asd</camunda:failedJobRetryTimeCycle>
      </bpmn2:extensionElements>
    </bpmn2:serviceTask>
    <bpmn2:startEvent id="StartEvent_Timer" camunda:asyncBefore="true">
      <bpmn2:extensionElements>
        <camunda:failedJobRetryTimeCycle>R3/PT10S</camunda:failedJobRetryTimeCycle>
      </bpmn2:extensionElements>
      <bpmn2:timerEventDefinition />
    </bpmn2:startEvent>
  </bpmn2:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="_BPMNShape_InclusiveGateway_2" bpmnElement="InclusiveGateway_1">
        <dc:Bounds x="179" y="204" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="204" y="259" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_2" bpmnElement="IntermediateThrowEvent_1">
        <dc:Bounds x="279" y="211" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_InclusiveGateway_2" targetElement="_BPMNShape_IntermediateThrowEvent_2">
        <di:waypoint xsi:type="dc:Point" x="229" y="229" />
        <di:waypoint xsi:type="dc:Point" x="279" y="229" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_CallActivity_3" bpmnElement="CallActivity_2">
        <dc:Bounds x="365" y="189" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_IntermediateThrowEvent_2" targetElement="_BPMNShape_CallActivity_3">
        <di:waypoint xsi:type="dc:Point" x="315" y="229" />
        <di:waypoint xsi:type="dc:Point" x="365" y="229" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_2" bpmnElement="ServiceTask">
        <dc:Bounds x="515" y="189" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_3" bpmnElement="ServiceTask2">
        <dc:Bounds x="665" y="189" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_0pvutty_di" bpmnElement="StartEvent_Timer">
        <dc:Bounds x="186" y="330" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="159" y="366" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>
