<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="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:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <process id="gi_endorsement_workflow" name="gi_endorsement_workflow" isExecutable="true">
    <documentation>gi_endorsement_workflow</documentation>
    <startEvent id="StartEvent_1" />
    <userTask id="UserTask_18dicc2" name="Entry">
      <incoming>SequenceFlow_072ej68</incoming>
    </userTask>
	
    <userTask id="UserTask_01j0x27" name="ManuUnderwriting" />
    <userTask id="UserTask_0cwkf44" name="Bind" />
    <userTask id="UserTask_19lqwap" name="Payment" />
    <endEvent id="EndEvent_1yhd4qp" />
    <exclusiveGateway id="ExclusiveGateway_1gex3l2" />
    <sequenceFlow id="SequenceFlow_11pg3r7" sourceRef="UserTask_18dicc2" targetRef="ExclusiveGateway_1gex3l2" />
    <exclusiveGateway id="ExclusiveGateway_1f03sm9" />
    <exclusiveGateway id="ExclusiveGateway_1rulvrd">
      <outgoing>SequenceFlow_072ej68</outgoing>
    </exclusiveGateway>
    <sequenceFlow id="SequenceFlow_1dplixx" sourceRef="UserTask_0cwkf44" targetRef="ExclusiveGateway_1rulvrd" />
    <sequenceFlow id="SequenceFlow_1efx0aq" name="BindToPayment" sourceRef="ExclusiveGateway_1rulvrd" targetRef="UserTask_19lqwap">
      <documentation>BindToPayment</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="payment"}</conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="SequenceFlow_0dcdr45" sourceRef="UserTask_19lqwap" targetRef="EndEvent_1yhd4qp" />
    <sequenceFlow id="SequenceFlow_1iiaocj" name="EntryToReject" sourceRef="ExclusiveGateway_1gex3l2" targetRef="EndEvent_1yhd4qp">
      <documentation>EntryToReject</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="reject"}</conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="SequenceFlow_1qam91g" name="UnderwritingToReject" sourceRef="ExclusiveGateway_1f03sm9" targetRef="EndEvent_1yhd4qp">
      <documentation>UnderwritingToReject</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="reject"}</conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="SequenceFlow_09lj0aa" name="UnderwritingToEntry" sourceRef="ExclusiveGateway_1f03sm9" targetRef="UserTask_18dicc2">
      <documentation>UnderwritingToEntry</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="entry"}</conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="SequenceFlow_1toxu5a" name="BindToIssueOrReject" sourceRef="ExclusiveGateway_1rulvrd" targetRef="EndEvent_1yhd4qp">
      <documentation>BindToIssueOrReject</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="issue"||action=="reject"}</conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="SequenceFlow_1pccvok" sourceRef="StartEvent_1" targetRef="UserTask_18dicc2" />
    <sequenceFlow id="SequenceFlow_0qckv8p" name="UnderwritingToBind" sourceRef="ExclusiveGateway_1f03sm9" targetRef="UserTask_0cwkf44">
      <documentation>UnderwritingToBind</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="bind"}</conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="SequenceFlow_1q898th" sourceRef="UserTask_01j0x27" targetRef="ExclusiveGateway_1f03sm9" />
    <sequenceFlow id="SequenceFlow_0gbpunf" name="EntryToUnderwriting" sourceRef="ExclusiveGateway_1gex3l2" targetRef="UserTask_01j0x27">
      <documentation>EntryToUnderwriting</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="underwriting"}</conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="SequenceFlow_01tu4te" name="EntryToBind" sourceRef="ExclusiveGateway_1gex3l2" targetRef="UserTask_0cwkf44">
      <documentation>EntryToBind</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="bind"}</conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="SequenceFlow_072ej68" name="BindToEntry" sourceRef="ExclusiveGateway_1rulvrd" targetRef="UserTask_18dicc2">
      <documentation>BindToEntry</documentation>
      <conditionExpression xsi:type="tFormalExpression">${action=="entry"}</conditionExpression>
    </sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_process-ed2b5855-7a6e-4b77-bac8-d8179cc6c392">
    <bpmndi:BPMNPlane id="BPMNPlane_process-ed2b5855-7a6e-4b77-bac8-d8179cc6c392" bpmnElement="process-ed2b5855-7a6e-4b77-bac8-d8179cc6c392">
      <bpmndi:BPMNShape id="BPMNShape_StartEvent_1" bpmnElement="StartEvent_1">
        <omgdc:Bounds x="-291" y="-582" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_UserTask_18dicc2" bpmnElement="UserTask_18dicc2">
        <omgdc:Bounds x="-323" y="-446" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_UserTask_01j0x27" bpmnElement="UserTask_01j0x27">
        <omgdc:Bounds x="-451" y="-106" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_UserTask_0cwkf44" bpmnElement="UserTask_0cwkf44">
        <omgdc:Bounds x="-151" y="-106" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_UserTask_19lqwap" bpmnElement="UserTask_19lqwap">
        <omgdc:Bounds x="189" y="-106" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_EndEvent_1yhd4qp" bpmnElement="EndEvent_1yhd4qp">
        <omgdc:Bounds x="221" y="183" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_ExclusiveGateway_1gex3l2" bpmnElement="ExclusiveGateway_1gex3l2" isMarkerVisible="true">
        <omgdc:Bounds x="-554" y="-283" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_ExclusiveGateway_1f03sm9" bpmnElement="ExclusiveGateway_1f03sm9" isMarkerVisible="true">
        <omgdc:Bounds x="-298" y="-91" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_ExclusiveGateway_1rulvrd" bpmnElement="ExclusiveGateway_1rulvrd" isMarkerVisible="true">
        <omgdc:Bounds x="46" y="-91" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11pg3r7" bpmnElement="SequenceFlow_11pg3r7">
        <omgdi:waypoint x="-323" y="-406" />
        <omgdi:waypoint x="-529" y="-406" />
        <omgdi:waypoint x="-529" y="-283" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1dplixx" bpmnElement="SequenceFlow_1dplixx">
        <omgdi:waypoint x="-51" y="-66" />
        <omgdi:waypoint x="46" y="-66" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1efx0aq" bpmnElement="SequenceFlow_1efx0aq">
        <omgdi:waypoint x="96" y="-66" />
        <omgdi:waypoint x="189" y="-66" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="97" y="-73" width="78" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_0dcdr45" bpmnElement="SequenceFlow_0dcdr45">
        <omgdi:waypoint x="239" y="-26" />
        <omgdi:waypoint x="239" y="183" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1iiaocj" bpmnElement="SequenceFlow_1iiaocj">
        <omgdi:waypoint x="-554" y="-258" />
        <omgdi:waypoint x="-693" y="-258" />
        <omgdi:waypoint x="-693" y="201" />
        <omgdi:waypoint x="221" y="201" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="-713" y="-28" width="70" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1qam91g" bpmnElement="SequenceFlow_1qam91g">
        <omgdi:waypoint x="-273" y="-41" />
        <omgdi:waypoint x="-273" y="201" />
        <omgdi:waypoint x="221" y="201" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="-302" y="77" width="88" height="27" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_09lj0aa" bpmnElement="SequenceFlow_09lj0aa">
        <omgdi:waypoint x="-273" y="-91" />
        <omgdi:waypoint x="-273" y="-366" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="-301" y="-204" width="87" height="27" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1toxu5a" bpmnElement="SequenceFlow_1toxu5a">
        <omgdi:waypoint x="71" y="-41" />
        <omgdi:waypoint x="71" y="201" />
        <omgdi:waypoint x="221" y="201" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="56" y="77" width="60" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1pccvok" bpmnElement="SequenceFlow_1pccvok">
        <omgdi:waypoint x="-273" y="-546" />
        <omgdi:waypoint x="-273" y="-446" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_0qckv8p" bpmnElement="SequenceFlow_0qckv8p">
        <omgdi:waypoint x="-248" y="-66" />
        <omgdi:waypoint x="-151" y="-66" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="-251" y="-80" width="84" height="27" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1q898th" bpmnElement="SequenceFlow_1q898th">
        <omgdi:waypoint x="-351" y="-66" />
        <omgdi:waypoint x="-298" y="-66" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_0gbpunf" bpmnElement="SequenceFlow_0gbpunf">
        <omgdi:waypoint x="-529" y="-233" />
        <omgdi:waypoint x="-529" y="-66" />
        <omgdi:waypoint x="-451" y="-66" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="-571" y="-149" width="86" height="27" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_01tu4te" bpmnElement="SequenceFlow_01tu4te">
        <omgdi:waypoint x="-504" y="-258" />
        <omgdi:waypoint x="-101" y="-258" />
        <omgdi:waypoint x="-101" y="-106" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="-332" y="-276" width="60" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_072ej68_di" bpmnElement="SequenceFlow_072ej68">
        <omgdi:waypoint x="71" y="-91" />
        <omgdi:waypoint x="71" y="-406" />
        <omgdi:waypoint x="-223" y="-406" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="56" y="-251" width="60" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>
