<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
  id="apostille-overseas-flow-defs" targetNamespace="https://xn--82czbx2bczd4fl8a.online/agent-workflow">
  <bpmn:collaboration id="apostille-overseas-flow-collab">
    <bpmn:participant id="client-agent" name="client-agent" processRef="apostille-overseas-flow-client-agent"/>
    <bpmn:participant id="notary" name="notary" processRef="apostille-overseas-flow-notary"/>
    <bpmn:participant id="mfa" name="mfa" processRef="apostille-overseas-flow-mfa"/>
    <bpmn:participant id="destination-embassy" name="destination-embassy" processRef="apostille-overseas-flow-destination-embassy"/>
    <bpmn:participant id="courier" name="courier" processRef="apostille-overseas-flow-courier"/>
  </bpmn:collaboration>
  <bpmn:process id="apostille-overseas-flow-client-agent" name="Apostille Overseas Flow (client-agent)" isExecutable="true">
    <bpmn:startEvent id="apostille-overseas-flow-client-agent-start"/>
    <bpmn:task id="apostille-overseas-flow-client-agent-task" name="Perform client-agent duties"/>
    <bpmn:endEvent id="apostille-overseas-flow-client-agent-end"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-client-agent-f1" sourceRef="apostille-overseas-flow-client-agent-start" targetRef="apostille-overseas-flow-client-agent-task"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-client-agent-f2" sourceRef="apostille-overseas-flow-client-agent-task" targetRef="apostille-overseas-flow-client-agent-end"/>
  </bpmn:process>
  <bpmn:process id="apostille-overseas-flow-notary" name="Apostille Overseas Flow (notary)" isExecutable="true">
    <bpmn:startEvent id="apostille-overseas-flow-notary-start"/>
    <bpmn:task id="apostille-overseas-flow-notary-task" name="Perform notary duties"/>
    <bpmn:endEvent id="apostille-overseas-flow-notary-end"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-notary-f1" sourceRef="apostille-overseas-flow-notary-start" targetRef="apostille-overseas-flow-notary-task"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-notary-f2" sourceRef="apostille-overseas-flow-notary-task" targetRef="apostille-overseas-flow-notary-end"/>
  </bpmn:process>
  <bpmn:process id="apostille-overseas-flow-mfa" name="Apostille Overseas Flow (mfa)" isExecutable="true">
    <bpmn:startEvent id="apostille-overseas-flow-mfa-start"/>
    <bpmn:task id="apostille-overseas-flow-mfa-task" name="Perform mfa duties"/>
    <bpmn:endEvent id="apostille-overseas-flow-mfa-end"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-mfa-f1" sourceRef="apostille-overseas-flow-mfa-start" targetRef="apostille-overseas-flow-mfa-task"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-mfa-f2" sourceRef="apostille-overseas-flow-mfa-task" targetRef="apostille-overseas-flow-mfa-end"/>
  </bpmn:process>
  <bpmn:process id="apostille-overseas-flow-destination-embassy" name="Apostille Overseas Flow (destination-embassy)" isExecutable="true">
    <bpmn:startEvent id="apostille-overseas-flow-destination-embassy-start"/>
    <bpmn:task id="apostille-overseas-flow-destination-embassy-task" name="Perform destination-embassy duties"/>
    <bpmn:endEvent id="apostille-overseas-flow-destination-embassy-end"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-destination-embassy-f1" sourceRef="apostille-overseas-flow-destination-embassy-start" targetRef="apostille-overseas-flow-destination-embassy-task"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-destination-embassy-f2" sourceRef="apostille-overseas-flow-destination-embassy-task" targetRef="apostille-overseas-flow-destination-embassy-end"/>
  </bpmn:process>
  <bpmn:process id="apostille-overseas-flow-courier" name="Apostille Overseas Flow (courier)" isExecutable="true">
    <bpmn:startEvent id="apostille-overseas-flow-courier-start"/>
    <bpmn:task id="apostille-overseas-flow-courier-task" name="Perform courier duties"/>
    <bpmn:endEvent id="apostille-overseas-flow-courier-end"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-courier-f1" sourceRef="apostille-overseas-flow-courier-start" targetRef="apostille-overseas-flow-courier-task"/>
    <bpmn:sequenceFlow id="apostille-overseas-flow-courier-f2" sourceRef="apostille-overseas-flow-courier-task" targetRef="apostille-overseas-flow-courier-end"/>
  </bpmn:process>
</bpmn:definitions>
