korrektur business partner import bei Eingangsrechnung

This commit is contained in:
Ralph Soika 2025-09-10 11:09:35 +02:00
parent 51730e3d39
commit d7f2b0bc92
12 changed files with 536 additions and 503 deletions

View file

@ -345,7 +345,9 @@ public class BusinessPartnerController implements Serializable {
ItemCollection businessPartner = businessPartnerService.getBusinessPartnerByID(bpid);
searchResult = null;
if (businessPartner != null) {
workitem.setItemValue("partner.id", bpid);
workitem.setItemValue("partner.ref", businessPartner.getUniqueID());
workitem.setItemValue("partner.name", businessPartner.getItemValueString("partner.name"));
// Eingangsrechnung
if (InvoiceUtil.isCreditorInvoice(workitem)) {
workitem.setItemValue("cdtr.number",

View file

@ -19,7 +19,6 @@
<ui:fragment rendered="#{!readonly}">
<h:commandScript name="updateBPForm" action="#{businessPartnerController.updateMetaData(workitem)}"
onevent="handleUpdateEvent"
execute="#{businessPartnerController.isRerenderMode(options)?customFormComponents.clientId:''}"
render="#{businessPartnerController.isRerenderMode(options)?customFormComponents.clientId:''}" />
<h:commandScript name="businsspartnerSearch" action="#{businessPartnerController.search(options)}"
render="autocomplete-resultlist-businsspartner" onevent="autocompleteShowResult" />

View file

@ -3232,7 +3232,7 @@ result.isValid=true;
<imixs-form>
<imixs-form-section columns="2" label="Rechnungsdaten">
<item name="cdtr.name" type="text" readonly="true" label="Kreditor:"/>
<item name="partner.id" type="custom" path="alexander/businesspartner_search" required="true" label="Kreditornummer:"/>
<item name="partner.id" type="custom" options="rerender" path="alexander/businesspartner_search" required="true" label="Kreditornummer:"/>
</imixs-form-section>
<imixs-form-section columns="3">
<item name="invoice.number" type="text" label="Rechnungsnummer:" />
@ -3874,6 +3874,9 @@ Export erfolgt über eine asynchrone Verarbeitung im Modell 'cargosoft-export']]
</bpmn2:process>
<bpmn2:process id="process_2" name="Rechnungseingang" processType="Public">
<bpmn2:documentation id="documentation_yUm3kA"/>
<bpmn2:extensionElements>
<open-bpmn:auto-align/>
</bpmn2:extensionElements>
</bpmn2:process>
<bpmn2:message id="message_1" name="Message 1">
<bpmn2:documentation id="documentation_qqRE0Q"/>
@ -4291,392 +4294,395 @@ Export erfolgt über eine asynchrone Verarbeitung im Modell 'cargosoft-export']]
<dc:Bounds height="20.0" width="100.0" x="1698.5" y="1406.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="participant_9PUChg" id="BPMNShape_goe1aQ">
<dc:Bounds height="210.0" width="800.0" x="0.0" y="0.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_8" id="BPMNEdge_SequenceFlow_9" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_7">
<bpmndi:BPMNLabel id="BPMNLabel_35"/>
<di:waypoint x="590.0" y="875.0"/>
<di:waypoint x="617.0" y="875.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_35"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_31" id="BPMNEdge_SequenceFlow_32" sourceElement="BPMNShape_IntermediateCatchEvent_1" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_58"/>
<di:waypoint x="765.0" y="1677.0"/>
<di:waypoint x="765.0" y="1660.0"/>
<di:waypoint x="746.0" y="1660.0"/>
<di:waypoint x="746.0" y="1640.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_58"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_37" id="BPMNEdge_SequenceFlow_38" sourceElement="BPMNShape_Task_2" targetElement="BPMNShape_EventBasedGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_66"/>
<di:waypoint x="460.0" y="875.0"/>
<di:waypoint x="540.0" y="875.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_66"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_38" id="BPMNEdge_SequenceFlow_39" sourceElement="BPMNShape_IntermediateCatchEvent_6" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_67"/>
<di:waypoint x="273.0" y="875.0"/>
<di:waypoint x="350.0" y="875.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_67"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_29" id="BPMNEdge_SequenceFlow_30" sourceElement="BPMNShape_EventBasedGateway_4" targetElement="BPMNShape_IntermediateCatchEvent_17">
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
<di:waypoint x="855.0" y="1640.0"/>
<di:waypoint x="855.0" y="1687.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_30" id="BPMNEdge_SequenceFlow_31" sourceElement="BPMNShape_EventBasedGateway_4" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_91"/>
<di:waypoint x="880.0" y="1615.0"/>
<di:waypoint x="967.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_91"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_32" id="BPMNEdge_SequenceFlow_33" sourceElement="BPMNShape_Task_1" targetElement="BPMNShape_EventBasedGateway_4">
<bpmndi:BPMNLabel id="BPMNLabel_93"/>
<di:waypoint x="780.0" y="1615.0"/>
<di:waypoint x="830.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_93"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_47" id="BPMNEdge_SequenceFlow_48" sourceElement="BPMNShape_Task_11" targetElement="BPMNShape_EndEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_111"/>
<di:waypoint x="2520.0" y="1615.0"/>
<di:waypoint x="2577.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_111"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_55" id="BPMNEdge_SequenceFlow_56" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_27">
<bpmndi:BPMNLabel id="BPMNLabel_117"/>
<di:waypoint x="1390.0" y="1615.0"/>
<di:waypoint x="1457.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_117"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_1" id="BPMNEdge_SequenceFlow_2" sourceElement="BPMNShape_ExclusiveGateway_3" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_22">
<dc:Bounds height="14.0" width="57.0" x="1042.0" y="1561.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1122.0" y="897.0"/>
<di:waypoint x="1122.0" y="1330.0"/>
<di:waypoint x="720.0" y="1330.0"/>
<di:waypoint x="720.0" y="1590.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_22">
<dc:Bounds height="14.0" width="57.0" x="1042.0" y="1561.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_3" id="BPMNEdge_Association_3" sourceElement="BPMNShape_TextAnnotation_2" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
<di:waypoint x="501.0" y="1591.0"/>
<di:waypoint x="585.0" y="1591.0"/>
<di:waypoint x="585.0" y="1606.0"/>
<di:waypoint x="670.0" y="1606.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_12" id="BPMNEdge_SequenceFlow_13" sourceElement="BPMNShape_IntermediateCatchEvent_27" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_31"/>
<di:waypoint x="1493.0" y="1615.0"/>
<di:waypoint x="1580.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_31"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_19" id="BPMNEdge_SequenceFlow_20" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_9">
<bpmndi:BPMNLabel id="BPMNLabel_46"/>
<di:waypoint x="1605.0" y="1640.0"/>
<di:waypoint x="1605.0" y="1755.0"/>
<di:waypoint x="1697.0" y="1755.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_46"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_23" id="BPMNEdge_SequenceFlow_23" sourceElement="BPMNShape_IntermediateCatchEvent_9" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_48"/>
<di:waypoint x="1733.0" y="1755.0"/>
<di:waypoint x="1865.0" y="1755.0"/>
<di:waypoint x="1865.0" y="1820.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_48"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_25" id="BPMNEdge_SequenceFlow_26" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_YcLGng">
<di:waypoint x="1630.0" y="1615.0"/>
<di:waypoint x="2300.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_49">
<dc:Bounds height="14.0" width="60.0" x="2078.0" y="1816.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1630.0" y="1615.0"/>
<di:waypoint x="2300.0" y="1615.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_40" id="BPMNEdge_SequenceFlow_41" sourceElement="BPMNShape_Task_4" targetElement="BPMNShape_EndEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_95"/>
<di:waypoint x="1320.0" y="765.0"/>
<di:waypoint x="1377.0" y="765.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_95"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_14" id="BPMNEdge_SequenceFlow_15" sourceElement="BPMNShape_Task_6" targetElement="BPMNShape_IntermediateCatchEvent_20">
<bpmndi:BPMNLabel id="BPMNLabel_97"/>
<di:waypoint x="1920.0" y="1845.0"/>
<di:waypoint x="1977.0" y="1845.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_97"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_42" id="BPMNEdge_SequenceFlow_43" sourceElement="BPMNShape_IntermediateCatchEvent_20" targetElement="BPMNShape_YcLGng">
<bpmndi:BPMNLabel id="BPMNLabel_98"/>
<di:waypoint x="2013.0" y="1845.0"/>
<di:waypoint x="2325.0" y="1845.0"/>
<di:waypoint x="2325.0" y="1640.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_98"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_1" id="BPMNEdge_Association_1" sourceElement="BPMNShape_TextAnnotation_4" targetElement="BPMNShape_IntermediateCatchEvent_7">
<bpmndi:BPMNLabel id="BPMNLabel_108"/>
<di:waypoint x="605.0" y="960.0"/>
<di:waypoint x="605.0" y="925.0"/>
<di:waypoint x="635.0" y="925.0"/>
<di:waypoint x="635.0" y="893.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_108"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_50" id="BPMNEdge_SequenceFlow_51" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_23">
<bpmndi:BPMNLabel id="BPMNLabel_118"/>
<di:waypoint x="1353.0" y="1590.0"/>
<di:waypoint x="1353.0" y="1505.0"/>
<di:waypoint x="1457.0" y="1505.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_118"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_53" id="BPMNEdge_SequenceFlow_54" sourceElement="BPMNShape_IntermediateCatchEvent_23" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_119"/>
<di:waypoint x="1493.0" y="1505.0"/>
<di:waypoint x="1606.0" y="1505.0"/>
<di:waypoint x="1606.0" y="1591.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_119"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_54" id="BPMNEdge_SequenceFlow_55" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_24">
<bpmndi:BPMNLabel id="BPMNLabel_121"/>
<di:waypoint x="565.0" y="850.0"/>
<di:waypoint x="565.0" y="783.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_121"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_5" id="BPMNEdge_Association_5" sourceElement="BPMNShape_DataObject_2" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_70"/>
<di:waypoint x="327.0" y="810.0"/>
<di:waypoint x="327.0" y="829.0"/>
<di:waypoint x="371.0" y="829.0"/>
<di:waypoint x="371.0" y="850.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_70"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_9" id="BPMNEdge_SequenceFlow_11" sourceElement="BPMNShape_Task_8" targetElement="BPMNShape_EndEvent_3">
<bpmndi:BPMNLabel id="BPMNLabel_73"/>
<di:waypoint x="2440.0" y="995.0"/>
<di:waypoint x="2487.0" y="995.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_73"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_17" id="BPMNEdge_SequenceFlow_18" sourceElement="BPMNShape_IntermediateCatchEvent_12" targetElement="BPMNShape_Task_8">
<bpmndi:BPMNLabel id="BPMNLabel_105"/>
<di:waypoint x="2253.0" y="995.0"/>
<di:waypoint x="2330.0" y="995.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_105"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_46" id="BPMNEdge_SequenceFlow_47" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_IntermediateCatchEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_124"/>
<di:waypoint x="405.0" y="230.0"/>
<di:waypoint x="405.0" y="387.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_124"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_48" id="BPMNEdge_SequenceFlow_49" sourceElement="BPMNShape_IntermediateCatchEvent_22" targetElement="BPMNShape_IntermediateThrowEvent_3">
<bpmndi:BPMNLabel id="BPMNLabel_127"/>
<di:waypoint x="783.0" y="105.0"/>
<di:waypoint x="840.0" y="105.0"/>
<di:waypoint x="897.0" y="105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_127"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_2" id="BPMNEdge_SequenceFlow_3" sourceElement="BPMNShape_IntermediateCatchEvent_17" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_37"/>
<di:waypoint x="873.0" y="1705.0"/>
<di:waypoint x="930.0" y="1705.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_37"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_52" id="BPMNEdge_SequenceFlow_53" sourceElement="BPMNShape_IntermediateCatchEvent_28" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_130"/>
<di:waypoint x="2425.0" y="1533.0"/>
<di:waypoint x="2425.0" y="1562.0"/>
<di:waypoint x="2449.0" y="1562.0"/>
<di:waypoint x="2449.0" y="1590.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_130"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_59" id="BPMNEdge_SequenceFlow_60" sourceElement="BPMNShape_IntermediateCatchEvent_30" targetElement="BPMNShape_Task_4">
<bpmndi:BPMNLabel id="BPMNLabel_133"/>
<di:waypoint x="1265.0" y="683.0"/>
<di:waypoint x="1265.0" y="740.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_133"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_60" id="BPMNEdge_SequenceFlow_61" sourceElement="BPMNShape_IntermediateCatchEvent_29" targetElement="BPMNShape_Task_8">
<bpmndi:BPMNLabel id="BPMNLabel_134"/>
<di:waypoint x="2385.0" y="923.0"/>
<di:waypoint x="2385.0" y="970.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_134"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_68" id="BPMNEdge_SequenceFlow_69" sourceElement="BPMNShape_ExclusiveGateway_3" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_149">
<dc:Bounds height="14.0" width="30.0" x="1749.0" y="1406.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1150.0" y="875.0"/>
<di:waypoint x="1885.0" y="875.0"/>
<di:waypoint x="1885.0" y="1360.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_149">
<dc:Bounds height="14.0" width="30.0" x="1749.0" y="1406.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_7" id="BPMNEdge_Association_7" sourceElement="BPMNShape_DataObject_3" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_135"/>
<di:waypoint x="668.0" y="1850.0"/>
<di:waypoint x="668.0" y="1745.0"/>
<di:waypoint x="725.0" y="1745.0"/>
<di:waypoint x="725.0" y="1640.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_135"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_7" id="BPMNEdge_SequenceFlow_8" sourceElement="BPMNShape_IntermediateCatchEvent_24" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_137"/>
<di:waypoint x="583.0" y="765.0"/>
<di:waypoint x="920.0" y="765.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_137"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_61" id="BPMNEdge_SequenceFlow_62" sourceElement="BPMNShape_Task_14" targetElement="BPMNShape_IntermediateCatchEvent_31">
<bpmndi:BPMNLabel id="BPMNLabel_139"/>
<di:waypoint x="1030.0" y="765.0"/>
<di:waypoint x="1087.0" y="765.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_139"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_62" id="BPMNEdge_SequenceFlow_63" sourceElement="BPMNShape_IntermediateCatchEvent_33" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_141"/>
<di:waypoint x="997.0" y="685.0"/>
<di:waypoint x="993.0" y="685.0"/>
<di:waypoint x="993.0" y="740.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_141"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_56" id="BPMNEdge_SequenceFlow_57" sourceElement="BPMNShape_IntermediateCatchEvent_34" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_147"/>
<di:waypoint x="1295.0" y="1523.0"/>
<di:waypoint x="1295.0" y="1552.0"/>
<di:waypoint x="1318.0" y="1552.0"/>
<di:waypoint x="1318.0" y="1590.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_147"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_66" id="BPMNEdge_SequenceFlow_67" sourceElement="BPMNShape_Task_15" targetElement="BPMNShape_EndEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_158"/>
<di:waypoint x="970.0" y="205.0"/>
<di:waypoint x="1027.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_158"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_74" id="BPMNEdge_SequenceFlow_75" sourceElement="BPMNShape_IntermediateCatchEvent_36" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_164"/>
<di:waypoint x="343.0" y="305.0"/>
<di:waypoint x="381.0" y="305.0"/>
<di:waypoint x="381.0" y="230.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_164"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_76" id="BPMNEdge_SequenceFlow_77" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_22">
<bpmndi:BPMNLabel id="BPMNLabel_166"/>
<di:waypoint x="564.0" y="181.0"/>
<di:waypoint x="564.0" y="105.0"/>
<di:waypoint x="747.0" y="105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_166"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_73" id="BPMNEdge_SequenceFlow_74" sourceElement="BPMNShape_Task_14" targetElement="BPMNShape_IntermediateCatchEvent_37">
<bpmndi:BPMNLabel id="BPMNLabel_165"/>
<di:waypoint x="953.0" y="740.0"/>
<di:waypoint x="953.0" y="695.0"/>
<di:waypoint x="733.0" y="695.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_165"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_75" id="BPMNEdge_SequenceFlow_76" sourceElement="BPMNShape_IntermediateCatchEvent_37" targetElement="BPMNShape_ExclusiveGateway_10">
<bpmndi:BPMNLabel id="BPMNLabel_167"/>
<di:waypoint x="697.0" y="695.0"/>
<di:waypoint x="430.0" y="695.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_167"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_72" id="BPMNEdge_SequenceFlow_73" sourceElement="BPMNShape_Task_10" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_162"/>
<di:waypoint x="985.0" y="1680.0"/>
<di:waypoint x="985.0" y="1677.0"/>
<di:waypoint x="985.0" y="1633.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_162"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_78" id="BPMNEdge_SequenceFlow_79" sourceElement="BPMNShape_IntermediateCatchEvent_38" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_169"/>
<di:waypoint x="955.0" y="1777.0"/>
<di:waypoint x="955.0" y="1754.0"/>
<di:waypoint x="971.0" y="1754.0"/>
<di:waypoint x="971.0" y="1730.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_169"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_80" id="BPMNEdge_SequenceFlow_81" sourceElement="BPMNShape_IntermediateCatchEvent_40" targetElement="BPMNShape_IntermediateThrowEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_175"/>
<di:waypoint x="1393.0" y="1705.0"/>
<di:waypoint x="1457.0" y="1705.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_175"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_81" id="BPMNEdge_SequenceFlow_82" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_40">
<bpmndi:BPMNLabel id="BPMNLabel_176"/>
<di:waypoint x="1360.0" y="1640.0"/>
<di:waypoint x="1360.0" y="1659.0"/>
<di:waypoint x="1375.0" y="1659.0"/>
<di:waypoint x="1375.0" y="1687.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_176"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_82" id="BPMNEdge_SequenceFlow_83" sourceElement="BPMNShape_Task_18" targetElement="BPMNShape_EndEvent_6">
<bpmndi:BPMNLabel id="BPMNLabel_180"/>
<di:waypoint x="1110.0" y="2095.0"/>
<di:waypoint x="1157.0" y="2095.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_180"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_84" id="BPMNEdge_SequenceFlow_85" sourceElement="BPMNShape_IntermediateCatchEvent_42" targetElement="BPMNShape_Task_18">
<bpmndi:BPMNLabel id="BPMNLabel_181"/>
<di:waypoint x="943.0" y="2095.0"/>
<di:waypoint x="1000.0" y="2095.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_181"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_86" id="BPMNEdge_SequenceFlow_87" sourceElement="BPMNShape_Task_10" targetElement="BPMNShape_IntermediateCatchEvent_43">
<bpmndi:BPMNLabel id="BPMNLabel_184"/>
<di:waypoint x="1004.0" y="1730.0"/>
<di:waypoint x="1004.0" y="1743.0"/>
<di:waypoint x="1055.0" y="1743.0"/>
<di:waypoint x="1055.0" y="1777.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_184"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_87" id="BPMNEdge_SequenceFlow_88" sourceElement="BPMNShape_IntermediateCatchEvent_43" targetElement="BPMNShape_Task_18">
<bpmndi:BPMNLabel id="BPMNLabel_185"/>
<di:waypoint x="1055.0" y="1813.0"/>
<di:waypoint x="1055.0" y="1814.0"/>
<di:waypoint x="1055.0" y="2070.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_185"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_88" id="BPMNEdge_SequenceFlow_89" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_44">
<bpmndi:BPMNLabel id="BPMNLabel_187"/>
<di:waypoint x="1301.0" y="1640.0"/>
<di:waypoint x="1301.0" y="1705.0"/>
<di:waypoint x="1253.0" y="1705.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_187"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_89" id="BPMNEdge_SequenceFlow_90" sourceElement="BPMNShape_IntermediateCatchEvent_44" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_188"/>
<di:waypoint x="1217.0" y="1705.0"/>
<di:waypoint x="1040.0" y="1705.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_188"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_83" id="BPMNEdge_SequenceFlow_84" sourceElement="BPMNShape_IntermediateCatchEvent_41" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
<di:waypoint x="405.0" y="937.0"/>
<di:waypoint x="405.0" y="900.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_13" id="BPMNEdge_SequenceFlow_14" sourceElement="BPMNShape_IntermediateCatchEvent_45" targetElement="BPMNShape_IntermediateThrowEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_21"/>
<di:waypoint x="783.0" y="285.0"/>
<di:waypoint x="897.0" y="285.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_21"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_16" id="BPMNEdge_SequenceFlow_17" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_45">
<bpmndi:BPMNLabel id="BPMNLabel_183"/>
<di:waypoint x="565.0" y="230.0"/>
<di:waypoint x="565.0" y="285.0"/>
<di:waypoint x="747.0" y="285.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_183"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_85" id="BPMNEdge_SequenceFlow_86" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_EventBasedGateway_3">
<bpmndi:BPMNLabel id="BPMNLabel_190"/>
<di:waypoint x="460.0" y="205.0"/>
<di:waypoint x="540.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_190"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_90" id="BPMNEdge_SequenceFlow_91" sourceElement="BPMNShape_IntermediateCatchEvent_46" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_192"/>
<di:waypoint x="2535.0" y="1533.0"/>
<di:waypoint x="2535.0" y="1562.0"/>
<di:waypoint x="2495.0" y="1562.0"/>
<di:waypoint x="2495.0" y="1590.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_192"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_41" id="BPMNEdge_SequenceFlow_42" sourceElement="BPMNShape_IntermediateCatchEvent_53" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_224"/>
<di:waypoint x="1865.0" y="1897.0"/>
<di:waypoint x="1865.0" y="1870.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_224"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_8" id="BPMNEdge_Association_8" sourceElement="BPMNShape_DataObject_4" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_243"/>
<di:waypoint x="480.0" y="108.0"/>
<di:waypoint x="449.0" y="108.0"/>
<di:waypoint x="449.0" y="180.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_243"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_104" id="BPMNEdge_SequenceFlow_105" sourceElement="BPMNShape_IntermediateCatchEvent_60" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_251"/>
<di:waypoint x="333.0" y="955.0"/>
<di:waypoint x="363.0" y="955.0"/>
<di:waypoint x="363.0" y="900.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_251"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_126" id="BPMNEdge_SequenceFlow_127" sourceElement="BPMNShape_IntermediateCatchEvent_5" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_261"/>
<di:waypoint x="405.0" y="123.0"/>
<di:waypoint x="405.0" y="180.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_261"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_10" id="BPMNEdge_Association_10" sourceElement="BPMNShape_TextAnnotation_6" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_264"/>
<di:waypoint x="980.0" y="1520.0"/>
<di:waypoint x="980.0" y="1554.0"/>
<di:waypoint x="985.0" y="1554.0"/>
<di:waypoint x="985.0" y="1597.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_264"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_123" id="BPMNEdge_SequenceFlow_124" sourceElement="BPMNShape_IntermediateCatchEvent_63" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_269"/>
<di:waypoint x="695.0" y="1677.0"/>
<di:waypoint x="695.0" y="1660.0"/>
<di:waypoint x="711.0" y="1660.0"/>
<di:waypoint x="711.0" y="1640.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_269"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_129" id="BPMNEdge_SequenceFlow_130" sourceElement="BPMNShape_IntermediateCatchEvent_68" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_280"/>
<di:waypoint x="1885.0" y="1437.0"/>
<di:waypoint x="1885.0" y="1410.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_280"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_134" id="BPMNEdge_SequenceFlow_135" sourceElement="BPMNShape_ExclusiveGateway_10" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_285"/>
<di:waypoint x="405.0" y="720.0"/>
<di:waypoint x="405.0" y="850.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_285"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_24" id="BPMNEdge_SequenceFlow_25" sourceElement="BPMNShape_IntermediateCatchEvent_70" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_283"/>
<di:waypoint x="1225.0" y="1523.0"/>
<di:waypoint x="1225.0" y="1603.0"/>
<di:waypoint x="1280.0" y="1603.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_283"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_133" id="BPMNEdge_SequenceFlow_134" sourceElement="BPMNShape_IntermediateCatchEvent_71" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_290"/>
<di:waypoint x="1763.0" y="1385.0"/>
<di:waypoint x="1830.0" y="1385.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_290"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sequenceFlow_MxzvVQ" id="BPMNEdge_PFCzDQ" sourceElement="BPMNShape_Task_21" targetElement="BPMNShape_IntermediateCatchEvent_67">
<di:waypoint x="1940.0" y="1385.0"/>

