<?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"
                   xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" xmlns:custom="http://custom"
                   xmlns:camunda="http://camunda.org/bpmn" id="_pHDz0KojEeOJhIBv1RySdg" targetNamespace="http://bpmn.io/schema/bpmn">
  <bpmn2:process id="Process_1" isExecutable="false">
    <bpmn2:startEvent id="StartEvent_1">
        <bpmn2:messageEventDefinition id="messageEventDefinition_Start"/>
    </bpmn2:startEvent>
    <bpmn2:serviceTask id="ServiceTask_1" camunda:expression="BAR" camunda:resultVariable="resVar"/>
    <bpmn2:sendTask id="SendTask_1" camunda:expression="BAR" camunda:resultVariable="resVar"/>
    <bpmn2:scriptTask id="ScriptTask_1" camunda:resultVariable="resVar">
        <bpmn2:script>#{echo}</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:businessRuleTask id="BusinessRuleTask_1" camunda:expression="BAR" camunda:resultVariable="resVar"/>
    <bpmn2:intermediateThrowEvent id="intermediateThrowEvent_1">
        <bpmn2:messageEventDefinition id="messageEventDefinition_1" camunda:expression="FOO" camunda:resultVariable="ThrowVar"/>
    </bpmn2:intermediateThrowEvent>
    <bpmn2:endEvent id="EndEvent_1">
      <bpmn2:messageEventDefinition id="messageEventDefinition_2" camunda:expression="FOO" camunda:resultVariable="EndVar"/>
    </bpmn2:endEvent>
    <bpmn2:endEvent id="EndEvent_Error">
      <bpmn2:errorEventDefinition id="errorEventDefinition_Error" />
    </bpmn2:endEvent>
    <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_Signal">
      <bpmn2:signalEventDefinition id="signalEventDefinition_Signal" />
    </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 height="36.0" width="36.0" x="124.0" y="148.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="1.0" width="0.0" x="142.0" y="189.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_2" bpmnElement="ServiceTask_1">
        <dc:Bounds height="80.0" width="100.0" x="260.0" y="146.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_SendTask_1" bpmnElement="SendTask_1">
        <dc:Bounds height="80.0" width="100.0" x="400.0" y="146.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_1" bpmnElement="ScriptTask_1">
        <dc:Bounds height="80.0" width="100.0" x="540.0" y="146.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_BusinessRuleTask_1" bpmnElement="BusinessRuleTask_1">
        <dc:Bounds height="80.0" width="100.0" x="700.0" y="146.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_intermediateThrowEvent_1" bpmnElement="intermediateThrowEvent_1">
        <dc:Bounds height="36.0" width="36.0" x="820.0" y="146.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_1" bpmnElement="EndEvent_1">
        <dc:Bounds height="36.0" width="36.0" x="900.0" y="146.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_Error" bpmnElement="EndEvent_Error">
        <dc:Bounds height="36.0" width="36.0" x="124.0" y="240.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_Signal" bpmnElement="IntermediateThrowEvent_Signal">
        <dc:Bounds height="36.0" width="36.0" x="260.0" y="240.0"/>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>