<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.40.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0" camunda:diagramRelationId="a4c947e3-86fd-4bb5-8f5b-925ca32adeb3">
  <bpmn:process id="Service_activator_id" name="Service_activator" isExecutable="true">
    <bpmn:endEvent id="openexchangerates_org_success_id" name="openexchangerates.org success">
      <bpmn:extensionElements>
        <zeebe:executionListeners>
          <zeebe:executionListener eventType="start" retries="0" type="Openexchangerates_org_success" />
        </zeebe:executionListeners>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_0brelkl</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:serviceTask id="fixer_io_id" name="fixer.io" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="12" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
      <bpmn:extensionElements>
        <zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
        <zeebe:ioMapping>
          <zeebe:input source="noAuth" target="authentication.type" />
          <zeebe:input source="GET" target="method" />
          <zeebe:input source="http://data.fixer.io/api/latest" target="url" />
          <zeebe:input source="={access_key:&#34;{{secrets.FIXER_IO_API_KEY}}&#34;}" target="queryParameters" />
          <zeebe:input source="=false" target="storeResponse" />
          <zeebe:input source="=20" target="connectionTimeoutInSeconds" />
          <zeebe:input source="=20" target="readTimeoutInSeconds" />
          <zeebe:input source="=false" target="ignoreNullValues" />
        </zeebe:ioMapping>
        <zeebe:taskHeaders>
          <zeebe:header key="elementTemplateVersion" value="12" />
          <zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
          <zeebe:header key="resultVariable" value="fixer" />
          <zeebe:header key="errorExpression" value="=if number(error.code) &#62; 299 then bpmnError(&#34;fixer_io_defect&#34;,&#34;fixer.io defect&#34;) else null" />
          <zeebe:header key="retryBackoff" value="PT0S" />
        </zeebe:taskHeaders>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_1rd7q0r</bpmn:incoming>
      <bpmn:outgoing>Flow_15mxunx</bpmn:outgoing>
      <bpmn:dataOutputAssociation id="DataOutputAssociation_1a2wq3x">
        <bpmn:targetRef>DataObjectReference_0t4xxxm</bpmn:targetRef>
      </bpmn:dataOutputAssociation>
    </bpmn:serviceTask>
    <bpmn:sequenceFlow id="Flow_16v8w12" sourceRef="Service_activator_start_id" targetRef="openexchangerates_org_id" />
    <bpmn:sequenceFlow id="Flow_1rd7q0r" sourceRef="openexchangerates_org_defect_id" targetRef="fixer_io_id" />
    <bpmn:serviceTask id="openexchangerates_org_id" name="openexchangerates.org" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="12" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
      <bpmn:extensionElements>
        <zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
        <zeebe:ioMapping>
          <zeebe:input source="noAuth" target="authentication.type" />
          <zeebe:input source="GET" target="method" />
          <zeebe:input source="http://openexchangerates.org/api/latest.json" target="url" />
          <zeebe:input source="={app_id:&#34;678cd96edd4b4f3eb637bf74ef8e0815&#34;}" target="queryParameters" />
          <zeebe:input source="=false" target="storeResponse" />
          <zeebe:input source="=20" target="connectionTimeoutInSeconds" />
          <zeebe:input source="=20" target="readTimeoutInSeconds" />
          <zeebe:input source="=false" target="ignoreNullValues" />
        </zeebe:ioMapping>
        <zeebe:taskHeaders>
          <zeebe:header key="elementTemplateVersion" value="12" />
          <zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
          <zeebe:header key="resultVariable" value="openexchangerates" />
          <zeebe:header key="resultExpression" value="={one_US_dollar_to_Moroccan_dirham: response.body.rates.MAD, timestamp: response.body.timestamp}" />
          <zeebe:header key="errorExpression" value="=if number(error.code) &#62; 299 then bpmnError(&#34;openexchangerates_org_defect&#34;,&#34;openexchangerates.org defect&#34;) else null" />
          <zeebe:header key="retryBackoff" value="PT0S" />
        </zeebe:taskHeaders>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_16v8w12</bpmn:incoming>
      <bpmn:outgoing>Flow_16m5a6y</bpmn:outgoing>
      <bpmn:dataOutputAssociation id="DataOutputAssociation_1sk5344">
        <bpmn:targetRef>DataObjectReference_1lskr6j</bpmn:targetRef>
      </bpmn:dataOutputAssociation>
    </bpmn:serviceTask>
    <bpmn:startEvent id="Service_activator_start_id" name="Service activator start">
      <bpmn:extensionElements>
        <zeebe:ioMapping>
          <zeebe:output source="=&#34;Franck Barbier&#34;" target="author" />
        </zeebe:ioMapping>
      </bpmn:extensionElements>
      <bpmn:outgoing>Flow_16v8w12</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:sequenceFlow id="Flow_16m5a6y" sourceRef="openexchangerates_org_id" targetRef="Service_activator_job_worker_example_id" />
    <bpmn:sequenceFlow id="Flow_0brelkl" sourceRef="Service_activator_job_worker_example_id" targetRef="openexchangerates_org_success_id" />
    <bpmn:scriptTask id="Service_activator_job_worker_example_id" name="Service activator (job worker example)">
      <bpmn:extensionElements>
        <zeebe:taskDefinition type="Service_activator_job_worker_example" />
        <zeebe:ioMapping>
          <zeebe:input source="=&#34;Plutôt bien...&#34;" target="Comment_ca_va_" />
        </zeebe:ioMapping>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_16m5a6y</bpmn:incoming>
      <bpmn:outgoing>Flow_0brelkl</bpmn:outgoing>
    </bpmn:scriptTask>
    <bpmn:dataObjectReference id="DataObjectReference_1lskr6j" name="{..., &#34;timestamp&#34;: 1761292801,&#10;  &#34;base&#34;: &#34;USD&#34;,&#10;  &#34;rates&#34;:{&#34;MAD&#34;: 9.237913, ...}}" dataObjectRef="DataObject_0t8ijzq" />
    <bpmn:dataObject id="DataObject_0t8ijzq" />
    <bpmn:endEvent id="fixer_io_success_id" name="fixer.io success">
      <bpmn:incoming>Flow_15mxunx</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="Flow_15mxunx" sourceRef="fixer_io_id" targetRef="fixer_io_success_id" />
    <bpmn:dataObjectReference id="DataObjectReference_0t4xxxm" name="{...,&#34;timestamp&#34;:1761557896,&#34;base&#34;:&#34;EUR&#34;,&#34;date&#34;:&#34;2025-10-27&#34;,&#34;rates&#34;:{&#34;MAD&#34;:10.723157,...}}" dataObjectRef="DataObject_1kn16jd" />
    <bpmn:dataObject id="DataObject_1kn16jd" />
    <bpmn:endEvent id="Service_activator_failure_id" name="Service activator failure">
      <bpmn:incoming>Flow_04vonck</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="Flow_04vonck" sourceRef="fixer_io_defect_id" targetRef="Service_activator_failure_id" />
    <bpmn:boundaryEvent id="fixer_io_defect_id" name="fixer.io defect" attachedToRef="fixer_io_id">
      <bpmn:outgoing>Flow_04vonck</bpmn:outgoing>
      <bpmn:errorEventDefinition id="ErrorEventDefinition_0szijg5" errorRef="Error_0z6s5nw" />
    </bpmn:boundaryEvent>
    <bpmn:boundaryEvent id="openexchangerates_org_defect_id" name="openexchangerates.org defect" attachedToRef="openexchangerates_org_id">
      <bpmn:outgoing>Flow_1rd7q0r</bpmn:outgoing>
      <bpmn:errorEventDefinition id="ErrorEventDefinition_16i4gxw" errorRef="Error_1fhu6jw" />
    </bpmn:boundaryEvent>
    <bpmn:group id="Group_037w9mf" categoryValueRef="CategoryValue_1hqxe0b" />
    <bpmn:textAnnotation id="TextAnnotation_10zgptk">
      <bpmn:text>https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors</bpmn:text>
    </bpmn:textAnnotation>
    <bpmn:association id="Association_1gfrau4" associationDirection="None" sourceRef="openexchangerates_org_defect_id" targetRef="TextAnnotation_10zgptk" />
    <bpmn:textAnnotation id="TextAnnotation_1g3w14w">
      <bpmn:text>http://openexchangerates.org/api/latest.json?app_id=678cd96edd4b4f3eb637bf74ef8e0815</bpmn:text>
    </bpmn:textAnnotation>
    <bpmn:association id="Association_16s97bq" associationDirection="None" sourceRef="openexchangerates_org_id" targetRef="TextAnnotation_1g3w14w" />
    <bpmn:textAnnotation id="TextAnnotation_0w15dka">
      <bpmn:text>http://data.fixer.io/api/latest?access_key=f9ae18a1a70ceef1bbf421ecf494ecb4</bpmn:text>
    </bpmn:textAnnotation>
    <bpmn:association id="Association_0eauaf8" associationDirection="None" sourceRef="fixer_io_id" targetRef="TextAnnotation_0w15dka" />
  </bpmn:process>
  <bpmn:category id="Category_02b0aix">
    <bpmn:categoryValue id="CategoryValue_1hqxe0b" value="https://docs.camunda.io/docs/components/connectors/use-connectors/" />
  </bpmn:category>
  <bpmn:error id="Error_1fhu6jw" name="openexchangerates.org defect" errorCode="openexchangerates_org_defect" />
  <bpmn:error id="Error_0z6s5nw" name="fixer.io defect" errorCode="fixer_io_defect" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Service_activator_id">
      <bpmndi:BPMNShape id="Event_1iir8qc_di" bpmnElement="openexchangerates_org_success_id">
        <dc:Bounds x="742" y="210" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="717" y="253" width="86" height="27" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1n0auwi_di" bpmnElement="fixer_io_id">
        <dc:Bounds x="760" y="310" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_06ujmks_di" bpmnElement="openexchangerates_org_id">
        <dc:Bounds x="390" y="188" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Service_activator_start_id">
        <dc:Bounds x="252" y="210" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="230" y="253" width="83" height="27" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_0sq77e8_di" bpmnElement="Service_activator_job_worker_example_id">
        <dc:Bounds x="590" y="188" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="DataObjectReference_1lskr6j_di" bpmnElement="DataObjectReference_1lskr6j">
        <dc:Bounds x="462" y="445" width="36" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="436" y="502" width="90" height="66" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_0pctt5l_di" bpmnElement="fixer_io_success_id">
        <dc:Bounds x="912" y="332" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="894" y="375" width="74" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="DataObjectReference_0t4xxxm_di" bpmnElement="DataObjectReference_0t4xxxm">
        <dc:Bounds x="972" y="165" width="36" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="947" y="222" width="87" height="80" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_0ghhflr_di" bpmnElement="Service_activator_failure_id">
        <dc:Bounds x="912" y="422" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="889" y="465" width="83" height="27" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Group_037w9mf_di" bpmnElement="Group_037w9mf">
        <dc:Bounds x="380" y="130" width="490" height="290" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="776" y="137" width="88" height="66" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="TextAnnotation_10zgptk_di" bpmnElement="TextAnnotation_10zgptk">
        <dc:Bounds x="440" y="80" width="482" height="30" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="TextAnnotation_1g3w14w_di" bpmnElement="TextAnnotation_1g3w14w">
        <dc:Bounds x="160" y="445" width="280" height="50" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="TextAnnotation_0w15dka_di" bpmnElement="TextAnnotation_0w15dka">
        <dc:Bounds x="670" y="490" width="440" height="30" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_1n7s5o0_di" bpmnElement="openexchangerates_org_defect_id">
        <dc:Bounds x="472" y="250" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="497" y="283" width="86" height="27" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_184qc6a_di" bpmnElement="fixer_io_defect_id">
        <dc:Bounds x="822" y="372" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="757" y="403" width="65" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="DataOutputAssociation_1a2wq3x_di" bpmnElement="DataOutputAssociation_1a2wq3x">
        <di:waypoint x="854" y="311" />
        <di:waypoint x="972" y="208" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_16v8w12_di" bpmnElement="Flow_16v8w12">
        <di:waypoint x="288" y="228" />
        <di:waypoint x="390" y="228" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1rd7q0r_di" bpmnElement="Flow_1rd7q0r">
        <di:waypoint x="490" y="286" />
        <di:waypoint x="490" y="350" />
        <di:waypoint x="760" y="350" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="DataOutputAssociation_1sk5344_di" bpmnElement="DataOutputAssociation_1sk5344">
        <di:waypoint x="445" y="268" />
        <di:waypoint x="474" y="445" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_16m5a6y_di" bpmnElement="Flow_16m5a6y">
        <di:waypoint x="490" y="228" />
        <di:waypoint x="590" y="228" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_0brelkl_di" bpmnElement="Flow_0brelkl">
        <di:waypoint x="690" y="228" />
        <di:waypoint x="742" y="228" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_15mxunx_di" bpmnElement="Flow_15mxunx">
        <di:waypoint x="860" y="350" />
        <di:waypoint x="912" y="350" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_04vonck_di" bpmnElement="Flow_04vonck">
        <di:waypoint x="840" y="408" />
        <di:waypoint x="840" y="440" />
        <di:waypoint x="912" y="440" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Association_1gfrau4_di" bpmnElement="Association_1gfrau4">
        <di:waypoint x="498" y="252" />
        <di:waypoint x="572" y="110" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Association_16s97bq_di" bpmnElement="Association_16s97bq">
        <di:waypoint x="400" y="268" />
        <di:waypoint x="225" y="445" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Association_0eauaf8_di" bpmnElement="Association_0eauaf8">
        <di:waypoint x="760" y="350" />
        <di:waypoint x="724" y="490" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>