View file

@ -3152,7 +3152,7 @@ if (workitem.getItemValueString('txtcomment')==='') {
<imixs-form>
<imixs-form-section columns="2" label="Invoice data">
<item name="cdtr.name" type="text" readonly="true" label="Vendor:"/>
<item name="partner.id" type="custom" path="alexander/businesspartner_search" requred="true" label="Vendor number:"/>
<item name="partner.id" type="custom" options="rerender" path="alexander/businesspartner_search" requred="true" label="Vendor number:"/>
</imixs-form-section>
<imixs-form-section columns="3">
<item name="invoice.number" type="text" label="Invoice number:" required="true" />
@ -4528,6 +4528,9 @@ if (b>0 && (a!=b) ) {
</bpmn2:process>
<bpmn2:process id="process_2" name="Invoice receipt" processType="Public">
<bpmn2:documentation id="documentation_yUm3kA"/>
<bpmn2:extensionElements>
<open-bpmn:auto-align/>
</bpmn2:extensionElements>
</bpmn2:process>
<bpmn2:signal id="signal_8" name="com.alexanderlogistics.RenameFilenamesAdapter"/>
<bpmn2:signal id="signal_9" name="com.alexanderlogistics.zoho.ZohoExportAdapter"/>
@ -4941,385 +4944,388 @@ if (b>0 && (a!=b) ) {
<dc:Bounds height="20.0" width="100.0" x="1698.5" y="1406.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="participant_9PUChg" id="BPMNShape_cONPPQ">
<dc:Bounds height="210.0" width="800.0" x="0.0" y="0.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_8" id="BPMNEdge_SequenceFlow_9" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_51VDOg">
<bpmndi:BPMNLabel id="BPMNLabel_35"/>
<di:waypoint x="590.0" y="875.0"/>
<di:waypoint x="667.0" y="875.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_35"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_31" id="BPMNEdge_SequenceFlow_32" sourceElement="BPMNShape_IntermediateCatchEvent_1" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_58"/>
<di:waypoint x="765.0" y="1677.0"/>
<di:waypoint x="765.0" y="1660.0"/>
<di:waypoint x="746.0" y="1660.0"/>
<di:waypoint x="746.0" y="1640.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_58"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_37" id="BPMNEdge_SequenceFlow_38" sourceElement="BPMNShape_Task_2" targetElement="BPMNShape_EventBasedGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_66"/>
<di:waypoint x="460.0" y="875.0"/>
<di:waypoint x="540.0" y="875.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_66"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_38" id="BPMNEdge_SequenceFlow_39" sourceElement="BPMNShape_IntermediateCatchEvent_6" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_67"/>
<di:waypoint x="273.0" y="875.0"/>
<di:waypoint x="350.0" y="875.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_67"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_29" id="BPMNEdge_SequenceFlow_30" sourceElement="BPMNShape_EventBasedGateway_4" targetElement="BPMNShape_IntermediateCatchEvent_17">
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
<di:waypoint x="855.0" y="1640.0"/>
<di:waypoint x="855.0" y="1687.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_30" id="BPMNEdge_SequenceFlow_31" sourceElement="BPMNShape_EventBasedGateway_4" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_91"/>
<di:waypoint x="880.0" y="1615.0"/>
<di:waypoint x="967.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_91"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_32" id="BPMNEdge_SequenceFlow_33" sourceElement="BPMNShape_Task_1" targetElement="BPMNShape_EventBasedGateway_4">
<bpmndi:BPMNLabel id="BPMNLabel_93"/>
<di:waypoint x="780.0" y="1615.0"/>
<di:waypoint x="830.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_93"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_47" id="BPMNEdge_SequenceFlow_48" sourceElement="BPMNShape_Task_11" targetElement="BPMNShape_EndEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_111"/>
<di:waypoint x="2520.0" y="1615.0"/>
<di:waypoint x="2577.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_111"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_55" id="BPMNEdge_SequenceFlow_56" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_27">
<bpmndi:BPMNLabel id="BPMNLabel_117"/>
<di:waypoint x="1390.0" y="1615.0"/>
<di:waypoint x="1457.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_117"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_1" id="BPMNEdge_SequenceFlow_2" sourceElement="BPMNShape_ExclusiveGateway_3" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_22">
<dc:Bounds height="14.0" width="57.0" x="1042.0" y="1561.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1426.0" y="899.0"/>
<di:waypoint x="1426.0" y="1292.0"/>
<di:waypoint x="720.0" y="1292.0"/>
<di:waypoint x="720.0" y="1590.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_22">
<dc:Bounds height="14.0" width="57.0" x="1042.0" y="1561.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_3" id="BPMNEdge_Association_3" sourceElement="BPMNShape_TextAnnotation_2" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
<di:waypoint x="501.0" y="1591.0"/>
<di:waypoint x="585.0" y="1591.0"/>
<di:waypoint x="585.0" y="1606.0"/>
<di:waypoint x="670.0" y="1606.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_12" id="BPMNEdge_SequenceFlow_13" sourceElement="BPMNShape_IntermediateCatchEvent_27" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_31"/>
<di:waypoint x="1493.0" y="1615.0"/>
<di:waypoint x="1580.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_31"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_19" id="BPMNEdge_SequenceFlow_20" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_9">
<bpmndi:BPMNLabel id="BPMNLabel_46"/>
<di:waypoint x="1605.0" y="1640.0"/>
<di:waypoint x="1605.0" y="1755.0"/>
<di:waypoint x="1697.0" y="1755.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_46"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_23" id="BPMNEdge_SequenceFlow_23" sourceElement="BPMNShape_IntermediateCatchEvent_9" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_48"/>
<di:waypoint x="1733.0" y="1755.0"/>
<di:waypoint x="1865.0" y="1755.0"/>
<di:waypoint x="1865.0" y="1820.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_48"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_25" id="BPMNEdge_SequenceFlow_26" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_YcLGng">
<di:waypoint x="1630.0" y="1615.0"/>
<di:waypoint x="2300.0" y="1615.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_49">
<dc:Bounds height="14.0" width="60.0" x="2078.0" y="1816.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1630.0" y="1615.0"/>
<di:waypoint x="2300.0" y="1615.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_40" id="BPMNEdge_SequenceFlow_41" sourceElement="BPMNShape_Task_4" targetElement="BPMNShape_EndEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_95"/>
<di:waypoint x="1320.0" y="765.0"/>
<di:waypoint x="1377.0" y="765.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_95"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_14" id="BPMNEdge_SequenceFlow_15" sourceElement="BPMNShape_Task_6" targetElement="BPMNShape_IntermediateCatchEvent_20">
<bpmndi:BPMNLabel id="BPMNLabel_97"/>
<di:waypoint x="1920.0" y="1845.0"/>
<di:waypoint x="1977.0" y="1845.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_97"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_42" id="BPMNEdge_SequenceFlow_43" sourceElement="BPMNShape_IntermediateCatchEvent_20" targetElement="BPMNShape_YcLGng">
<bpmndi:BPMNLabel id="BPMNLabel_98"/>
<di:waypoint x="2013.0" y="1845.0"/>
<di:waypoint x="2325.0" y="1845.0"/>
<di:waypoint x="2325.0" y="1640.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_98"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_50" id="BPMNEdge_SequenceFlow_51" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_23">
<bpmndi:BPMNLabel id="BPMNLabel_118"/>
<di:waypoint x="1353.0" y="1590.0"/>
<di:waypoint x="1353.0" y="1505.0"/>
<di:waypoint x="1457.0" y="1505.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_118"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_53" id="BPMNEdge_SequenceFlow_54" sourceElement="BPMNShape_IntermediateCatchEvent_23" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_119"/>
<di:waypoint x="1493.0" y="1505.0"/>
<di:waypoint x="1606.0" y="1505.0"/>
<di:waypoint x="1606.0" y="1591.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_119"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_54" id="BPMNEdge_SequenceFlow_55" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_24">
<bpmndi:BPMNLabel id="BPMNLabel_121"/>
<di:waypoint x="565.0" y="850.0"/>
<di:waypoint x="565.0" y="783.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_121"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_5" id="BPMNEdge_Association_5" sourceElement="BPMNShape_DataObject_2" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_70"/>
<di:waypoint x="327.0" y="810.0"/>
<di:waypoint x="327.0" y="829.0"/>
<di:waypoint x="371.0" y="829.0"/>
<di:waypoint x="371.0" y="850.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_70"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_9" id="BPMNEdge_SequenceFlow_11" sourceElement="BPMNShape_Task_8" targetElement="BPMNShape_EndEvent_3">
<bpmndi:BPMNLabel id="BPMNLabel_73"/>
<di:waypoint x="2440.0" y="995.0"/>
<di:waypoint x="2487.0" y="995.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_73"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_17" id="BPMNEdge_SequenceFlow_18" sourceElement="BPMNShape_IntermediateCatchEvent_12" targetElement="BPMNShape_Task_8">
<bpmndi:BPMNLabel id="BPMNLabel_105"/>
<di:waypoint x="2253.0" y="995.0"/>
<di:waypoint x="2330.0" y="995.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_105"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_46" id="BPMNEdge_SequenceFlow_47" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_IntermediateCatchEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_124"/>
<di:waypoint x="405.0" y="230.0"/>
<di:waypoint x="405.0" y="387.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_124"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_48" id="BPMNEdge_SequenceFlow_49" sourceElement="BPMNShape_IntermediateCatchEvent_22" targetElement="BPMNShape_IntermediateThrowEvent_3">
<bpmndi:BPMNLabel id="BPMNLabel_127"/>
<di:waypoint x="783.0" y="105.0"/>
<di:waypoint x="897.0" y="105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_127"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_2" id="BPMNEdge_SequenceFlow_3" sourceElement="BPMNShape_IntermediateCatchEvent_17" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_37"/>
<di:waypoint x="873.0" y="1705.0"/>
<di:waypoint x="930.0" y="1705.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_37"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_52" id="BPMNEdge_SequenceFlow_53" sourceElement="BPMNShape_IntermediateCatchEvent_28" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_130"/>
<di:waypoint x="2425.0" y="1533.0"/>
<di:waypoint x="2425.0" y="1562.0"/>
<di:waypoint x="2449.0" y="1562.0"/>
<di:waypoint x="2449.0" y="1590.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_130"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_59" id="BPMNEdge_SequenceFlow_60" sourceElement="BPMNShape_IntermediateCatchEvent_30" targetElement="BPMNShape_Task_4">
<bpmndi:BPMNLabel id="BPMNLabel_133"/>
<di:waypoint x="1265.0" y="693.0"/>
<di:waypoint x="1265.0" y="740.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_133"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_60" id="BPMNEdge_SequenceFlow_61" sourceElement="BPMNShape_IntermediateCatchEvent_29" targetElement="BPMNShape_Task_8">
<bpmndi:BPMNLabel id="BPMNLabel_134"/>
<di:waypoint x="2385.0" y="923.0"/>
<di:waypoint x="2385.0" y="970.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_134"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_68" id="BPMNEdge_SequenceFlow_69" sourceElement="BPMNShape_ExclusiveGateway_3" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_149">
<dc:Bounds height="14.0" width="30.0" x="1749.0" y="1406.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1450.0" y="875.0"/>
<di:waypoint x="1885.0" y="875.0"/>
<di:waypoint x="1885.0" y="1360.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_149">
<dc:Bounds height="14.0" width="30.0" x="1749.0" y="1406.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_7" id="BPMNEdge_Association_7" sourceElement="BPMNShape_DataObject_3" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_135"/>
<di:waypoint x="668.0" y="1850.0"/>
<di:waypoint x="668.0" y="1745.0"/>
<di:waypoint x="725.0" y="1745.0"/>
<di:waypoint x="725.0" y="1640.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_135"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_7" id="BPMNEdge_SequenceFlow_8" sourceElement="BPMNShape_IntermediateCatchEvent_24" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_137"/>
<di:waypoint x="583.0" y="765.0"/>
<di:waypoint x="920.0" y="765.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_137"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_61" id="BPMNEdge_SequenceFlow_62" sourceElement="BPMNShape_Task_14" targetElement="BPMNShape_IntermediateCatchEvent_31">
<bpmndi:BPMNLabel id="BPMNLabel_139"/>
<di:waypoint x="1030.0" y="765.0"/>
<di:waypoint x="1107.0" y="765.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_139"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_62" id="BPMNEdge_SequenceFlow_63" sourceElement="BPMNShape_IntermediateCatchEvent_33" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_141"/>
<di:waypoint x="1015.0" y="693.0"/>
<di:waypoint x="1015.0" y="719.0"/>
<di:waypoint x="975.0" y="719.0"/>
<di:waypoint x="975.0" y="740.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_141"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_56" id="BPMNEdge_SequenceFlow_57" sourceElement="BPMNShape_IntermediateCatchEvent_34" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_147"/>
<di:waypoint x="1295.0" y="1523.0"/>
<di:waypoint x="1295.0" y="1552.0"/>
<di:waypoint x="1318.0" y="1552.0"/>
<di:waypoint x="1318.0" y="1590.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_147"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_66" id="BPMNEdge_SequenceFlow_67" sourceElement="BPMNShape_Task_15" targetElement="BPMNShape_EndEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_158"/>
<di:waypoint x="970.0" y="205.0"/>
<di:waypoint x="1027.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_158"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_74" id="BPMNEdge_SequenceFlow_75" sourceElement="BPMNShape_IntermediateCatchEvent_36" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_164"/>
<di:waypoint x="343.0" y="305.0"/>
<di:waypoint x="381.0" y="305.0"/>
<di:waypoint x="381.0" y="230.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_164"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_76" id="BPMNEdge_SequenceFlow_77" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_22">
<bpmndi:BPMNLabel id="BPMNLabel_166"/>
<di:waypoint x="564.0" y="181.0"/>
<di:waypoint x="564.0" y="105.0"/>
<di:waypoint x="747.0" y="105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_166"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_73" id="BPMNEdge_SequenceFlow_74" sourceElement="BPMNShape_Task_14" targetElement="BPMNShape_IntermediateCatchEvent_37">
<bpmndi:BPMNLabel id="BPMNLabel_165"/>
<di:waypoint x="953.0" y="740.0"/>
<di:waypoint x="953.0" y="675.0"/>
<di:waypoint x="733.0" y="675.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_165"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_75" id="BPMNEdge_SequenceFlow_76" sourceElement="BPMNShape_IntermediateCatchEvent_37" targetElement="BPMNShape_ExclusiveGateway_10">
<bpmndi:BPMNLabel id="BPMNLabel_167"/>
<di:waypoint x="697.0" y="675.0"/>
<di:waypoint x="430.0" y="675.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_167"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_72" id="BPMNEdge_SequenceFlow_73" sourceElement="BPMNShape_Task_10" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_162"/>
<di:waypoint x="985.0" y="1680.0"/>
<di:waypoint x="985.0" y="1677.0"/>
<di:waypoint x="985.0" y="1633.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_162"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_78" id="BPMNEdge_SequenceFlow_79" sourceElement="BPMNShape_IntermediateCatchEvent_38" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_169"/>
<di:waypoint x="955.0" y="1777.0"/>
<di:waypoint x="955.0" y="1754.0"/>
<di:waypoint x="971.0" y="1754.0"/>
<di:waypoint x="971.0" y="1730.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_169"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_80" id="BPMNEdge_SequenceFlow_81" sourceElement="BPMNShape_IntermediateCatchEvent_40" targetElement="BPMNShape_IntermediateThrowEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_175"/>
<di:waypoint x="1393.0" y="1705.0"/>
<di:waypoint x="1457.0" y="1705.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_175"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_81" id="BPMNEdge_SequenceFlow_82" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_40">
<bpmndi:BPMNLabel id="BPMNLabel_176"/>
<di:waypoint x="1360.0" y="1640.0"/>
<di:waypoint x="1360.0" y="1659.0"/>
<di:waypoint x="1375.0" y="1659.0"/>
<di:waypoint x="1375.0" y="1687.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_176"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_82" id="BPMNEdge_SequenceFlow_83" sourceElement="BPMNShape_Task_18" targetElement="BPMNShape_EndEvent_6">
<bpmndi:BPMNLabel id="BPMNLabel_180"/>
<di:waypoint x="1110.0" y="2095.0"/>
<di:waypoint x="1157.0" y="2095.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_180"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_84" id="BPMNEdge_SequenceFlow_85" sourceElement="BPMNShape_IntermediateCatchEvent_42" targetElement="BPMNShape_Task_18">
<bpmndi:BPMNLabel id="BPMNLabel_181"/>
<di:waypoint x="943.0" y="2095.0"/>
<di:waypoint x="1000.0" y="2095.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_181"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_86" id="BPMNEdge_SequenceFlow_87" sourceElement="BPMNShape_Task_10" targetElement="BPMNShape_IntermediateCatchEvent_43">
<bpmndi:BPMNLabel id="BPMNLabel_184"/>
<di:waypoint x="1004.0" y="1730.0"/>
<di:waypoint x="1004.0" y="1743.0"/>
<di:waypoint x="1055.0" y="1743.0"/>
<di:waypoint x="1055.0" y="1777.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_184"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_87" id="BPMNEdge_SequenceFlow_88" sourceElement="BPMNShape_IntermediateCatchEvent_43" targetElement="BPMNShape_Task_18">
<bpmndi:BPMNLabel id="BPMNLabel_185"/>
<di:waypoint x="1055.0" y="1813.0"/>
<di:waypoint x="1055.0" y="1814.0"/>
<di:waypoint x="1055.0" y="2070.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_185"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_88" id="BPMNEdge_SequenceFlow_89" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_44">
<bpmndi:BPMNLabel id="BPMNLabel_187"/>
<di:waypoint x="1301.0" y="1640.0"/>
<di:waypoint x="1301.0" y="1705.0"/>
<di:waypoint x="1253.0" y="1705.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_187"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_89" id="BPMNEdge_SequenceFlow_90" sourceElement="BPMNShape_IntermediateCatchEvent_44" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_188"/>
<di:waypoint x="1217.0" y="1705.0"/>
<di:waypoint x="1040.0" y="1705.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_188"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_83" id="BPMNEdge_SequenceFlow_84" sourceElement="BPMNShape_IntermediateCatchEvent_41" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
<di:waypoint x="405.0" y="937.0"/>
<di:waypoint x="405.0" y="900.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_13" id="BPMNEdge_SequenceFlow_14" sourceElement="BPMNShape_IntermediateCatchEvent_45" targetElement="BPMNShape_IntermediateThrowEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_21"/>
<di:waypoint x="783.0" y="285.0"/>
<di:waypoint x="897.0" y="285.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_21"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_16" id="BPMNEdge_SequenceFlow_17" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_45">
<bpmndi:BPMNLabel id="BPMNLabel_183"/>
<di:waypoint x="565.0" y="230.0"/>
<di:waypoint x="565.0" y="285.0"/>
<di:waypoint x="747.0" y="285.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_183"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_85" id="BPMNEdge_SequenceFlow_86" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_EventBasedGateway_3">
<bpmndi:BPMNLabel id="BPMNLabel_190"/>
<di:waypoint x="460.0" y="205.0"/>
<di:waypoint x="540.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_190"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_90" id="BPMNEdge_SequenceFlow_91" sourceElement="BPMNShape_IntermediateCatchEvent_46" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_192"/>
<di:waypoint x="2535.0" y="1533.0"/>
<di:waypoint x="2535.0" y="1562.0"/>
<di:waypoint x="2495.0" y="1562.0"/>
<di:waypoint x="2495.0" y="1590.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_192"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_41" id="BPMNEdge_SequenceFlow_42" sourceElement="BPMNShape_IntermediateCatchEvent_53" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_224"/>
<di:waypoint x="1865.0" y="1897.0"/>
<di:waypoint x="1865.0" y="1870.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_224"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_8" id="BPMNEdge_Association_8" sourceElement="BPMNShape_DataObject_4" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_243"/>
<di:waypoint x="480.0" y="108.0"/>
<di:waypoint x="449.0" y="108.0"/>
<di:waypoint x="449.0" y="180.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_243"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_104" id="BPMNEdge_SequenceFlow_105" sourceElement="BPMNShape_IntermediateCatchEvent_60" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_251"/>
<di:waypoint x="333.0" y="955.0"/>
<di:waypoint x="363.0" y="955.0"/>
<di:waypoint x="363.0" y="900.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_251"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_126" id="BPMNEdge_SequenceFlow_127" sourceElement="BPMNShape_IntermediateCatchEvent_5" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_261"/>
<di:waypoint x="405.0" y="123.0"/>
<di:waypoint x="405.0" y="180.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_261"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_10" id="BPMNEdge_Association_10" sourceElement="BPMNShape_TextAnnotation_6" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_264"/>
<di:waypoint x="980.0" y="1520.0"/>
<di:waypoint x="980.0" y="1554.0"/>
<di:waypoint x="985.0" y="1554.0"/>
<di:waypoint x="985.0" y="1597.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_264"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_123" id="BPMNEdge_SequenceFlow_124" sourceElement="BPMNShape_IntermediateCatchEvent_63" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_269"/>
<di:waypoint x="695.0" y="1677.0"/>
<di:waypoint x="695.0" y="1660.0"/>
<di:waypoint x="711.0" y="1660.0"/>
<di:waypoint x="711.0" y="1640.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_269"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_129" id="BPMNEdge_SequenceFlow_130" sourceElement="BPMNShape_IntermediateCatchEvent_68" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_280"/>
<di:waypoint x="1885.0" y="1437.0"/>
<di:waypoint x="1885.0" y="1410.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_280"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_134" id="BPMNEdge_SequenceFlow_135" sourceElement="BPMNShape_ExclusiveGateway_10" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_285"/>
<di:waypoint x="405.0" y="700.0"/>
<di:waypoint x="405.0" y="850.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_285"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_24" id="BPMNEdge_SequenceFlow_25" sourceElement="BPMNShape_IntermediateCatchEvent_70" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_283"/>
<di:waypoint x="1225.0" y="1523.0"/>
<di:waypoint x="1225.0" y="1603.0"/>
<di:waypoint x="1280.0" y="1603.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_283"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_133" id="BPMNEdge_SequenceFlow_134" sourceElement="BPMNShape_IntermediateCatchEvent_71" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_290"/>
<di:waypoint x="1763.0" y="1385.0"/>
<di:waypoint x="1830.0" y="1385.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_290"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sequenceFlow_MxzvVQ" id="BPMNEdge_PFCzDQ" sourceElement="BPMNShape_Task_21" targetElement="BPMNShape_IntermediateCatchEvent_67">
<di:waypoint x="1940.0" y="1385.0"/>

View file

@ -3857,7 +3857,7 @@ result.isValid=true;
<imixs-form>
<imixs-form-section columns="2" label="Invoice data">
<item name="cdtr.name" type="text" readonly="true" label="Vendor:"/>
<item name="partner.id" type="custom" path="alexander/businesspartner_search" required="true" label="Vendor number:"/>
<item name="partner.id" type="custom" options="rerender" path="alexander/businesspartner_search" required="true" label="Vendor number:"/>
</imixs-form-section>
<imixs-form-section columns="2">
@ -4674,6 +4674,9 @@ result.isValid=true;
</bpmn2:process>
<bpmn2:process id="process_2" name="Default Process" processType="Public">
<bpmn2:documentation id="documentation_yUm3kA"/>
<bpmn2:extensionElements>
<open-bpmn:auto-align/>
</bpmn2:extensionElements>
</bpmn2:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane bpmnElement="Collaboration_1" id="BPMNPlane_Process_1">
@ -5202,550 +5205,552 @@ result.isValid=true;
<dc:Bounds height="20.0" width="100.0" x="1710.5" y="1634.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="participant_9PUChg" id="BPMNShape_jnRVNw">
<dc:Bounds height="210.0" width="800.0" x="0.0" y="0.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_0" id="BPMNEdge_SequenceFlow_1" sourceElement="BPMNShape_StartEvent_1" targetElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_28"/>
<di:waypoint x="153.0" y="205.0"/>
<di:waypoint x="155.0" y="205.0"/>
<di:waypoint x="187.0" y="205.0"/>
<di:waypoint x="219.0" y="205.0"/>
<di:waypoint x="220.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_28"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_8" id="BPMNEdge_SequenceFlow_9" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_7">
<bpmndi:BPMNLabel id="BPMNLabel_35"/>
<di:waypoint x="740.0" y="1045.0"/>
<di:waypoint x="790.0" y="1045.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_35"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_31" id="BPMNEdge_SequenceFlow_32" sourceElement="BPMNShape_IntermediateCatchEvent_1" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_58"/>
<di:waypoint x="895.0" y="1877.0"/>
<di:waypoint x="895.0" y="1875.0"/>
<di:waypoint x="895.0" y="1853.0"/>
<di:waypoint x="895.0" y="1830.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_58"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_33" id="BPMNEdge_SequenceFlow_34" sourceElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_61"/>
<di:waypoint x="270.0" y="205.0"/>
<di:waypoint x="310.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_61"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_37" id="BPMNEdge_SequenceFlow_38" sourceElement="BPMNShape_Task_2" targetElement="BPMNShape_EventBasedGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_66"/>
<di:waypoint x="460.0" y="1045.0"/>
<di:waypoint x="690.0" y="1045.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_66"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_38" id="BPMNEdge_SequenceFlow_39" sourceElement="BPMNShape_IntermediateCatchEvent_6" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_67"/>
<di:waypoint x="273.0" y="1045.0"/>
<di:waypoint x="350.0" y="1045.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_67"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_2" id="BPMNEdge_Association_2" sourceElement="BPMNShape_DataObject_1" targetElement="BPMNShape_Task_5">
<bpmndi:BPMNLabel id="BPMNLabel_86"/>
<di:waypoint x="301.0" y="140.0"/>
<di:waypoint x="301.0" y="196.0"/>
<di:waypoint x="308.0" y="196.0"/>
<di:waypoint x="308.0" y="205.0"/>
<di:waypoint x="310.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_86"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_29" id="BPMNEdge_SequenceFlow_30" sourceElement="BPMNShape_EventBasedGateway_4" targetElement="BPMNShape_IntermediateCatchEvent_17">
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
<di:waypoint x="1025.0" y="1830.0"/>
<di:waypoint x="1025.0" y="1893.0"/>
<di:waypoint x="1087.0" y="1893.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_30" id="BPMNEdge_SequenceFlow_31" sourceElement="BPMNShape_EventBasedGateway_4" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_91"/>
<di:waypoint x="1050.0" y="1805.0"/>
<di:waypoint x="1128.0" y="1805.0"/>
<di:waypoint x="1207.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_91"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_32" id="BPMNEdge_SequenceFlow_33" sourceElement="BPMNShape_Task_1" targetElement="BPMNShape_EventBasedGateway_4">
<bpmndi:BPMNLabel id="BPMNLabel_93"/>
<di:waypoint x="950.0" y="1805.0"/>
<di:waypoint x="1000.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_93"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_47" id="BPMNEdge_SequenceFlow_48" sourceElement="BPMNShape_Task_11" targetElement="BPMNShape_EndEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_111"/>
<di:waypoint x="2530.0" y="1805.0"/>
<di:waypoint x="2576.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_111"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_55" id="BPMNEdge_SequenceFlow_56" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_27">
<bpmndi:BPMNLabel id="BPMNLabel_117"/>
<di:waypoint x="1560.0" y="1805.0"/>
<di:waypoint x="1627.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_117"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_1" id="BPMNEdge_SequenceFlow_2" sourceElement="BPMNShape_ExclusiveGateway_3" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_22">
<dc:Bounds height="14.0" width="57.0" x="1042.0" y="1561.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1345.0" y="1070.0"/>
<di:waypoint x="1345.0" y="1520.0"/>
<di:waypoint x="895.0" y="1520.0"/>
<di:waypoint x="895.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_22">
<dc:Bounds height="14.0" width="57.0" x="1042.0" y="1561.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_18" id="BPMNEdge_SequenceFlow_19" sourceElement="BPMNShape_IntermediateCatchEvent_4" targetElement="BPMNShape_ExclusiveGateway_3">
<bpmndi:BPMNLabel id="BPMNLabel_45"/>
<di:waypoint x="922.0" y="1045.0"/>
<di:waypoint x="1320.0" y="1045.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_45"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_3" id="BPMNEdge_Association_3" sourceElement="BPMNShape_TextAnnotation_2" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
<di:waypoint x="666.0" y="1774.0"/>
<di:waypoint x="876.0" y="1774.0"/>
<di:waypoint x="876.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_12" id="BPMNEdge_SequenceFlow_13" sourceElement="BPMNShape_IntermediateCatchEvent_27" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_31"/>
<di:waypoint x="1663.0" y="1805.0"/>
<di:waypoint x="1670.0" y="1805.0"/>
<di:waypoint x="1710.0" y="1805.0"/>
<di:waypoint x="1750.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_31"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_19" id="BPMNEdge_SequenceFlow_20" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_9">
<bpmndi:BPMNLabel id="BPMNLabel_46"/>
<di:waypoint x="1775.0" y="1830.0"/>
<di:waypoint x="1775.0" y="1905.0"/>
<di:waypoint x="2057.0" y="1905.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_46"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_23" id="BPMNEdge_SequenceFlow_23" sourceElement="BPMNShape_IntermediateCatchEvent_9" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_48"/>
<di:waypoint x="2093.0" y="1905.0"/>
<di:waypoint x="2096.0" y="1905.0"/>
<di:waypoint x="2140.0" y="1905.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_48"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_25" id="BPMNEdge_SequenceFlow_26" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_NwBRTQ">
<di:waypoint x="1800.0" y="1805.0"/>
<di:waypoint x="2318.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_49">
<dc:Bounds height="14.0" width="60.0" x="2078.0" y="1816.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1800.0" y="1805.0"/>
<di:waypoint x="2318.0" y="1805.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_21" id="BPMNEdge_SequenceFlow_21" sourceElement="BPMNShape_IntermediateCatchEvent_11" targetElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_59"/>
<di:waypoint x="153.0" y="115.0"/>
<di:waypoint x="155.0" y="115.0"/>
<di:waypoint x="244.0" y="115.0"/>
<di:waypoint x="244.0" y="181.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_59"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_39" id="BPMNEdge_SequenceFlow_40" sourceElement="BPMNShape_IntermediateCatchEvent_19" targetElement="BPMNShape_Task_4">
<bpmndi:BPMNLabel id="BPMNLabel_94"/>
<di:waypoint x="2274.0" y="232.0"/>
<di:waypoint x="2332.0" y="232.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_94"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_40" id="BPMNEdge_SequenceFlow_41" sourceElement="BPMNShape_Task_4" targetElement="BPMNShape_EndEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_95"/>
<di:waypoint x="2442.0" y="232.0"/>
<di:waypoint x="2499.0" y="232.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_95"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_14" id="BPMNEdge_SequenceFlow_15" sourceElement="BPMNShape_Task_6" targetElement="BPMNShape_IntermediateCatchEvent_20">
<bpmndi:BPMNLabel id="BPMNLabel_97"/>
<di:waypoint x="2250.0" y="1905.0"/>
<di:waypoint x="2252.0" y="1905.0"/>
<di:waypoint x="2285.0" y="1905.0"/>
<di:waypoint x="2325.0" y="1905.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_97"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_42" id="BPMNEdge_SequenceFlow_43" sourceElement="BPMNShape_IntermediateCatchEvent_20" targetElement="BPMNShape_NwBRTQ">
<bpmndi:BPMNLabel id="BPMNLabel_98"/>
<di:waypoint x="2343.0" y="1887.0"/>
<di:waypoint x="2343.0" y="1830.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_98"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_44" id="BPMNEdge_SequenceFlow_45" sourceElement="BPMNShape_IntermediateCatchEvent_21" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_102"/>
<di:waypoint x="2475.0" y="1887.0"/>
<di:waypoint x="2475.0" y="1830.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_102"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_1" id="BPMNEdge_Association_1" sourceElement="BPMNShape_TextAnnotation_4" targetElement="BPMNShape_IntermediateCatchEvent_7">
<bpmndi:BPMNLabel id="BPMNLabel_108"/>
<di:waypoint x="947.0" y="1148.0"/>
<di:waypoint x="855.0" y="1148.0"/>
<di:waypoint x="855.0" y="1050.0"/>
<di:waypoint x="825.0" y="1050.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_108"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_50" id="BPMNEdge_SequenceFlow_51" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_23">
<bpmndi:BPMNLabel id="BPMNLabel_118"/>
<di:waypoint x="1522.0" y="1780.0"/>
<di:waypoint x="1522.0" y="1695.0"/>
<di:waypoint x="1627.0" y="1695.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_118"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_53" id="BPMNEdge_SequenceFlow_54" sourceElement="BPMNShape_IntermediateCatchEvent_23" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_119"/>
<di:waypoint x="1663.0" y="1695.0"/>
<di:waypoint x="1775.0" y="1695.0"/>
<di:waypoint x="1775.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_119"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_54" id="BPMNEdge_SequenceFlow_55" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_24">
<bpmndi:BPMNLabel id="BPMNLabel_121"/>
<di:waypoint x="715.0" y="1020.0"/>
<di:waypoint x="715.0" y="953.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_121"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_5" id="BPMNEdge_Association_5" sourceElement="BPMNShape_DataObject_2" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_70"/>
<di:waypoint x="328.0" y="980.0"/>
<di:waypoint x="328.0" y="998.0"/>
<di:waypoint x="379.0" y="998.0"/>
<di:waypoint x="379.0" y="1020.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_70"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_9" id="BPMNEdge_SequenceFlow_11" sourceElement="BPMNShape_Task_8" targetElement="BPMNShape_EndEvent_3">
<bpmndi:BPMNLabel id="BPMNLabel_73"/>
<di:waypoint x="2444.0" y="432.0"/>
<di:waypoint x="2501.0" y="432.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_73"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_17" id="BPMNEdge_SequenceFlow_18" sourceElement="BPMNShape_IntermediateCatchEvent_12" targetElement="BPMNShape_20eZ0w">
<bpmndi:BPMNLabel id="BPMNLabel_105"/>
<di:waypoint x="2193.0" y="432.0"/>
<di:waypoint x="2239.0" y="432.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_105"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_46" id="BPMNEdge_SequenceFlow_47" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_IntermediateCatchEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_124"/>
<di:waypoint x="705.0" y="320.0"/>
<di:waypoint x="705.0" y="362.0"/>
<di:waypoint x="719.0" y="362.0"/>
<di:waypoint x="719.0" y="397.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_124"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_2" id="BPMNEdge_SequenceFlow_3" sourceElement="BPMNShape_IntermediateCatchEvent_17" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_37"/>
<di:waypoint x="1123.0" y="1895.0"/>
<di:waypoint x="1170.0" y="1895.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_37"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_52" id="BPMNEdge_SequenceFlow_53" sourceElement="BPMNShape_IntermediateCatchEvent_28" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_130"/>
<di:waypoint x="2441.0" y="1735.0"/>
<di:waypoint x="2475.0" y="1735.0"/>
<di:waypoint x="2475.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_130"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_59" id="BPMNEdge_SequenceFlow_60" sourceElement="BPMNShape_IntermediateCatchEvent_30" targetElement="BPMNShape_Task_4">
<bpmndi:BPMNLabel id="BPMNLabel_133"/>
<di:waypoint x="2387.0" y="170.0"/>
<di:waypoint x="2387.0" y="176.0"/>
<di:waypoint x="2387.0" y="188.0"/>
<di:waypoint x="2387.0" y="207.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_133"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_60" id="BPMNEdge_SequenceFlow_61" sourceElement="BPMNShape_IntermediateCatchEvent_29" targetElement="BPMNShape_Task_8">
<bpmndi:BPMNLabel id="BPMNLabel_134"/>
<di:waypoint x="2389.0" y="370.0"/>
<di:waypoint x="2389.0" y="372.0"/>
<di:waypoint x="2389.0" y="389.0"/>
<di:waypoint x="2389.0" y="406.0"/>
<di:waypoint x="2389.0" y="407.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_134"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_67" id="BPMNEdge_SequenceFlow_68" sourceElement="BPMNShape_IntermediateCatchEvent_26" targetElement="BPMNShape_ExclusiveGateway_5">
<bpmndi:BPMNLabel id="BPMNLabel_148"/>
<di:waypoint x="1243.0" y="1805.0"/>
<di:waypoint x="1284.0" y="1805.0"/>
<di:waypoint x="1325.0" y="1805.0"/>
<di:waypoint x="1330.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_148"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_68" id="BPMNEdge_SequenceFlow_69" sourceElement="BPMNShape_ExclusiveGateway_3" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_149">
<dc:Bounds height="14.0" width="30.0" x="1749.0" y="1406.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1365.0" y="1040.0"/>
<di:waypoint x="1875.0" y="1040.0"/>
<di:waypoint x="1875.0" y="1588.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_149">
<dc:Bounds height="14.0" width="30.0" x="1749.0" y="1406.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_4" id="BPMNEdge_SequenceFlow_5" sourceElement="BPMNShape_ExclusiveGateway_5" targetElement="BPMNShape_Task_13">
<bpmndi:BPMNLabel id="BPMNLabel_23">
<dc:Bounds height="14.0" width="45.0" x="1606.0" y="2067.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1355.0" y="1830.0"/>
<di:waypoint x="1355.0" y="2066.0"/>
<di:waypoint x="2140.0" y="2066.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_23">
<dc:Bounds height="14.0" width="45.0" x="1606.0" y="2067.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_5" id="BPMNEdge_SequenceFlow_6" sourceElement="BPMNShape_Task_13" targetElement="BPMNShape_IntermediateCatchEvent_21">
<bpmndi:BPMNLabel id="BPMNLabel_26"/>
<di:waypoint x="2250.0" y="2065.0"/>
<di:waypoint x="2475.0" y="2065.0"/>
<di:waypoint x="2475.0" y="1923.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_26"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_7" id="BPMNEdge_Association_7" sourceElement="BPMNShape_DataObject_3" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_135"/>
<di:waypoint x="952.0" y="1702.0"/>
<di:waypoint x="952.0" y="1741.0"/>
<di:waypoint x="925.0" y="1741.0"/>
<di:waypoint x="925.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_135"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_7" id="BPMNEdge_SequenceFlow_8" sourceElement="BPMNShape_IntermediateCatchEvent_24" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_137"/>
<di:waypoint x="733.0" y="935.0"/>
<di:waypoint x="738.0" y="935.0"/>
<di:waypoint x="830.0" y="935.0"/>
<di:waypoint x="920.0" y="935.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_137"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_61" id="BPMNEdge_SequenceFlow_62" sourceElement="BPMNShape_Task_14" targetElement="BPMNShape_IntermediateCatchEvent_31">
<bpmndi:BPMNLabel id="BPMNLabel_139"/>
<di:waypoint x="1030.0" y="935.0"/>
<di:waypoint x="1032.0" y="935.0"/>
<di:waypoint x="1064.0" y="935.0"/>
<di:waypoint x="1087.0" y="935.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_139"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_62" id="BPMNEdge_SequenceFlow_63" sourceElement="BPMNShape_IntermediateCatchEvent_33" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_141"/>
<di:waypoint x="1010.0" y="883.0"/>
<di:waypoint x="1010.0" y="897.0"/>
<di:waypoint x="975.0" y="897.0"/>
<di:waypoint x="975.0" y="910.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_141"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_63" id="BPMNEdge_SequenceFlow_64" sourceElement="BPMNShape_IntermediateCatchEvent_31" targetElement="BPMNShape_IntermediateThrowEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_146"/>
<di:waypoint x="1123.0" y="935.0"/>
<di:waypoint x="1126.0" y="935.0"/>
<di:waypoint x="1157.0" y="935.0"/>
<di:waypoint x="1177.0" y="935.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_146"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_56" id="BPMNEdge_SequenceFlow_57" sourceElement="BPMNShape_IntermediateCatchEvent_34" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_147"/>
<di:waypoint x="1480.0" y="1713.0"/>
<di:waypoint x="1480.0" y="1745.0"/>
<di:waypoint x="1494.0" y="1745.0"/>
<di:waypoint x="1494.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_147"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_64" id="BPMNEdge_SequenceFlow_65" sourceElement="BPMNShape_IntermediateCatchEvent_35" targetElement="BPMNShape_Task_15">
<bpmndi:BPMNLabel id="BPMNLabel_157"/>
<di:waypoint x="583.0" y="115.0"/>
<di:waypoint x="589.0" y="115.0"/>
<di:waypoint x="615.0" y="115.0"/>
<di:waypoint x="640.0" y="115.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_157"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_66" id="BPMNEdge_SequenceFlow_67" sourceElement="BPMNShape_Task_15" targetElement="BPMNShape_EndEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_158"/>
<di:waypoint x="750.0" y="115.0"/>
<di:waypoint x="753.0" y="115.0"/>
<di:waypoint x="774.0" y="115.0"/>
<di:waypoint x="795.0" y="115.0"/>
<di:waypoint x="797.0" y="115.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_158"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_71" id="BPMNEdge_SequenceFlow_72" sourceElement="BPMNShape_EventBasedGateway_1" targetElement="BPMNShape_IntermediateCatchEvent_35">
<bpmndi:BPMNLabel id="BPMNLabel_159"/>
<di:waypoint x="487.0" y="182.0"/>
<di:waypoint x="487.0" y="115.0"/>
<di:waypoint x="547.0" y="115.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_159"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_74" id="BPMNEdge_SequenceFlow_75" sourceElement="BPMNShape_IntermediateCatchEvent_36" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_164"/>
<di:waypoint x="583.0" y="375.0"/>
<di:waypoint x="688.0" y="375.0"/>
<di:waypoint x="688.0" y="320.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_164"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_20" id="BPMNEdge_SequenceFlow_22" sourceElement="BPMNShape_Task_5" targetElement="BPMNShape_EventBasedGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_47"/>
<di:waypoint x="420.0" y="205.0"/>
<di:waypoint x="440.0" y="205.0"/>
<di:waypoint x="460.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_47"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_22" id="BPMNEdge_SequenceFlow_24" sourceElement="BPMNShape_EventBasedGateway_1" targetElement="BPMNShape_IntermediateCatchEvent_13">
<bpmndi:BPMNLabel id="BPMNLabel_113"/>
<di:waypoint x="487.0" y="228.0"/>
<di:waypoint x="487.0" y="292.0"/>
<di:waypoint x="547.0" y="292.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_113"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_77" id="BPMNEdge_SequenceFlow_78" sourceElement="BPMNShape_IntermediateCatchEvent_13" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_143"/>
<di:waypoint x="583.0" y="295.0"/>
<di:waypoint x="650.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_143"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_73" id="BPMNEdge_SequenceFlow_74" sourceElement="BPMNShape_Task_14" targetElement="BPMNShape_IntermediateCatchEvent_37">
<bpmndi:BPMNLabel id="BPMNLabel_165"/>
<di:waypoint x="955.0" y="910.0"/>
<di:waypoint x="955.0" y="865.0"/>
<di:waypoint x="733.0" y="865.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_165"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_75" id="BPMNEdge_SequenceFlow_76" sourceElement="BPMNShape_IntermediateCatchEvent_37" targetElement="BPMNShape_ExclusiveGateway_10">
<bpmndi:BPMNLabel id="BPMNLabel_167"/>
<di:waypoint x="697.0" y="865.0"/>
<di:waypoint x="430.0" y="865.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_167"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_72" id="BPMNEdge_SequenceFlow_73" sourceElement="BPMNShape_Task_10" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_162"/>
<di:waypoint x="1225.0" y="1870.0"/>
<di:waypoint x="1225.0" y="1868.0"/>
<di:waypoint x="1225.0" y="1846.0"/>
<di:waypoint x="1225.0" y="1823.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_162"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_78" id="BPMNEdge_SequenceFlow_79" sourceElement="BPMNShape_IntermediateCatchEvent_38" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_169"/>
<di:waypoint x="1155.0" y="1957.0"/>
<di:waypoint x="1155.0" y="1943.0"/>
<di:waypoint x="1199.0" y="1943.0"/>
<di:waypoint x="1199.0" y="1920.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_169"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_57" id="BPMNEdge_SequenceFlow_58" sourceElement="BPMNShape_Task_17" targetElement="BPMNShape_IntermediateCatchEvent_10">
<bpmndi:BPMNLabel id="BPMNLabel_129"/>
<di:waypoint x="2240.0" y="1613.0"/>
<di:waypoint x="2325.0" y="1613.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_129"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_58" id="BPMNEdge_SequenceFlow_59" sourceElement="BPMNShape_IntermediateCatchEvent_10" targetElement="BPMNShape_NwBRTQ">
<bpmndi:BPMNLabel id="BPMNLabel_170"/>
<di:waypoint x="2343.0" y="1631.0"/>
<di:waypoint x="2343.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_170"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_79" id="BPMNEdge_SequenceFlow_80" sourceElement="BPMNShape_IntermediateCatchEvent_39" targetElement="BPMNShape_Task_17">
<bpmndi:BPMNLabel id="BPMNLabel_172"/>
<di:waypoint x="2185.0" y="1668.0"/>
<di:waypoint x="2185.0" y="1638.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_172"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_82" id="BPMNEdge_SequenceFlow_83" sourceElement="BPMNShape_Task_18" targetElement="BPMNShape_EndEvent_6">
<bpmndi:BPMNLabel id="BPMNLabel_180"/>
<di:waypoint x="1280.0" y="2105.0"/>
<di:waypoint x="1327.0" y="2105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_180"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_84" id="BPMNEdge_SequenceFlow_85" sourceElement="BPMNShape_IntermediateCatchEvent_42" targetElement="BPMNShape_Task_18">
<bpmndi:BPMNLabel id="BPMNLabel_181"/>
<di:waypoint x="1123.0" y="2105.0"/>
<di:waypoint x="1170.0" y="2105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_181"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_86" id="BPMNEdge_SequenceFlow_87" sourceElement="BPMNShape_Task_10" targetElement="BPMNShape_IntermediateCatchEvent_43">
<bpmndi:BPMNLabel id="BPMNLabel_184"/>
<di:waypoint x="1225.0" y="1920.0"/>
<di:waypoint x="1225.0" y="1937.0"/>
<di:waypoint x="1225.0" y="1957.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_184"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_87" id="BPMNEdge_SequenceFlow_88" sourceElement="BPMNShape_IntermediateCatchEvent_43" targetElement="BPMNShape_Task_18">
<bpmndi:BPMNLabel id="BPMNLabel_185"/>
<di:waypoint x="1225.0" y="1993.0"/>
<di:waypoint x="1225.0" y="1996.0"/>
<di:waypoint x="1225.0" y="2036.0"/>
<di:waypoint x="1225.0" y="2079.0"/>
<di:waypoint x="1225.0" y="2080.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_185"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_88" id="BPMNEdge_SequenceFlow_89" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_44">
<bpmndi:BPMNLabel id="BPMNLabel_187"/>
<di:waypoint x="1490.0" y="1830.0"/>
<di:waypoint x="1490.0" y="1893.0"/>
<di:waypoint x="1434.0" y="1893.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_187"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_89" id="BPMNEdge_SequenceFlow_90" sourceElement="BPMNShape_IntermediateCatchEvent_44" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_188"/>
<di:waypoint x="1398.0" y="1895.0"/>
<di:waypoint x="1280.0" y="1895.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_188"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_83" id="BPMNEdge_SequenceFlow_84" sourceElement="BPMNShape_IntermediateCatchEvent_41" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
<di:waypoint x="445.0" y="1107.0"/>
<di:waypoint x="445.0" y="1090.0"/>
<di:waypoint x="426.0" y="1090.0"/>
<di:waypoint x="426.0" y="1070.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_13" id="BPMNEdge_SequenceFlow_14" sourceElement="BPMNShape_IntermediateCatchEvent_45" targetElement="BPMNShape_IntermediateThrowEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_21"/>
<di:waypoint x="943.0" y="355.0"/>
<di:waypoint x="997.0" y="355.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_21"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_16" id="BPMNEdge_SequenceFlow_17" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_45">
<bpmndi:BPMNLabel id="BPMNLabel_183"/>
<di:waypoint x="815.0" y="320.0"/>
<di:waypoint x="815.0" y="349.0"/>
<di:waypoint x="908.0" y="349.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_183"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_85" id="BPMNEdge_SequenceFlow_86" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_EventBasedGateway_3">
<bpmndi:BPMNLabel id="BPMNLabel_190"/>
<di:waypoint x="760.0" y="295.0"/>
<di:waypoint x="790.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_190"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_90" id="BPMNEdge_SequenceFlow_91" sourceElement="BPMNShape_IntermediateCatchEvent_46" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_192"/>
<di:waypoint x="2538.0" y="1735.0"/>
<di:waypoint x="2495.0" y="1735.0"/>
<di:waypoint x="2495.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_192"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_34" id="BPMNEdge_SequenceFlow_35" sourceElement="BPMNShape_IntermediateCatchEvent_51" targetElement="BPMNShape_Task_13">
<bpmndi:BPMNLabel id="BPMNLabel_96"/>
<di:waypoint x="2217.0" y="2125.0"/>
<di:waypoint x="2195.0" y="2125.0"/>
<di:waypoint x="2195.0" y="2090.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_96"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_41" id="BPMNEdge_SequenceFlow_42" sourceElement="BPMNShape_IntermediateCatchEvent_53" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_224"/>
<di:waypoint x="2195.0" y="1957.0"/>
<di:waypoint x="2195.0" y="1930.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_224"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_95" id="BPMNEdge_SequenceFlow_96" sourceElement="BPMNShape_IntermediateCatchEvent_54" targetElement="BPMNShape_Task_5">
<bpmndi:BPMNLabel id="BPMNLabel_229"/>
<di:waypoint x="365.0" y="267.0"/>
<di:waypoint x="365.0" y="230.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_229"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_8" id="BPMNEdge_Association_8" sourceElement="BPMNShape_DataObject_4" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_243"/>
<di:waypoint x="822.0" y="415.0"/>
<di:waypoint x="746.0" y="415.0"/>
<di:waypoint x="746.0" y="320.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_243"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_104" id="BPMNEdge_SequenceFlow_105" sourceElement="BPMNShape_IntermediateCatchEvent_60" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_251"/>
<di:waypoint x="366.0" y="1107.0"/>
<di:waypoint x="366.0" y="1089.0"/>
<di:waypoint x="405.0" y="1089.0"/>
<di:waypoint x="405.0" y="1070.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_251"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_115" id="BPMNEdge_SequenceFlow_116" sourceElement="BPMNShape_IntermediateCatchEvent_61" targetElement="BPMNShape_IntermediateThrowEvent_9">
<bpmndi:BPMNLabel id="BPMNLabel_254"/>
<di:waypoint x="943.0" y="295.0"/>
<di:waypoint x="997.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_254"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_116" id="BPMNEdge_SequenceFlow_117" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_61">
<bpmndi:BPMNLabel id="BPMNLabel_255"/>
<di:waypoint x="840.0" y="295.0"/>
<di:waypoint x="907.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_255"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_119" id="BPMNEdge_SequenceFlow_120" sourceElement="BPMNShape_IntermediateCatchEvent_62" targetElement="BPMNShape_Task_13">
<bpmndi:BPMNLabel id="BPMNLabel_257"/>
<di:waypoint x="2153.0" y="2125.0"/>
<di:waypoint x="2165.0" y="2125.0"/>
<di:waypoint x="2165.0" y="2090.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_257"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_126" id="BPMNEdge_SequenceFlow_127" sourceElement="BPMNShape_IntermediateCatchEvent_5" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_261"/>
<di:waypoint x="487.0" y="357.0"/>
<di:waypoint x="487.0" y="337.0"/>
<di:waypoint x="660.0" y="337.0"/>
<di:waypoint x="660.0" y="320.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_261"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_15" id="BPMNEdge_SequenceFlow_16" sourceElement="BPMNShape_ExclusiveGateway_5" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_262"/>
<di:waypoint x="1380.0" y="1805.0"/>
<di:waypoint x="1412.0" y="1805.0"/>
<di:waypoint x="1450.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_262"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_10" id="BPMNEdge_Association_10" sourceElement="BPMNShape_TextAnnotation_6" targetElement="BPMNShape_ExclusiveGateway_5">
<bpmndi:BPMNLabel id="BPMNLabel_264"/>
<di:waypoint x="1225.0" y="1725.0"/>
<di:waypoint x="1225.0" y="1753.0"/>
<di:waypoint x="1350.0" y="1753.0"/>
<di:waypoint x="1350.0" y="1785.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_264"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_123" id="BPMNEdge_SequenceFlow_124" sourceElement="BPMNShape_IntermediateCatchEvent_63" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_269"/>
<di:waypoint x="795.0" y="1805.0"/>
<di:waypoint x="840.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_269"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_124" id="BPMNEdge_SequenceFlow_125" sourceElement="BPMNShape_IntermediateCatchEvent_64" targetElement="BPMNShape_Task_17">
<bpmndi:BPMNLabel id="BPMNLabel_271"/>
<di:waypoint x="2185.0" y="1531.0"/>
<di:waypoint x="2185.0" y="1588.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_271"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_125" id="BPMNEdge_SequenceFlow_126" sourceElement="BPMNShape_IntermediateCatchEvent_65" targetElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_273"/>
<di:waypoint x="245.0" y="267.0"/>
<di:waypoint x="245.0" y="230.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_273"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_129" id="BPMNEdge_SequenceFlow_130" sourceElement="BPMNShape_IntermediateCatchEvent_68" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_280"/>
<di:waypoint x="1885.0" y="1677.0"/>
<di:waypoint x="1885.0" y="1638.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_280"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_134" id="BPMNEdge_SequenceFlow_135" sourceElement="BPMNShape_ExclusiveGateway_10" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_285"/>
<di:waypoint x="405.0" y="890.0"/>
<di:waypoint x="405.0" y="1020.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_285"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_24" id="BPMNEdge_SequenceFlow_25" sourceElement="BPMNShape_IntermediateCatchEvent_70" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_283"/>
<di:waypoint x="1416.0" y="1713.0"/>
<di:waypoint x="1416.0" y="1749.0"/>
<di:waypoint x="1470.0" y="1749.0"/>
<di:waypoint x="1470.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_283"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_133" id="BPMNEdge_SequenceFlow_134" sourceElement="BPMNShape_IntermediateCatchEvent_71" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_290"/>
<di:waypoint x="1775.0" y="1613.0"/>
<di:waypoint x="1830.0" y="1613.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_290"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sequenceFlow_MxzvVQ" id="BPMNEdge_PFCzDQ" sourceElement="BPMNShape_Task_21" targetElement="BPMNShape_IntermediateCatchEvent_67">
<di:waypoint x="1940.0" y="1613.0"/>

File diff suppressed because it is too large Load diff

View file

@ -4101,7 +4101,7 @@ result.isValid=true;
<imixs-form>
<imixs-form-section columns="2" label="Invoice data">
<item name="cdtr.name" type="text" readonly="true" label="Vendor:"/>
<item name="partner.id" type="custom" path="alexander/businesspartner_search" requred="true" label="Vendor number1:" options="rerender"/>
<item name="partner.id" type="custom" options="rerender" path="alexander/businesspartner_search" requred="true" label="Vendor number1:" options="rerender"/>
</imixs-form-section>
<imixs-form-section columns="3">
<item name="invoice.number" type="text" label="Invoice number:" />
@ -5234,6 +5234,9 @@ Export erfolgt über eine asynchrone Verarbeitung im Modell 'invoice-export']]><
</bpmn2:process>
<bpmn2:process id="process_2" name="Invoice receipt" processType="Public">
<bpmn2:documentation id="documentation_yUm3kA"/>
<bpmn2:extensionElements>
<open-bpmn:auto-align/>
</bpmn2:extensionElements>
</bpmn2:process>
<bpmn2:message id="message_RTXWVg" name="Message-1">
<bpmn2:documentation id="documentation_PIebCA"/>
@ -5781,583 +5784,586 @@ Export erfolgt über eine asynchrone Verarbeitung im Modell 'invoice-export']]><
<dc:Bounds height="20.0" width="100.0" x="1748.5" y="1676.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="participant_9PUChg" id="BPMNShape_nAOWQA">
<dc:Bounds height="210.0" width="800.0" x="0.0" y="0.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_0" id="BPMNEdge_SequenceFlow_1" sourceElement="BPMNShape_StartEvent_1" targetElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_28"/>
<di:waypoint x="153.0" y="205.0"/>
<di:waypoint x="155.0" y="205.0"/>
<di:waypoint x="187.0" y="205.0"/>
<di:waypoint x="219.0" y="205.0"/>
<di:waypoint x="220.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_28"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_8" id="BPMNEdge_SequenceFlow_9" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_7">
<bpmndi:BPMNLabel id="BPMNLabel_35"/>
<di:waypoint x="590.0" y="1045.0"/>
<di:waypoint x="657.0" y="1045.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_35"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_31" id="BPMNEdge_SequenceFlow_32" sourceElement="BPMNShape_IntermediateCatchEvent_1" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_58"/>
<di:waypoint x="895.0" y="1877.0"/>
<di:waypoint x="895.0" y="1830.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_58"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_33" id="BPMNEdge_SequenceFlow_34" sourceElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_61"/>
<di:waypoint x="270.0" y="205.0"/>
<di:waypoint x="310.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_61"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_37" id="BPMNEdge_SequenceFlow_38" sourceElement="BPMNShape_Task_2" targetElement="BPMNShape_EventBasedGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_66"/>
<di:waypoint x="460.0" y="1045.0"/>
<di:waypoint x="540.0" y="1045.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_66"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_38" id="BPMNEdge_SequenceFlow_39" sourceElement="BPMNShape_IntermediateCatchEvent_6" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_67"/>
<di:waypoint x="273.0" y="1045.0"/>
<di:waypoint x="350.0" y="1045.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_67"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_2" id="BPMNEdge_Association_2" sourceElement="BPMNShape_DataObject_1" targetElement="BPMNShape_Task_5">
<bpmndi:BPMNLabel id="BPMNLabel_86"/>
<di:waypoint x="299.0" y="110.0"/>
<di:waypoint x="299.0" y="145.0"/>
<di:waypoint x="334.0" y="145.0"/>
<di:waypoint x="334.0" y="180.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_86"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_29" id="BPMNEdge_SequenceFlow_30" sourceElement="BPMNShape_EventBasedGateway_4" targetElement="BPMNShape_IntermediateCatchEvent_17">
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
<di:waypoint x="1025.0" y="1830.0"/>
<di:waypoint x="1025.0" y="1893.0"/>
<di:waypoint x="1087.0" y="1893.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_90"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_30" id="BPMNEdge_SequenceFlow_31" sourceElement="BPMNShape_EventBasedGateway_4" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_91"/>
<di:waypoint x="1050.0" y="1805.0"/>
<di:waypoint x="1128.0" y="1805.0"/>
<di:waypoint x="1207.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_91"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_32" id="BPMNEdge_SequenceFlow_33" sourceElement="BPMNShape_Task_1" targetElement="BPMNShape_EventBasedGateway_4">
<bpmndi:BPMNLabel id="BPMNLabel_93"/>
<di:waypoint x="950.0" y="1805.0"/>
<di:waypoint x="1000.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_93"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_47" id="BPMNEdge_SequenceFlow_48" sourceElement="BPMNShape_Task_11" targetElement="BPMNShape_EndEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_111"/>
<di:waypoint x="2497.0" y="1790.0"/>
<di:waypoint x="2497.0" y="1777.0"/>
<di:waypoint x="2625.0" y="1777.0"/>
<di:waypoint x="2625.0" y="1787.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_111"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_51" id="BPMNEdge_SequenceFlow_52" sourceElement="BPMNShape_IntermediateCatchEvent_7" targetElement="BPMNShape_2qp99g">
<bpmndi:BPMNLabel id="BPMNLabel_114"/>
<di:waypoint x="693.0" y="1045.0"/>
<di:waypoint x="767.0" y="1045.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_114"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_55" id="BPMNEdge_SequenceFlow_56" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_27">
<bpmndi:BPMNLabel id="BPMNLabel_117"/>
<di:waypoint x="1560.0" y="1805.0"/>
<di:waypoint x="1627.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_117"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_1" id="BPMNEdge_SequenceFlow_2" sourceElement="BPMNShape_ExclusiveGateway_3" targetElement="BPMNShape_Task_1">
<di:waypoint x="895.0" y="1070.0"/>
<di:waypoint x="895.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_22">
<dc:Bounds height="14.0" width="57.0" x="1042.0" y="1561.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="895.0" y="1070.0"/>
<di:waypoint x="895.0" y="1780.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_3" id="BPMNEdge_Association_3" sourceElement="BPMNShape_TextAnnotation_2" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
<di:waypoint x="631.0" y="1791.0"/>
<di:waypoint x="736.0" y="1791.0"/>
<di:waypoint x="736.0" y="1805.0"/>
<di:waypoint x="840.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_68"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_12" id="BPMNEdge_SequenceFlow_13" sourceElement="BPMNShape_IntermediateCatchEvent_27" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_31"/>
<di:waypoint x="1663.0" y="1805.0"/>
<di:waypoint x="1670.0" y="1805.0"/>
<di:waypoint x="1710.0" y="1805.0"/>
<di:waypoint x="1750.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_31"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_19" id="BPMNEdge_SequenceFlow_20" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_9">
<bpmndi:BPMNLabel id="BPMNLabel_46"/>
<di:waypoint x="1775.0" y="1830.0"/>
<di:waypoint x="1775.0" y="1905.0"/>
<di:waypoint x="2057.0" y="1905.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_46"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_23" id="BPMNEdge_SequenceFlow_23" sourceElement="BPMNShape_IntermediateCatchEvent_9" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_48"/>
<di:waypoint x="2093.0" y="1905.0"/>
<di:waypoint x="2140.0" y="1905.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_48"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_25" id="BPMNEdge_SequenceFlow_26" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_49">
<dc:Bounds height="14.0" width="60.0" x="2078.0" y="1816.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1800.0" y="1805.0"/>
<di:waypoint x="2107.0" y="1805.0"/>
<di:waypoint x="2107.0" y="1824.0"/>
<di:waypoint x="2415.0" y="1824.0"/>
<di:waypoint x="2415.0" y="1815.0"/>
<di:waypoint x="2420.0" y="1815.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_49">
<dc:Bounds height="14.0" width="60.0" x="2078.0" y="1816.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_21" id="BPMNEdge_SequenceFlow_21" sourceElement="BPMNShape_IntermediateCatchEvent_11" targetElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_59"/>
<di:waypoint x="153.0" y="115.0"/>
<di:waypoint x="155.0" y="115.0"/>
<di:waypoint x="244.0" y="115.0"/>
<di:waypoint x="244.0" y="181.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_59"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_39" id="BPMNEdge_SequenceFlow_40" sourceElement="BPMNShape_IntermediateCatchEvent_19" targetElement="BPMNShape_Task_4">
<bpmndi:BPMNLabel id="BPMNLabel_94"/>
<di:waypoint x="1963.0" y="935.0"/>
<di:waypoint x="2010.0" y="935.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_94"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_40" id="BPMNEdge_SequenceFlow_41" sourceElement="BPMNShape_Task_4" targetElement="BPMNShape_EndEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_95"/>
<di:waypoint x="2120.0" y="935.0"/>
<di:waypoint x="2167.0" y="935.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_95"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_14" id="BPMNEdge_SequenceFlow_15" sourceElement="BPMNShape_Task_6" targetElement="BPMNShape_IntermediateCatchEvent_20">
<bpmndi:BPMNLabel id="BPMNLabel_97"/>
<di:waypoint x="2250.0" y="1905.0"/>
<di:waypoint x="2317.0" y="1905.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_97"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_42" id="BPMNEdge_SequenceFlow_43" sourceElement="BPMNShape_IntermediateCatchEvent_20" targetElement="BPMNShape_Task_7">
<bpmndi:BPMNLabel id="BPMNLabel_98"/>
<di:waypoint x="2353.0" y="1905.0"/>
<di:waypoint x="2420.0" y="1905.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_98"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_43" id="BPMNEdge_SequenceFlow_44" sourceElement="BPMNShape_Task_7" targetElement="BPMNShape_IntermediateCatchEvent_21">
<bpmndi:BPMNLabel id="BPMNLabel_101"/>
<di:waypoint x="2530.0" y="1905.0"/>
<di:waypoint x="2567.0" y="1905.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_101"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_44" id="BPMNEdge_SequenceFlow_45" sourceElement="BPMNShape_IntermediateCatchEvent_21" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_102"/>
<di:waypoint x="2585.0" y="1887.0"/>
<di:waypoint x="2585.0" y="1816.0"/>
<di:waypoint x="2530.0" y="1816.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_102"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_1" id="BPMNEdge_Association_1" sourceElement="BPMNShape_TextAnnotation_4" targetElement="BPMNShape_IntermediateCatchEvent_7">
<bpmndi:BPMNLabel id="BPMNLabel_108"/>
<di:waypoint x="618.0" y="1160.0"/>
<di:waypoint x="618.0" y="1117.0"/>
<di:waypoint x="675.0" y="1117.0"/>
<di:waypoint x="675.0" y="1063.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_108"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_50" id="BPMNEdge_SequenceFlow_51" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_23">
<bpmndi:BPMNLabel id="BPMNLabel_118"/>
<di:waypoint x="1523.0" y="1780.0"/>
<di:waypoint x="1523.0" y="1695.0"/>
<di:waypoint x="1627.0" y="1695.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_118"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_53" id="BPMNEdge_SequenceFlow_54" sourceElement="BPMNShape_IntermediateCatchEvent_23" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_119"/>
<di:waypoint x="1663.0" y="1695.0"/>
<di:waypoint x="1775.0" y="1695.0"/>
<di:waypoint x="1775.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_119"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_54" id="BPMNEdge_SequenceFlow_55" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_24">
<bpmndi:BPMNLabel id="BPMNLabel_121"/>
<di:waypoint x="565.0" y="1020.0"/>
<di:waypoint x="565.0" y="953.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_121"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_5" id="BPMNEdge_Association_5" sourceElement="BPMNShape_DataObject_2" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_70"/>
<di:waypoint x="330.0" y="890.0"/>
<di:waypoint x="330.0" y="995.0"/>
<di:waypoint x="373.0" y="995.0"/>
<di:waypoint x="373.0" y="1020.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_70"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_9" id="BPMNEdge_SequenceFlow_11" sourceElement="BPMNShape_Task_8" targetElement="BPMNShape_EndEvent_3">
<bpmndi:BPMNLabel id="BPMNLabel_73"/>
<di:waypoint x="950.0" y="2105.0"/>
<di:waypoint x="1007.0" y="2105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_73"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_17" id="BPMNEdge_SequenceFlow_18" sourceElement="BPMNShape_IntermediateCatchEvent_12" targetElement="BPMNShape_Task_8">
<bpmndi:BPMNLabel id="BPMNLabel_105"/>
<di:waypoint x="783.0" y="2105.0"/>
<di:waypoint x="840.0" y="2105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_105"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_46" id="BPMNEdge_SequenceFlow_47" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_IntermediateCatchEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_124"/>
<di:waypoint x="704.0" y="320.0"/>
<di:waypoint x="704.0" y="359.0"/>
<di:waypoint x="715.0" y="359.0"/>
<di:waypoint x="715.0" y="397.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_124"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_48" id="BPMNEdge_SequenceFlow_49" sourceElement="BPMNShape_IntermediateCatchEvent_22" targetElement="BPMNShape_IntermediateThrowEvent_3">
<bpmndi:BPMNLabel id="BPMNLabel_127"/>
<di:waypoint x="943.0" y="245.0"/>
<di:waypoint x="997.0" y="245.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_127"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_49" id="BPMNEdge_SequenceFlow_50" sourceElement="BPMNShape_Task_5" targetElement="BPMNShape_IntermediateCatchEvent_22">
<bpmndi:BPMNLabel id="BPMNLabel_128"/>
<di:waypoint x="365.0" y="180.0"/>
<di:waypoint x="365.0" y="112.0"/>
<di:waypoint x="925.0" y="112.0"/>
<di:waypoint x="925.0" y="227.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_128"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_2" id="BPMNEdge_SequenceFlow_3" sourceElement="BPMNShape_IntermediateCatchEvent_17" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_37"/>
<di:waypoint x="1123.0" y="1895.0"/>
<di:waypoint x="1148.0" y="1895.0"/>
<di:waypoint x="1148.0" y="1884.0"/>
<di:waypoint x="1170.0" y="1884.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_37"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_3" id="BPMNEdge_SequenceFlow_4" sourceElement="BPMNShape_IntermediateCatchEvent_25" targetElement="BPMNShape_Task_7">
<bpmndi:BPMNLabel id="BPMNLabel_42"/>
<di:waypoint x="2475.0" y="1957.0"/>
<di:waypoint x="2475.0" y="1930.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_42"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_52" id="BPMNEdge_SequenceFlow_53" sourceElement="BPMNShape_IntermediateCatchEvent_28" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_130"/>
<di:waypoint x="2425.0" y="1713.0"/>
<di:waypoint x="2425.0" y="1752.0"/>
<di:waypoint x="2475.0" y="1752.0"/>
<di:waypoint x="2475.0" y="1790.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_130"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_59" id="BPMNEdge_SequenceFlow_60" sourceElement="BPMNShape_IntermediateCatchEvent_30" targetElement="BPMNShape_Task_4">
<bpmndi:BPMNLabel id="BPMNLabel_133"/>
<di:waypoint x="2065.0" y="873.0"/>
<di:waypoint x="2065.0" y="879.0"/>
<di:waypoint x="2065.0" y="891.0"/>
<di:waypoint x="2065.0" y="910.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_133"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_60" id="BPMNEdge_SequenceFlow_61" sourceElement="BPMNShape_IntermediateCatchEvent_29" targetElement="BPMNShape_Task_8">
<bpmndi:BPMNLabel id="BPMNLabel_134"/>
<di:waypoint x="895.0" y="2043.0"/>
<di:waypoint x="895.0" y="2045.0"/>
<di:waypoint x="895.0" y="2062.0"/>
<di:waypoint x="895.0" y="2079.0"/>
<di:waypoint x="895.0" y="2080.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_134"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_67" id="BPMNEdge_SequenceFlow_68" sourceElement="BPMNShape_IntermediateCatchEvent_26" targetElement="BPMNShape_ExclusiveGateway_5">
<bpmndi:BPMNLabel id="BPMNLabel_148"/>
<di:waypoint x="1243.0" y="1805.0"/>
<di:waypoint x="1284.0" y="1805.0"/>
<di:waypoint x="1325.0" y="1805.0"/>
<di:waypoint x="1330.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_148"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_68" id="BPMNEdge_SequenceFlow_69" sourceElement="BPMNShape_ExclusiveGateway_3" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_149">
<dc:Bounds height="14.0" width="30.0" x="1749.0" y="1406.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="920.0" y="1045.0"/>
<di:waypoint x="1876.0" y="1045.0"/>
<di:waypoint x="1876.0" y="1670.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_149">
<dc:Bounds height="14.0" width="30.0" x="1749.0" y="1406.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_4" id="BPMNEdge_SequenceFlow_5" sourceElement="BPMNShape_ExclusiveGateway_5" targetElement="BPMNShape_Task_13">
<bpmndi:BPMNLabel id="BPMNLabel_23">
<dc:Bounds height="14.0" width="45.0" x="1606.0" y="2067.0"/>
</bpmndi:BPMNLabel>
<di:waypoint x="1350.0" y="1825.0"/>
<di:waypoint x="1350.0" y="2066.0"/>
<di:waypoint x="2140.0" y="2066.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_23">
<dc:Bounds height="14.0" width="45.0" x="1606.0" y="2067.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_5" id="BPMNEdge_SequenceFlow_6" sourceElement="BPMNShape_Task_13" targetElement="BPMNShape_IntermediateCatchEvent_21">
<bpmndi:BPMNLabel id="BPMNLabel_26"/>
<di:waypoint x="2250.0" y="2066.0"/>
<di:waypoint x="2590.0" y="2066.0"/>
<di:waypoint x="2590.0" y="1922.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_26"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_7" id="BPMNEdge_Association_7" sourceElement="BPMNShape_DataObject_3" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_135"/>
<di:waypoint x="825.0" y="1695.0"/>
<di:waypoint x="847.0" y="1695.0"/>
<di:waypoint x="847.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_135"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_7" id="BPMNEdge_SequenceFlow_8" sourceElement="BPMNShape_IntermediateCatchEvent_24" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_137"/>
<di:waypoint x="583.0" y="935.0"/>
<di:waypoint x="770.0" y="935.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_137"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_61" id="BPMNEdge_SequenceFlow_62" sourceElement="BPMNShape_Task_14" targetElement="BPMNShape_IntermediateCatchEvent_31">
<bpmndi:BPMNLabel id="BPMNLabel_139"/>
<di:waypoint x="880.0" y="935.0"/>
<di:waypoint x="937.0" y="935.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_139"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_62" id="BPMNEdge_SequenceFlow_63" sourceElement="BPMNShape_IntermediateCatchEvent_33" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_141"/>
<di:waypoint x="855.0" y="873.0"/>
<di:waypoint x="855.0" y="892.0"/>
<di:waypoint x="825.0" y="892.0"/>
<di:waypoint x="825.0" y="910.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_141"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_63" id="BPMNEdge_SequenceFlow_64" sourceElement="BPMNShape_IntermediateCatchEvent_31" targetElement="BPMNShape_IntermediateThrowEvent_2">
<bpmndi:BPMNLabel id="BPMNLabel_146"/>
<di:waypoint x="973.0" y="935.0"/>
<di:waypoint x="1017.0" y="935.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_146"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_56" id="BPMNEdge_SequenceFlow_57" sourceElement="BPMNShape_IntermediateCatchEvent_34" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_147"/>
<di:waypoint x="1475.0" y="1713.0"/>
<di:waypoint x="1475.0" y="1718.0"/>
<di:waypoint x="1481.0" y="1718.0"/>
<di:waypoint x="1481.0" y="1749.0"/>
<di:waypoint x="1486.0" y="1749.0"/>
<di:waypoint x="1486.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_147"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_64" id="BPMNEdge_SequenceFlow_65" sourceElement="BPMNShape_IntermediateCatchEvent_35" targetElement="BPMNShape_Task_15">
<bpmndi:BPMNLabel id="BPMNLabel_157"/>
<di:waypoint x="583.0" y="155.0"/>
<di:waypoint x="650.0" y="155.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_157"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_66" id="BPMNEdge_SequenceFlow_67" sourceElement="BPMNShape_Task_15" targetElement="BPMNShape_EndEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_158"/>
<di:waypoint x="760.0" y="155.0"/>
<di:waypoint x="817.0" y="155.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_158"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_71" id="BPMNEdge_SequenceFlow_72" sourceElement="BPMNShape_EventBasedGateway_1" targetElement="BPMNShape_IntermediateCatchEvent_35">
<bpmndi:BPMNLabel id="BPMNLabel_159"/>
<di:waypoint x="484.0" y="181.0"/>
<di:waypoint x="484.0" y="155.0"/>
<di:waypoint x="547.0" y="155.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_159"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_74" id="BPMNEdge_SequenceFlow_75" sourceElement="BPMNShape_IntermediateCatchEvent_36" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_164"/>
<di:waypoint x="583.0" y="375.0"/>
<di:waypoint x="688.0" y="375.0"/>
<di:waypoint x="688.0" y="320.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_164"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_76" id="BPMNEdge_SequenceFlow_77" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_22">
<bpmndi:BPMNLabel id="BPMNLabel_166"/>
<di:waypoint x="815.0" y="270.0"/>
<di:waypoint x="815.0" y="245.0"/>
<di:waypoint x="907.0" y="245.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_166"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_20" id="BPMNEdge_SequenceFlow_22" sourceElement="BPMNShape_Task_5" targetElement="BPMNShape_EventBasedGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_47"/>
<di:waypoint x="420.0" y="205.0"/>
<di:waypoint x="460.0" y="205.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_47"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_22" id="BPMNEdge_SequenceFlow_24" sourceElement="BPMNShape_EventBasedGateway_1" targetElement="BPMNShape_IntermediateCatchEvent_13">
<bpmndi:BPMNLabel id="BPMNLabel_113"/>
<di:waypoint x="487.0" y="228.0"/>
<di:waypoint x="487.0" y="295.0"/>
<di:waypoint x="547.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_113"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_77" id="BPMNEdge_SequenceFlow_78" sourceElement="BPMNShape_IntermediateCatchEvent_13" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_143"/>
<di:waypoint x="583.0" y="295.0"/>
<di:waypoint x="650.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_143"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_73" id="BPMNEdge_SequenceFlow_74" sourceElement="BPMNShape_Task_14" targetElement="BPMNShape_IntermediateCatchEvent_37">
<bpmndi:BPMNLabel id="BPMNLabel_165"/>
<di:waypoint x="803.0" y="910.0"/>
<di:waypoint x="803.0" y="865.0"/>
<di:waypoint x="583.0" y="865.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_165"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_75" id="BPMNEdge_SequenceFlow_76" sourceElement="BPMNShape_IntermediateCatchEvent_37" targetElement="BPMNShape_ExclusiveGateway_10">
<bpmndi:BPMNLabel id="BPMNLabel_167"/>
<di:waypoint x="547.0" y="865.0"/>
<di:waypoint x="430.0" y="865.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_167"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_72" id="BPMNEdge_SequenceFlow_73" sourceElement="BPMNShape_Task_10" targetElement="BPMNShape_IntermediateCatchEvent_26">
<bpmndi:BPMNLabel id="BPMNLabel_162"/>
<di:waypoint x="1225.0" y="1870.0"/>
<di:waypoint x="1225.0" y="1823.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_162"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_78" id="BPMNEdge_SequenceFlow_79" sourceElement="BPMNShape_IntermediateCatchEvent_38" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_169"/>
<di:waypoint x="1155.0" y="1957.0"/>
<di:waypoint x="1155.0" y="1901.0"/>
<di:waypoint x="1170.0" y="1901.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_169"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_57" id="BPMNEdge_SequenceFlow_58" sourceElement="BPMNShape_Task_17" targetElement="BPMNShape_IntermediateCatchEvent_10">
<bpmndi:BPMNLabel id="BPMNLabel_129"/>
<di:waypoint x="2250.0" y="1695.0"/>
<di:waypoint x="2317.0" y="1695.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_129"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_58" id="BPMNEdge_SequenceFlow_59" sourceElement="BPMNShape_IntermediateCatchEvent_10" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_170"/>
<di:waypoint x="2335.0" y="1713.0"/>
<di:waypoint x="2335.0" y="1807.0"/>
<di:waypoint x="2415.0" y="1807.0"/>
<di:waypoint x="2415.0" y="1815.0"/>
<di:waypoint x="2420.0" y="1815.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_170"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_79" id="BPMNEdge_SequenceFlow_80" sourceElement="BPMNShape_IntermediateCatchEvent_39" targetElement="BPMNShape_Task_17">
<bpmndi:BPMNLabel id="BPMNLabel_172"/>
<di:waypoint x="2195.0" y="1767.0"/>
<di:waypoint x="2195.0" y="1720.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_172"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_80" id="BPMNEdge_SequenceFlow_81" sourceElement="BPMNShape_IntermediateCatchEvent_40" targetElement="BPMNShape_IntermediateThrowEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_175"/>
<di:waypoint x="1583.0" y="1895.0"/>
<di:waypoint x="1627.0" y="1895.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_175"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_81" id="BPMNEdge_SequenceFlow_82" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_40">
<bpmndi:BPMNLabel id="BPMNLabel_176"/>
<di:waypoint x="1532.0" y="1830.0"/>
<di:waypoint x="1532.0" y="1895.0"/>
<di:waypoint x="1547.0" y="1895.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_176"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_82" id="BPMNEdge_SequenceFlow_83" sourceElement="BPMNShape_Task_18" targetElement="BPMNShape_EndEvent_6">
<bpmndi:BPMNLabel id="BPMNLabel_180"/>
<di:waypoint x="1280.0" y="2105.0"/>
<di:waypoint x="1327.0" y="2105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_180"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_84" id="BPMNEdge_SequenceFlow_85" sourceElement="BPMNShape_IntermediateCatchEvent_42" targetElement="BPMNShape_Task_18">
<bpmndi:BPMNLabel id="BPMNLabel_181"/>
<di:waypoint x="1123.0" y="2105.0"/>
<di:waypoint x="1170.0" y="2105.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_181"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_86" id="BPMNEdge_SequenceFlow_87" sourceElement="BPMNShape_Task_10" targetElement="BPMNShape_IntermediateCatchEvent_43">
<bpmndi:BPMNLabel id="BPMNLabel_184"/>
<di:waypoint x="1225.0" y="1920.0"/>
<di:waypoint x="1225.0" y="1937.0"/>
<di:waypoint x="1225.0" y="1957.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_184"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_87" id="BPMNEdge_SequenceFlow_88" sourceElement="BPMNShape_IntermediateCatchEvent_43" targetElement="BPMNShape_Task_18">
<bpmndi:BPMNLabel id="BPMNLabel_185"/>
<di:waypoint x="1225.0" y="1993.0"/>
<di:waypoint x="1225.0" y="1996.0"/>
<di:waypoint x="1225.0" y="2036.0"/>
<di:waypoint x="1225.0" y="2079.0"/>
<di:waypoint x="1225.0" y="2080.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_185"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_88" id="BPMNEdge_SequenceFlow_89" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_44">
<bpmndi:BPMNLabel id="BPMNLabel_187"/>
<di:waypoint x="1487.0" y="1830.0"/>
<di:waypoint x="1487.0" y="1895.0"/>
<di:waypoint x="1473.0" y="1895.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_187"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_89" id="BPMNEdge_SequenceFlow_90" sourceElement="BPMNShape_IntermediateCatchEvent_44" targetElement="BPMNShape_Task_10">
<bpmndi:BPMNLabel id="BPMNLabel_188"/>
<di:waypoint x="1437.0" y="1895.0"/>
<di:waypoint x="1280.0" y="1895.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_188"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_83" id="BPMNEdge_SequenceFlow_84" sourceElement="BPMNShape_IntermediateCatchEvent_41" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
<di:waypoint x="405.0" y="1107.0"/>
<di:waypoint x="405.0" y="1070.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_6"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_13" id="BPMNEdge_SequenceFlow_14" sourceElement="BPMNShape_IntermediateCatchEvent_45" targetElement="BPMNShape_IntermediateThrowEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_21"/>
<di:waypoint x="943.0" y="355.0"/>
<di:waypoint x="997.0" y="355.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_21"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_16" id="BPMNEdge_SequenceFlow_17" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_45">
<bpmndi:BPMNLabel id="BPMNLabel_183"/>
<di:waypoint x="813.0" y="318.0"/>
<di:waypoint x="813.0" y="349.0"/>
<di:waypoint x="908.0" y="349.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_183"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_85" id="BPMNEdge_SequenceFlow_86" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_EventBasedGateway_3">
<bpmndi:BPMNLabel id="BPMNLabel_190"/>
<di:waypoint x="760.0" y="295.0"/>
<di:waypoint x="790.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_190"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_90" id="BPMNEdge_SequenceFlow_91" sourceElement="BPMNShape_IntermediateCatchEvent_46" targetElement="BPMNShape_Task_11">
<bpmndi:BPMNLabel id="BPMNLabel_192"/>
<di:waypoint x="2497.0" y="1695.0"/>
<di:waypoint x="2470.0" y="1695.0"/>
<di:waypoint x="2470.0" y="1790.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_192"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_34" id="BPMNEdge_SequenceFlow_35" sourceElement="BPMNShape_IntermediateCatchEvent_51" targetElement="BPMNShape_Task_13">
<bpmndi:BPMNLabel id="BPMNLabel_96"/>
<di:waypoint x="2217.0" y="2125.0"/>
<di:waypoint x="2195.0" y="2125.0"/>
<di:waypoint x="2195.0" y="2090.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_96"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_41" id="BPMNEdge_SequenceFlow_42" sourceElement="BPMNShape_IntermediateCatchEvent_53" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_224"/>
<di:waypoint x="2195.0" y="1957.0"/>
<di:waypoint x="2195.0" y="1930.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_224"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_95" id="BPMNEdge_SequenceFlow_96" sourceElement="BPMNShape_IntermediateCatchEvent_54" targetElement="BPMNShape_Task_5">
<bpmndi:BPMNLabel id="BPMNLabel_229"/>
<di:waypoint x="365.0" y="267.0"/>
<di:waypoint x="365.0" y="230.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_229"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_8" id="BPMNEdge_Association_8" sourceElement="BPMNShape_DataObject_4" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_243"/>
<di:waypoint x="780.0" y="384.0"/>
<di:waypoint x="749.0" y="384.0"/>
<di:waypoint x="749.0" y="320.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_243"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_104" id="BPMNEdge_SequenceFlow_105" sourceElement="BPMNShape_IntermediateCatchEvent_60" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_251"/>
<di:waypoint x="333.0" y="1125.0"/>
<di:waypoint x="365.0" y="1125.0"/>
<di:waypoint x="365.0" y="1070.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_251"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_115" id="BPMNEdge_SequenceFlow_116" sourceElement="BPMNShape_IntermediateCatchEvent_61" targetElement="BPMNShape_IntermediateThrowEvent_9">
<bpmndi:BPMNLabel id="BPMNLabel_254"/>
<di:waypoint x="943.0" y="295.0"/>
<di:waypoint x="997.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_254"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_116" id="BPMNEdge_SequenceFlow_117" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_61">
<bpmndi:BPMNLabel id="BPMNLabel_255"/>
<di:waypoint x="840.0" y="295.0"/>
<di:waypoint x="907.0" y="295.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_255"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_119" id="BPMNEdge_SequenceFlow_120" sourceElement="BPMNShape_IntermediateCatchEvent_62" targetElement="BPMNShape_Task_13">
<bpmndi:BPMNLabel id="BPMNLabel_257"/>
<di:waypoint x="2153.0" y="2125.0"/>
<di:waypoint x="2165.0" y="2125.0"/>
<di:waypoint x="2165.0" y="2090.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_257"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_126" id="BPMNEdge_SequenceFlow_127" sourceElement="BPMNShape_IntermediateCatchEvent_5" targetElement="BPMNShape_Task_16">
<bpmndi:BPMNLabel id="BPMNLabel_261"/>
<di:waypoint x="485.0" y="357.0"/>
<di:waypoint x="485.0" y="337.0"/>
<di:waypoint x="660.0" y="337.0"/>
<di:waypoint x="660.0" y="320.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_261"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_15" id="BPMNEdge_SequenceFlow_16" sourceElement="BPMNShape_ExclusiveGateway_5" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_262"/>
<di:waypoint x="1380.0" y="1805.0"/>
<di:waypoint x="1450.0" y="1805.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_262"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_10" id="BPMNEdge_Association_10" sourceElement="BPMNShape_TextAnnotation_6" targetElement="BPMNShape_ExclusiveGateway_5">
<bpmndi:BPMNLabel id="BPMNLabel_264"/>
<di:waypoint x="1225.0" y="1725.0"/>
<di:waypoint x="1225.0" y="1753.0"/>
<di:waypoint x="1350.0" y="1753.0"/>
<di:waypoint x="1350.0" y="1785.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_264"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_123" id="BPMNEdge_SequenceFlow_124" sourceElement="BPMNShape_IntermediateCatchEvent_63" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_269"/>
<di:waypoint x="825.0" y="1877.0"/>
<di:waypoint x="825.0" y="1813.0"/>
<di:waypoint x="840.0" y="1813.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_269"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_124" id="BPMNEdge_SequenceFlow_125" sourceElement="BPMNShape_IntermediateCatchEvent_64" targetElement="BPMNShape_Task_17">
<bpmndi:BPMNLabel id="BPMNLabel_271"/>
<di:waypoint x="2195.0" y="1613.0"/>
<di:waypoint x="2195.0" y="1670.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_271"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_125" id="BPMNEdge_SequenceFlow_126" sourceElement="BPMNShape_IntermediateCatchEvent_65" targetElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_273"/>
<di:waypoint x="245.0" y="267.0"/>
<di:waypoint x="245.0" y="230.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_273"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_129" id="BPMNEdge_SequenceFlow_130" sourceElement="BPMNShape_IntermediateCatchEvent_68" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_280"/>
<di:waypoint x="1885.0" y="1757.0"/>
<di:waypoint x="1885.0" y="1756.0"/>
<di:waypoint x="1885.0" y="1720.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_280"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_134" id="BPMNEdge_SequenceFlow_135" sourceElement="BPMNShape_ExclusiveGateway_10" targetElement="BPMNShape_Task_2">
<bpmndi:BPMNLabel id="BPMNLabel_285"/>
<di:waypoint x="405.0" y="890.0"/>
<di:waypoint x="405.0" y="1020.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_285"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_24" id="BPMNEdge_SequenceFlow_25" sourceElement="BPMNShape_IntermediateCatchEvent_70" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_283"/>
<di:waypoint x="1405.0" y="1713.0"/>
<di:waypoint x="1405.0" y="1718.0"/>
<di:waypoint x="1408.0" y="1718.0"/>
<di:waypoint x="1408.0" y="1795.0"/>
<di:waypoint x="1450.0" y="1795.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_283"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_133" id="BPMNEdge_SequenceFlow_134" sourceElement="BPMNShape_IntermediateCatchEvent_71" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_290"/>
<di:waypoint x="1795.0" y="1673.0"/>
<di:waypoint x="1795.0" y="1676.0"/>
<di:waypoint x="1798.0" y="1676.0"/>
<di:waypoint x="1798.0" y="1711.0"/>
<di:waypoint x="1830.0" y="1711.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_290"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sequenceFlow_MxzvVQ" id="BPMNEdge_PFCzDQ" sourceElement="BPMNShape_Task_21" targetElement="BPMNShape_IntermediateCatchEvent_67">
<di:waypoint x="1940.0" y="1695.0"/>