<?xml version='1.0' encoding='UTF-8'?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn"
             xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
             xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI"
             typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath"
             targetNamespace="http://www.activiti.org/processdef" xmlns:modeler="http://activiti.com/modeler"
             modeler:version="1.0en" modeler:exportDateTime="20200507115134068" modeler:modelId="1"
             modeler:modelVersion="2" modeler:modelLastUpdated="1588845077891">
  <process id="foia-extension-fulfill-process" name="foia-extension-fulfill-process" isExecutable="true">
    <documentation>This business process runs when the FOIA request enters the Fulfill queue.</documentation>
    <startEvent id="startEvent1">
      <extensionElements>
        <modeler:editor-resource-id><![CDATA[startEvent1]]></modeler:editor-resource-id>
      </extensionElements>
    </startEvent>
    <sequenceFlow id="sid-A1A80BC3-B3F3-472A-8187-6EF2428E1D51" sourceRef="startEvent1" targetRef="sid-F88A33F4-A31E-43B6-A65C-0921762C023D">
      <extensionElements>
        <modeler:editor-resource-id><![CDATA[sid-A1A80BC3-B3F3-472A-8187-6EF2428E1D51]]></modeler:editor-resource-id>
      </extensionElements>
    </sequenceFlow>
    <serviceTask id="sid-F88A33F4-A31E-43B6-A65C-0921762C023D" name="Place FOIA Request in Fulfill queue" activiti:expression="#{queueCaseService.enqueue(OBJECT_ID, 'Fulfill')}">
      <extensionElements>
        <modeler:editor-resource-id><![CDATA[sid-F88A33F4-A31E-43B6-A65C-0921762C023D]]></modeler:editor-resource-id>
      </extensionElements>
    </serviceTask>
    <endEvent id="sid-2158CAAD-78C1-465F-B109-70C2FCF1FF39">
      <extensionElements>
        <modeler:editor-resource-id><![CDATA[sid-2158CAAD-78C1-465F-B109-70C2FCF1FF39]]></modeler:editor-resource-id>
      </extensionElements>
    </endEvent>
    <serviceTask id="sid-71F59272-D1D8-4F45-925A-8123AFA15CB0" name="Send Mail To Notification Group" activiti:expression="#{foiaExecutiveGroupNotificationService.sendFulfillEmailNotification(OBJECT_ID)}">
      <extensionElements>
        <modeler:editor-resource-id><![CDATA[sid-71F59272-D1D8-4F45-925A-8123AFA15CB0]]></modeler:editor-resource-id>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-9CC4EEEB-90ED-4DEC-9FBC-0F27FC1CE629" sourceRef="sid-F88A33F4-A31E-43B6-A65C-0921762C023D" targetRef="sid-71F59272-D1D8-4F45-925A-8123AFA15CB0">
      <extensionElements>
        <modeler:editor-resource-id><![CDATA[sid-9CC4EEEB-90ED-4DEC-9FBC-0F27FC1CE629]]></modeler:editor-resource-id>
      </extensionElements>
    </sequenceFlow>
    <sequenceFlow id="sid-FB40F853-910C-413E-AED5-13E576D25B3E" sourceRef="sid-71F59272-D1D8-4F45-925A-8123AFA15CB0" targetRef="sid-2158CAAD-78C1-465F-B109-70C2FCF1FF39">
      <extensionElements>
        <modeler:editor-resource-id><![CDATA[sid-FB40F853-910C-413E-AED5-13E576D25B3E]]></modeler:editor-resource-id>
      </extensionElements>
    </sequenceFlow>
    <textAnnotation id="sid-1689DAE8-7878-4D18-B997-80B583BD3981">
      <extensionElements>
        <modeler:editor-resource-id><![CDATA[sid-1689DAE8-7878-4D18-B997-80B583BD3981]]></modeler:editor-resource-id>
      </extensionElements>
      <text>This process orchestrates all the actions needed when a FOIA request is entering the Fulfill queue.
        Currently there are three such actions:

        1. Set the queue name to 'Fulfill'
        2. Send Mail to Notification Group
      </text>
    </textAnnotation>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_foia-extension-fulfill-process">
    <bpmndi:BPMNPlane bpmnElement="foia-extension-fulfill-process" id="BPMNPlane_foia-extension-fulfill-process">
      <bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
        <omgdc:Bounds height="30.0" width="30.0" x="100.0" y="163.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F88A33F4-A31E-43B6-A65C-0921762C023D" id="BPMNShape_sid-F88A33F4-A31E-43B6-A65C-0921762C023D">
        <omgdc:Bounds height="80.0" width="100.0" x="300.0" y="138.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-2158CAAD-78C1-465F-B109-70C2FCF1FF39" id="BPMNShape_sid-2158CAAD-78C1-465F-B109-70C2FCF1FF39">
        <omgdc:Bounds height="28.0" width="28.0" x="690.0" y="164.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-71F59272-D1D8-4F45-925A-8123AFA15CB0" id="BPMNShape_sid-71F59272-D1D8-4F45-925A-8123AFA15CB0">
        <omgdc:Bounds height="80.0" width="100.0" x="495.0" y="138.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-1689DAE8-7878-4D18-B997-80B583BD3981" id="BPMNShape_sid-1689DAE8-7878-4D18-B997-80B583BD3981">
        <omgdc:Bounds height="141.0" width="428.0" x="120.0" y="240.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-9CC4EEEB-90ED-4DEC-9FBC-0F27FC1CE629" id="BPMNEdge_sid-9CC4EEEB-90ED-4DEC-9FBC-0F27FC1CE629">
        <omgdi:waypoint x="400.0" y="178.0"/>
        <omgdi:waypoint x="495.0" y="178.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-FB40F853-910C-413E-AED5-13E576D25B3E" id="BPMNEdge_sid-FB40F853-910C-413E-AED5-13E576D25B3E">
        <omgdi:waypoint x="595.0" y="178.0"/>
        <omgdi:waypoint x="690.0" y="178.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-A1A80BC3-B3F3-472A-8187-6EF2428E1D51" id="BPMNEdge_sid-A1A80BC3-B3F3-472A-8187-6EF2428E1D51">
        <omgdi:waypoint x="130.0" y="178.0"/>
        <omgdi:waypoint x="300.0" y="178.0"/>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>