<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" 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">
  <bpmn:process id="Process_MailingAdmin" isExecutable="false">
    <bpmn:startEvent id="s_start" name="Нужна рассылка">
      <bpmn:outgoing>e1</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:userTask id="a_request" name="Запросить рассылку у бота">
      <bpmn:incoming>e1</bpmn:incoming>
      <bpmn:outgoing>e2</bpmn:outgoing>
    </bpmn:userTask>
    <bpmn:task id="sys_build" name="Собрать получателей и создать сделки">
      <bpmn:incoming>e2</bpmn:incoming>
      <bpmn:outgoing>e3</bpmn:outgoing>
    </bpmn:task>
    <bpmn:userTask id="a_check" name="Проверить текст рассылки">
      <bpmn:incoming>e3</bpmn:incoming>
      <bpmn:outgoing>e4</bpmn:outgoing>
    </bpmn:userTask>
    <bpmn:parallelGateway id="gw_upload" name="" gatewayDirection="Diverging">
      <bpmn:incoming>e4</bpmn:incoming>
      <bpmn:outgoing>e4a</bpmn:outgoing>
      <bpmn:outgoing>e4b</bpmn:outgoing>
      <bpmn:outgoing>e4c</bpmn:outgoing>
    </bpmn:parallelGateway>
    <bpmn:userTask id="up_wa" name="Загрузить картинку в Salebot WhatsApp">
      <bpmn:incoming>e4a</bpmn:incoming>
      <bpmn:outgoing>e4d</bpmn:outgoing>
    </bpmn:userTask>
    <bpmn:userTask id="up_tg" name="Загрузить картинку в Salebot Telegram">
      <bpmn:incoming>e4b</bpmn:incoming>
      <bpmn:outgoing>e4e</bpmn:outgoing>
    </bpmn:userTask>
    <bpmn:userTask id="up_max" name="Загрузить картинку в Salebot MAX">
      <bpmn:incoming>e4c</bpmn:incoming>
      <bpmn:outgoing>e4f</bpmn:outgoing>
    </bpmn:userTask>
    <bpmn:parallelGateway id="gw_upload_join" name="" gatewayDirection="Converging">
      <bpmn:incoming>e4d</bpmn:incoming>
      <bpmn:incoming>e4e</bpmn:incoming>
      <bpmn:incoming>e4f</bpmn:incoming>
      <bpmn:outgoing>e4g</bpmn:outgoing>
    </bpmn:parallelGateway>
    <bpmn:userTask id="a_launch" name="Запустить рассылку">
      <bpmn:incoming>e4g</bpmn:incoming>
      <bpmn:outgoing>e5</bpmn:outgoing>
    </bpmn:userTask>
    <bpmn:task id="sys_wa" name="Отправить в WhatsApp">
      <bpmn:incoming>e5</bpmn:incoming>
      <bpmn:outgoing>e6</bpmn:outgoing>
    </bpmn:task>
    <bpmn:exclusiveGateway id="gw_wa" name="Доставлено в WhatsApp?" gatewayDirection="Diverging" default="e8">
      <bpmn:incoming>e6</bpmn:incoming>
      <bpmn:outgoing>e7</bpmn:outgoing>
      <bpmn:outgoing>e8</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:intermediateThrowEvent id="ev_sent" name="Сообщение отправлено">
      <bpmn:incoming>e7</bpmn:incoming>
      <bpmn:incoming>e10</bpmn:incoming>
      <bpmn:incoming>e13</bpmn:incoming>
      <bpmn:outgoing>e15</bpmn:outgoing>
    </bpmn:intermediateThrowEvent>
    <bpmn:task id="sys_tg" name="Отправить в Telegram">
      <bpmn:incoming>e8</bpmn:incoming>
      <bpmn:outgoing>e9</bpmn:outgoing>
    </bpmn:task>
    <bpmn:exclusiveGateway id="gw_read" name="Сообщение прочитано?" gatewayDirection="Diverging" default="e17">
      <bpmn:incoming>e15</bpmn:incoming>
      <bpmn:outgoing>e16</bpmn:outgoing>
      <bpmn:outgoing>e17</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:exclusiveGateway id="gw_tg" name="Доставлено в Telegram?" gatewayDirection="Diverging" default="e11">
      <bpmn:incoming>e9</bpmn:incoming>
      <bpmn:outgoing>e10</bpmn:outgoing>
      <bpmn:outgoing>e11</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:userTask id="a_reply" name="Ответить клиенту">
      <bpmn:incoming>e16</bpmn:incoming>
      <bpmn:outgoing>e18</bpmn:outgoing>
    </bpmn:userTask>
    <bpmn:endEvent id="end_unread" name="Не прочитано — отказ">
      <bpmn:incoming>e17</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:task id="sys_max" name="Отправить в MAX">
      <bpmn:incoming>e11</bpmn:incoming>
      <bpmn:outgoing>e12</bpmn:outgoing>
    </bpmn:task>
    <bpmn:exclusiveGateway id="gw_target" name="Целевое действие достигнуто?" gatewayDirection="Diverging" default="e20">
      <bpmn:incoming>e18</bpmn:incoming>
      <bpmn:outgoing>e19</bpmn:outgoing>
      <bpmn:outgoing>e20</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:exclusiveGateway id="gw_max" name="Доставлено в MAX?" gatewayDirection="Diverging" default="e14">
      <bpmn:incoming>e12</bpmn:incoming>
      <bpmn:outgoing>e13</bpmn:outgoing>
      <bpmn:outgoing>e14</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:endEvent id="end_success" name="Сделка закрыта: успех">
      <bpmn:incoming>e19</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:endEvent id="end_reject" name="Сделка закрыта: отказ">
      <bpmn:incoming>e20</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:endEvent id="end_undeliv" name="Не доставлено — отказ">
      <bpmn:incoming>e14</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:textAnnotation id="ann_upload" name="Картинку грузим в Salebot отдельно для каждого мессенджера — иначе сообщение уйдёт без картинки" />
    <bpmn:textAnnotation id="ann_cascade" name="Канал не сработал — пробуем следующий: WhatsApp → Telegram → MAX" />
    <bpmn:textAnnotation id="ann_lifecycle" name="Цикл проходит по каждому сообщению рассылки отдельно" />
    <bpmn:sequenceFlow id="e1" sourceRef="s_start" targetRef="a_request" />
    <bpmn:sequenceFlow id="e2" sourceRef="a_request" targetRef="sys_build" />
    <bpmn:sequenceFlow id="e3" sourceRef="sys_build" targetRef="a_check" />
    <bpmn:sequenceFlow id="e4" sourceRef="a_check" targetRef="gw_upload" />
    <bpmn:sequenceFlow id="e4a" sourceRef="gw_upload" targetRef="up_wa" />
    <bpmn:sequenceFlow id="e4b" sourceRef="gw_upload" targetRef="up_tg" />
    <bpmn:sequenceFlow id="e4c" sourceRef="gw_upload" targetRef="up_max" />
    <bpmn:sequenceFlow id="e4d" sourceRef="up_wa" targetRef="gw_upload_join" />
    <bpmn:sequenceFlow id="e4e" sourceRef="up_tg" targetRef="gw_upload_join" />
    <bpmn:sequenceFlow id="e4f" sourceRef="up_max" targetRef="gw_upload_join" />
    <bpmn:sequenceFlow id="e4g" sourceRef="gw_upload_join" targetRef="a_launch" />
    <bpmn:sequenceFlow id="e5" sourceRef="a_launch" targetRef="sys_wa" />
    <bpmn:sequenceFlow id="e6" sourceRef="sys_wa" targetRef="gw_wa" />
    <bpmn:sequenceFlow id="e7" name="Да" sourceRef="gw_wa" targetRef="ev_sent">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">Да</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="e8" name="Нет" sourceRef="gw_wa" targetRef="sys_tg" />
    <bpmn:sequenceFlow id="e9" sourceRef="sys_tg" targetRef="gw_tg" />
    <bpmn:sequenceFlow id="e10" name="Да" sourceRef="gw_tg" targetRef="ev_sent">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">Да</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="e11" name="Нет" sourceRef="gw_tg" targetRef="sys_max" />
    <bpmn:sequenceFlow id="e12" sourceRef="sys_max" targetRef="gw_max" />
    <bpmn:sequenceFlow id="e13" name="Да" sourceRef="gw_max" targetRef="ev_sent">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">Да</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="e14" name="Нет" sourceRef="gw_max" targetRef="end_undeliv" />
    <bpmn:sequenceFlow id="e15" sourceRef="ev_sent" targetRef="gw_read" />
    <bpmn:sequenceFlow id="e16" name="Да" sourceRef="gw_read" targetRef="a_reply">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">Да</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="e17" name="Нет" sourceRef="gw_read" targetRef="end_unread" />
    <bpmn:sequenceFlow id="e18" sourceRef="a_reply" targetRef="gw_target" />
    <bpmn:sequenceFlow id="e19" name="Да" sourceRef="gw_target" targetRef="end_success">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">Да</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="e20" name="Нет" sourceRef="gw_target" targetRef="end_reject" />
    <bpmn:association id="as_upload" sourceRef="ann_upload" targetRef="gw_upload" />
    <bpmn:association id="as_cascade" sourceRef="ann_cascade" targetRef="gw_wa" />
    <bpmn:association id="as_lifecycle" sourceRef="ann_lifecycle" targetRef="ev_sent" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_MailingAdmin">
      <bpmndi:BPMNShape id="s_start_di" bpmnElement="s_start">
        <dc:Bounds x="12" y="52.5" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="-15" y="98.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="a_request_di" bpmnElement="a_request">
        <dc:Bounds x="128" y="31" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="sys_build_di" bpmnElement="sys_build">
        <dc:Bounds x="308" y="31" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="a_check_di" bpmnElement="a_check">
        <dc:Bounds x="488" y="31" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="gw_upload_di" bpmnElement="gw_upload">
        <dc:Bounds x="668" y="45.5" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="up_wa_di" bpmnElement="up_wa">
        <dc:Bounds x="798" y="12" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="up_tg_di" bpmnElement="up_tg">
        <dc:Bounds x="798" y="152" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="up_max_di" bpmnElement="up_max">
        <dc:Bounds x="783" y="292" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="gw_upload_join_di" bpmnElement="gw_upload_join">
        <dc:Bounds x="978" y="45.5" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="a_launch_di" bpmnElement="a_launch">
        <dc:Bounds x="1108" y="31" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="sys_wa_di" bpmnElement="sys_wa">
        <dc:Bounds x="1288" y="31" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="gw_wa_di" bpmnElement="gw_wa" isMarkerVisible="true">
        <dc:Bounds x="1468" y="45.5" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1448" y="105.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ev_sent_di" bpmnElement="ev_sent">
        <dc:Bounds x="2418" y="55.5" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2391" y="101.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="sys_tg_di" bpmnElement="sys_tg">
        <dc:Bounds x="1678" y="69" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="gw_read_di" bpmnElement="gw_read" isMarkerVisible="true">
        <dc:Bounds x="2534" y="48.5" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2514" y="108.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="gw_tg_di" bpmnElement="gw_tg" isMarkerVisible="true">
        <dc:Bounds x="1858" y="83.5" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1838" y="143.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="a_reply_di" bpmnElement="a_reply">
        <dc:Bounds x="2744" y="21" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="end_unread_di" bpmnElement="end_unread">
        <dc:Bounds x="2724" y="173.5" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2697" y="219.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="sys_max_di" bpmnElement="sys_max">
        <dc:Bounds x="2048" y="142" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="gw_target_di" bpmnElement="gw_target" isMarkerVisible="true">
        <dc:Bounds x="2924" y="35.5" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2904" y="95.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="gw_max_di" bpmnElement="gw_max" isMarkerVisible="true">
        <dc:Bounds x="2228" y="156.5" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2208" y="216.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="end_success_di" bpmnElement="end_success">
        <dc:Bounds x="3134" y="29.5" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="3107" y="75.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="end_reject_di" bpmnElement="end_reject">
        <dc:Bounds x="3114" y="150.5" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="3087" y="196.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="end_undeliv_di" bpmnElement="end_undeliv">
        <dc:Bounds x="2438" y="176.5" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2411" y="222.5" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="e1_di" bpmnElement="e1">
        <di:waypoint x="48" y="71" />
        <di:waypoint x="128" y="71" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e2_di" bpmnElement="e2">
        <di:waypoint x="228" y="71" />
        <di:waypoint x="308" y="71" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e3_di" bpmnElement="e3">
        <di:waypoint x="408" y="71" />
        <di:waypoint x="488" y="71" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e4_di" bpmnElement="e4">
        <di:waypoint x="588" y="71" />
        <di:waypoint x="668.5" y="71" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e4a_di" bpmnElement="e4a">
        <di:waypoint x="699.5" y="52" />
        <di:waypoint x="798" y="52" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e4b_di" bpmnElement="e4b">
        <di:waypoint x="717.5" y="71" />
        <di:waypoint x="717.5" y="192" />
        <di:waypoint x="798" y="192" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e4c_di" bpmnElement="e4c">
        <di:waypoint x="699.5" y="89" />
        <di:waypoint x="783" y="89" />
        <di:waypoint x="783" y="332" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e4d_di" bpmnElement="e4d">
        <di:waypoint x="898" y="52" />
        <di:waypoint x="996.5" y="52" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e4e_di" bpmnElement="e4e">
        <di:waypoint x="898" y="192" />
        <di:waypoint x="978.5" y="192" />
        <di:waypoint x="978.5" y="71" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e4f_di" bpmnElement="e4f">
        <di:waypoint x="883" y="332" />
        <di:waypoint x="996.5" y="332" />
        <di:waypoint x="996.5" y="89" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e4g_di" bpmnElement="e4g">
        <di:waypoint x="1027.5" y="71" />
        <di:waypoint x="1108" y="71" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e5_di" bpmnElement="e5">
        <di:waypoint x="1208" y="71" />
        <di:waypoint x="1288" y="71" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e6_di" bpmnElement="e6">
        <di:waypoint x="1388" y="71" />
        <di:waypoint x="1468.5" y="71" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e7_di" bpmnElement="e7">
        <di:waypoint x="1505.5" y="58" />
        <di:waypoint x="2426.8" y="58" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1955.7" y="45" width="21" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e8_di" bpmnElement="e8">
        <di:waypoint x="1505.5" y="83" />
        <di:waypoint x="1678" y="83" />
        <di:waypoint x="1678" y="109" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1578" y="70" width="27.5" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e9_di" bpmnElement="e9">
        <di:waypoint x="1778" y="109" />
        <di:waypoint x="1858.5" y="109" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e10_di" bpmnElement="e10">
        <di:waypoint x="1895.5" y="96" />
        <di:waypoint x="2418" y="96" />
        <di:waypoint x="2418" y="74" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2146.3" y="83" width="21" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e11_di" bpmnElement="e11">
        <di:waypoint x="1895.5" y="121" />
        <di:waypoint x="2048" y="121" />
        <di:waypoint x="2048" y="182" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1958" y="108" width="27.5" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e12_di" bpmnElement="e12">
        <di:waypoint x="2148" y="182" />
        <di:waypoint x="2228.5" y="182" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e13_di" bpmnElement="e13">
        <di:waypoint x="2265.5" y="169" />
        <di:waypoint x="2426.8" y="169" />
        <di:waypoint x="2426.8" y="89" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2335.7" y="156" width="21" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e14_di" bpmnElement="e14">
        <di:waypoint x="2265.5" y="194" />
        <di:waypoint x="2438" y="194" />
        <di:waypoint x="2438" y="195" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2338" y="181" width="27.5" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e15_di" bpmnElement="e15">
        <di:waypoint x="2454" y="74" />
        <di:waypoint x="2534.5" y="74" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e16_di" bpmnElement="e16">
        <di:waypoint x="2571.5" y="61" />
        <di:waypoint x="2744" y="61" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2647.3" y="48" width="21" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e17_di" bpmnElement="e17">
        <di:waypoint x="2571.5" y="86" />
        <di:waypoint x="2724" y="86" />
        <di:waypoint x="2724" y="192" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="2634" y="73" width="27.5" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e18_di" bpmnElement="e18">
        <di:waypoint x="2844" y="61" />
        <di:waypoint x="2924.5" y="61" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e19_di" bpmnElement="e19">
        <di:waypoint x="2961.5" y="48" />
        <di:waypoint x="3134" y="48" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="3037.3" y="35" width="21" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="e20_di" bpmnElement="e20">
        <di:waypoint x="2961.5" y="73" />
        <di:waypoint x="3114" y="73" />
        <di:waypoint x="3114" y="169" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="3024" y="60" width="27.5" height="16" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
