<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.9.0-dev">
  <bpmn:process id="Process_1" isExecutable="false">
    <bpmn:serviceTask id="Task_A" name="A" camunda:modelerTemplate="a.task" camunda:async="true" />
    <bpmn:serviceTask id="Task_B" name="B" camunda:modelerTemplate="b.task" camunda:javaDelegate="foo.Bar" />
    <bpmn:userTask id="Task_C" name="C" />
    <bpmn:parallelGateway id="Gateway" />
    <bpmn:exclusiveGateway id="Gateway_MissingTemplate" camunda:modelerTemplate="some.gateway" />
    <bpmn:startEvent id="StartEvent_Template" camunda:modelerTemplate="start.event.other">
    </bpmn:startEvent>
    <bpmn:startEvent id="StartEvent_NoTemplate" />
    <bpmn:startEvent id="StartEvent_DefaultTemplate" camunda:modelerTemplate="start.event.default">
    </bpmn:startEvent>
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="Task_A_di" bpmnElement="Task_A">
        <dc:Bounds x="0" y="0" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_B_di" bpmnElement="Task_B">
        <dc:Bounds x="149" y="0" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_C_di" bpmnElement="Task_C">
        <dc:Bounds x="303" y="0" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ParallelGateway_1303ef9_di" bpmnElement="Gateway">
        <dc:Bounds x="457" y="15" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="482" y="65" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ExclusiveGateway_0cqbpp0_di" bpmnElement="Gateway_MissingTemplate" isMarkerVisible="true">
        <dc:Bounds x="561" y="15" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="586" y="65" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_0raftso_di" bpmnElement="StartEvent_Template">
        <dc:Bounds x="665" y="22" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="683" y="58" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_0e4fyyg_di" bpmnElement="StartEvent_NoTemplate">
        <dc:Bounds x="755" y="22" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="773" y="58" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_15gzuhn_di" bpmnElement="StartEvent_DefaultTemplate">
        <dc:Bounds x="840" y="22" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="858" y="58" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
