<?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:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:custom="http://custom" id="_pHDz0KojEeOJhIBv1RySdg" targetNamespace="http://bpmn.io/schema/bpmn" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:process id="Process_1" isExecutable="false">
    <bpmn2:startEvent id="StartEvent_1" />
    <bpmn2:serviceTask id="ServiceTask_1" camunda:expression="BAR" camunda:resultVariable="resVar" />
    <bpmn2:businessRuleTask id="BusinessRuleTask_1" camunda:resultVariable="resVar" camunda:decisionRef="Bar" />
    <bpmn2:intermediateThrowEvent id="intermediateThrowEvent_1">
      <bpmn2:messageEventDefinition id="messageEventDefinition_1" camunda:expression="FOO" camunda:resultVariable="ThrowVar" />
    </bpmn2:intermediateThrowEvent>
    <bpmn2:serviceTask id="ServiceTask_external" camunda:type="external" camunda:topic="ShipmentProcessing" />
    <bpmn2:serviceTask id="ServiceTask_2" camunda:type="mail" />
    <bpmn2:endEvent id="EndEvent_1" />
    <bpmn2:endEvent id="END_MESSAGE">
      <bpmn2:messageEventDefinition camunda:type="external" camunda:topic="" />
    </bpmn2:endEvent>
    <bpmn2:sendTask id="BUSINESS_RULE_TASK" />
    <bpmn2:intermediateThrowEvent id="INTERMEDIATE_MESSAGE">
      <bpmn2:messageEventDefinition />
    </bpmn2:intermediateThrowEvent>
  </bpmn2:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_3" bpmnElement="StartEvent_1">
        <dc:Bounds x="124" y="148" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="142" y="189" width="0" height="1" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_1" bpmnElement="ServiceTask_1">
        <dc:Bounds x="260" y="146" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_BusinessRuleTask_1" bpmnElement="BusinessRuleTask_1">
        <dc:Bounds x="400" y="146" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_intermediateThrowEvent_1" bpmnElement="intermediateThrowEvent_1">
        <dc:Bounds x="540" y="146" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_external" bpmnElement="ServiceTask_external">
        <dc:Bounds x="820" y="146" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_2" bpmnElement="ServiceTask_2">
        <dc:Bounds x="820" y="146" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_1" bpmnElement="EndEvent_1">
        <dc:Bounds x="980" y="146" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0v7vcow_di" bpmnElement="END_MESSAGE">
        <dc:Bounds x="197" y="305" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="170" y="341" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SendTask_02uf2hy_di" bpmnElement="BUSINESS_RULE_TASK">
        <dc:Bounds x="269" y="283" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="IntermediateThrowEvent_191oat8_di" bpmnElement="INTERMEDIATE_MESSAGE">
        <dc:Bounds x="124" y="305" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="97" y="341" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>
