Update OP Listen

This commit is contained in:
Ralph Soika 2024-12-02 16:30:46 +01:00
parent ff832f327f
commit 32d731fadd
4 changed files with 124 additions and 164 deletions

View file

@ -111,7 +111,9 @@ public class ZahlungseingangSaldoAdapter implements SignalAdapter {
float invoiceRate = invoice.getItemValueFloat("invoice.rate"); float invoiceRate = invoice.getItemValueFloat("invoice.rate");
String mainCurrency = invoiceService.getCurrenciesOutMain(); String mainCurrency = invoiceService.getCurrenciesOutMain();
if (!invoiceCurrency.equals(mainCurrency) && !paymentCurrency.equals(mainCurrency)) { if ((!invoiceCurrency.equals(paymentCurrency))
&& (!invoiceCurrency.equals(mainCurrency) &&
!paymentCurrency.equals(mainCurrency))) {
String message = resourceBundleHandler.findMessage("ERROR_PAYMENT4"); String message = resourceBundleHandler.findMessage("ERROR_PAYMENT4");
message = message.replace("{1}", mainCurrency); message = message.replace("{1}", mainCurrency);
throw new PluginException(PluginException.class.getName(), throw new PluginException(PluginException.class.getName(),

View file

@ -9,14 +9,12 @@
<table class="imixsdatatable "> <table class="imixsdatatable ">
<tr> <tr>
<th style="">Zahlungseingang</th> <th style="">Zahlungseingang</th>
<th>Referenz</th> <th>Referenz</th>
<th style="width: 100px;">Betrag</th> <th style="width: 140px;">Betrag</th>
<th style="width: 100px;">Zahlung</th> <th style="width: 140px;">Zahlung</th>
<th style="width: 100px;">Währungsumsatz</th> <th style="width: 140px;">Währungsumsatz</th>
</tr> </tr>
<ui:param name="payments" <ui:param name="payments"

View file

@ -240,6 +240,7 @@ Bitte prüfen Sie die angefügte OP-Liste. Diese enthält sämtlich noch offenen
<textblock>OP-Liste Template</textblock> <textblock>OP-Liste Template</textblock>
<template>op-liste_template.xlsx</template> <template>op-liste_template.xlsx</template>
<target-name>op-liste_<itemvalue>dbtr.number</itemvalue>_<itemvalue format="yyyy-MM-dd">$lasteventdate</itemvalue>.xlsx</target-name> <target-name>op-liste_<itemvalue>dbtr.number</itemvalue>_<itemvalue format="yyyy-MM-dd">$lasteventdate</itemvalue>.xlsx</target-name>
<filter>true</filter>
</opliste> </opliste>
<poi-update name="findreplace"> <poi-update name="findreplace">

View file

@ -209,6 +209,7 @@
<bpmn2:flowNodeRef>TextAnnotation_5</bpmn2:flowNodeRef> <bpmn2:flowNodeRef>TextAnnotation_5</bpmn2:flowNodeRef>
<bpmn2:flowNodeRef>TextAnnotation_2</bpmn2:flowNodeRef> <bpmn2:flowNodeRef>TextAnnotation_2</bpmn2:flowNodeRef>
<bpmn2:flowNodeRef>event_e0gqXQ</bpmn2:flowNodeRef> <bpmn2:flowNodeRef>event_e0gqXQ</bpmn2:flowNodeRef>
<bpmn2:flowNodeRef>gateway_ApXfeg</bpmn2:flowNodeRef>
</bpmn2:lane> </bpmn2:lane>
</bpmn2:laneSet> </bpmn2:laneSet>
<bpmn2:task id="Task_5000" imixs:processid="5300" name="Freigabe"> <bpmn2:task id="Task_5000" imixs:processid="5300" name="Freigabe">
@ -1174,12 +1175,11 @@ if (paymentType!="direct_debit" && paymentType!="no_sepa" ) {
</imixs:item> </imixs:item>
</bpmn2:extensionElements> </bpmn2:extensionElements>
<bpmn2:documentation id="Documentation_31"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation> <bpmn2:documentation id="Documentation_31"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation>
<bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
<bpmn2:incoming>SequenceFlow_44</bpmn2:incoming> <bpmn2:incoming>SequenceFlow_44</bpmn2:incoming>
<bpmn2:incoming>SequenceFlow_58</bpmn2:incoming>
<bpmn2:incoming>SequenceFlow_90</bpmn2:incoming> <bpmn2:incoming>SequenceFlow_90</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_47</bpmn2:outgoing> <bpmn2:outgoing>SequenceFlow_47</bpmn2:outgoing>
<bpmn2:incoming>sequenceFlow_ucyuIw</bpmn2:incoming> <bpmn2:incoming>sequenceFlow_ucyuIw</bpmn2:incoming>
<bpmn2:incoming>sequenceFlow_SvEjiw</bpmn2:incoming>
</bpmn2:task> </bpmn2:task>
<bpmn2:endEvent id="EndEvent_2" name="Ende"> <bpmn2:endEvent id="EndEvent_2" name="Ende">
<bpmn2:incoming>SequenceFlow_47</bpmn2:incoming> <bpmn2:incoming>SequenceFlow_47</bpmn2:incoming>
@ -1416,7 +1416,7 @@ Bei Fragen wenden Sie sich bitte an info@imixs.com
<bpmn2:sequenceFlow id="SequenceFlow_23" sourceRef="IntermediateCatchEvent_4" targetRef="Task_6"> <bpmn2:sequenceFlow id="SequenceFlow_23" sourceRef="IntermediateCatchEvent_4" targetRef="Task_6">
<bpmn2:documentation id="documentation_1m6wxw"/> <bpmn2:documentation id="documentation_1m6wxw"/>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_25" name="direct debit" sourceRef="ExclusiveGateway_2" targetRef="Task_5"> <bpmn2:sequenceFlow id="SequenceFlow_25" name="direct debit" sourceRef="ExclusiveGateway_2" targetRef="gateway_ApXfeg">
<bpmn2:conditionExpression id="formalExpression_mdbjmQ" xsi:type="bpmn2:tFormalExpression"><![CDATA[workitem['payment.type'][0]=="direct_debit" || workitem['payment.type'][0]=="credit" || workitem['payment.type'][0]=="no_sepa" ]]></bpmn2:conditionExpression> <bpmn2:conditionExpression id="formalExpression_mdbjmQ" xsi:type="bpmn2:tFormalExpression"><![CDATA[workitem['payment.type'][0]=="direct_debit" || workitem['payment.type'][0]=="credit" || workitem['payment.type'][0]=="no_sepa" ]]></bpmn2:conditionExpression>
<bpmn2:documentation id="documentation_ijngVA"/> <bpmn2:documentation id="documentation_ijngVA"/>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
@ -2889,8 +2889,8 @@ result.isValid=true;
<bpmn2:documentation id="documentation_Y76kfg"/> <bpmn2:documentation id="documentation_Y76kfg"/>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_68" name="credit" sourceRef="ExclusiveGateway_3" targetRef="Task_19"> <bpmn2:sequenceFlow id="SequenceFlow_68" name="credit" sourceRef="ExclusiveGateway_3" targetRef="Task_19">
<bpmn2:conditionExpression id="FormalExpression_3" xsi:type="bpmn2:tFormalExpression"> <bpmn2:conditionExpression id="formalExpression_ve0Ijw" xsi:type="bpmn2:tFormalExpression"><![CDATA[workitem.getItemValueString('payment.type')=="credit"
workitem['payment.type'][0]=="credit"</bpmn2:conditionExpression> ]]></bpmn2:conditionExpression>
<bpmn2:documentation id="documentation_3Qelug"/> <bpmn2:documentation id="documentation_3Qelug"/>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
<bpmn2:task id="Task_10" imixs:processid="5090" name="Abgeschlossen Gutschriftabgleich"> <bpmn2:task id="Task_10" imixs:processid="5090" name="Abgeschlossen Gutschriftabgleich">
@ -3830,7 +3830,7 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
<bpmn2:sequenceFlow id="SequenceFlow_57" sourceRef="Task_15" targetRef="IntermediateCatchEvent_5"> <bpmn2:sequenceFlow id="SequenceFlow_57" sourceRef="Task_15" targetRef="IntermediateCatchEvent_5">
<bpmn2:documentation id="documentation_P9vdGQ"/> <bpmn2:documentation id="documentation_P9vdGQ"/>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_58" sourceRef="IntermediateCatchEvent_5" targetRef="Task_5"> <bpmn2:sequenceFlow id="SequenceFlow_58" sourceRef="IntermediateCatchEvent_5" targetRef="gateway_ApXfeg">
<bpmn2:documentation id="documentation_JfVq1g"/> <bpmn2:documentation id="documentation_JfVq1g"/>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_34" imixs:activityid="10" name="Speichern"> <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_34" imixs:activityid="10" name="Speichern">
@ -6737,6 +6737,15 @@ if ( ( workitem.get(refField) == null || ''==workitem.get(refField)[0]) ) {
<bpmn2:sequenceFlow id="sequenceFlow_Dy0E0A" sourceRef="event_GwjqFw" targetRef="Task_1"> <bpmn2:sequenceFlow id="sequenceFlow_Dy0E0A" sourceRef="event_GwjqFw" targetRef="Task_1">
<bpmn2:documentation id="documentation_taiZ0g"/> <bpmn2:documentation id="documentation_taiZ0g"/>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
<bpmn2:exclusiveGateway gatewayDirection="Diverging" id="gateway_ApXfeg" name="">
<bpmn2:documentation id="documentation_8W6nuQ"/>
<bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
<bpmn2:outgoing>sequenceFlow_SvEjiw</bpmn2:outgoing>
<bpmn2:incoming>SequenceFlow_58</bpmn2:incoming>
</bpmn2:exclusiveGateway>
<bpmn2:sequenceFlow id="sequenceFlow_SvEjiw" sourceRef="gateway_ApXfeg" targetRef="Task_5">
<bpmn2:documentation id="documentation_aocFsg"/>
</bpmn2:sequenceFlow>
</bpmn2:process> </bpmn2:process>
<bpmn2:process id="process_2" name="Default Process" processType="Public"> <bpmn2:process id="process_2" name="Default Process" processType="Public">
<bpmn2:documentation id="documentation_vn3mZw"/> <bpmn2:documentation id="documentation_vn3mZw"/>
@ -6818,13 +6827,13 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_1" id="BPMNShape_ExclusiveGateway_1" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_1" id="BPMNShape_ExclusiveGateway_1" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="220.0" y="180.0"/> <dc:Bounds height="50.0" width="50.0" x="220.0" y="180.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_60" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_60" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="187.0" y="219.0"/> <dc:Bounds height="20.0" width="100.0" x="195.0" y="233.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="EventBasedGateway_2" id="BPMNShape_EventBasedGateway_2" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="EventBasedGateway_2" id="BPMNShape_EventBasedGateway_2" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="700.0" y="1020.0"/> <dc:Bounds height="50.0" width="50.0" x="700.0" y="1020.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_65" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_65" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="663.0" y="1054.0"/> <dc:Bounds height="20.0" width="100.0" x="675.0" y="1073.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_TextAnnotation_1"> <bpmndi:BPMNShape id="BPMNShape_TextAnnotation_1">
@ -6860,7 +6869,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="EventBasedGateway_4" id="BPMNShape_EventBasedGateway_4" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="EventBasedGateway_4" id="BPMNShape_EventBasedGateway_4" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="1000.0" y="1780.0"/> <dc:Bounds height="50.0" width="50.0" x="1000.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_80" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_80" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="968.0" y="1819.0"/> <dc:Bounds height="20.0" width="100.0" x="975.0" y="1833.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_16" id="BPMNShape_IntermediateCatchEvent_26"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_16" id="BPMNShape_IntermediateCatchEvent_26">
@ -6899,7 +6908,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_6" id="BPMNShape_ExclusiveGateway_6" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_6" id="BPMNShape_ExclusiveGateway_6" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="1050.0" y="1020.0"/> <dc:Bounds height="50.0" width="50.0" x="1050.0" y="1020.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_32" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_32" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="1018.0" y="1054.0"/> <dc:Bounds height="20.0" width="100.0" x="1025.0" y="1073.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_3" id="BPMNShape_IntermediateCatchEvent_5"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_3" id="BPMNShape_IntermediateCatchEvent_5">
@ -6914,7 +6923,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_2" id="BPMNShape_ExclusiveGateway_2" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_2" id="BPMNShape_ExclusiveGateway_2" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="1750.0" y="1780.0"/> <dc:Bounds height="50.0" width="50.0" x="1750.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_11" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_11" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="1718.0" y="1819.0"/> <dc:Bounds height="20.0" width="100.0" x="1725.0" y="1833.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_4" id="BPMNShape_IntermediateCatchEvent_9"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_4" id="BPMNShape_IntermediateCatchEvent_9">
@ -7040,7 +7049,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="EventBasedGateway_1" id="BPMNShape_EventBasedGateway_1" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="EventBasedGateway_1" id="BPMNShape_EventBasedGateway_1" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="460.0" y="180.0"/> <dc:Bounds height="50.0" width="50.0" x="460.0" y="180.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_106" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_106" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="430.0" y="219.0"/> <dc:Bounds height="20.0" width="100.0" x="435.0" y="233.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_19" id="BPMNShape_IntermediateCatchEvent_22"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_19" id="BPMNShape_IntermediateCatchEvent_22">
@ -7059,9 +7068,9 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<dc:Bounds height="50.0" width="110.0" x="1170.0" y="1870.0"/> <dc:Bounds height="50.0" width="110.0" x="1170.0" y="1870.0"/>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_22" id="BPMNShape_IntermediateCatchEvent_25"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_22" id="BPMNShape_IntermediateCatchEvent_25">
<dc:Bounds height="36.0" width="36.0" x="2447.0" y="1957.0"/> <dc:Bounds height="36.0" width="36.0" x="2457.0" y="1957.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_18" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_18" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="2420.0" y="1996.0"/> <dc:Bounds height="20.0" width="100.0" x="2430.0" y="1996.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_24" id="BPMNShape_IntermediateCatchEvent_29"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_24" id="BPMNShape_IntermediateCatchEvent_29">
@ -7161,18 +7170,18 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="Task_15" id="BPMNShape_Task_17"> <bpmndi:BPMNShape bpmnElement="Task_15" id="BPMNShape_Task_17">
<dc:Bounds height="50.0" width="110.0" x="2140.0" y="1680.0"/> <dc:Bounds height="50.0" width="110.0" x="2140.0" y="1660.0"/>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_5" id="BPMNShape_IntermediateCatchEvent_10"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_5" id="BPMNShape_IntermediateCatchEvent_10">
<dc:Bounds height="36.0" width="36.0" x="2317.0" y="1677.0"/> <dc:Bounds height="36.0" width="36.0" x="2317.0" y="1667.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_51" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_51" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="2286.5" y="1718.0"/> <dc:Bounds height="20.0" width="100.0" x="2286.5" y="1708.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_34" id="BPMNShape_IntermediateCatchEvent_39"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_34" id="BPMNShape_IntermediateCatchEvent_39">
<dc:Bounds height="36.0" width="36.0" x="2177.0" y="1757.0"/> <dc:Bounds height="36.0" width="36.0" x="2177.0" y="1737.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_171" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_171" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="2148.0" y="1793.0"/> <dc:Bounds height="20.0" width="100.0" x="2148.0" y="1773.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_35" id="BPMNShape_IntermediateCatchEvent_40"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_35" id="BPMNShape_IntermediateCatchEvent_40">
@ -7235,7 +7244,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="EventBasedGateway_3" id="BPMNShape_EventBasedGateway_3" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="EventBasedGateway_3" id="BPMNShape_EventBasedGateway_3" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="790.0" y="270.0"/> <dc:Bounds height="50.0" width="50.0" x="790.0" y="270.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_189" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_189" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="756.0" y="306.0"/> <dc:Bounds height="20.0" width="100.0" x="765.0" y="323.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_41" id="BPMNShape_IntermediateCatchEvent_46"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_41" id="BPMNShape_IntermediateCatchEvent_46">
@ -7271,7 +7280,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="EventBasedGateway_5" id="BPMNShape_EventBasedGateway_5" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="EventBasedGateway_5" id="BPMNShape_EventBasedGateway_5" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="700.0" y="1380.0"/> <dc:Bounds height="50.0" width="50.0" x="700.0" y="1380.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_203" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_203" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="668.0" y="1419.0"/> <dc:Bounds height="20.0" width="100.0" x="675.0" y="1433.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_47" id="BPMNShape_IntermediateCatchEvent_52"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_47" id="BPMNShape_IntermediateCatchEvent_52">
@ -7316,7 +7325,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="EventBasedGateway_6" id="BPMNShape_EventBasedGateway_6" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="EventBasedGateway_6" id="BPMNShape_EventBasedGateway_6" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="360.0" y="1380.0"/> <dc:Bounds height="50.0" width="50.0" x="360.0" y="1380.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_204" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_204" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="328.0" y="1419.0"/> <dc:Bounds height="20.0" width="100.0" x="335.0" y="1433.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_7" id="BPMNShape_ExclusiveGateway_7" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_7" id="BPMNShape_ExclusiveGateway_7" isMarkerVisible="true">
@ -7340,7 +7349,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_8" id="BPMNShape_ExclusiveGateway_8" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_8" id="BPMNShape_ExclusiveGateway_8" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="530.0" y="1500.0"/> <dc:Bounds height="50.0" width="50.0" x="530.0" y="1500.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_238" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_238" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="497.0" y="1537.0"/> <dc:Bounds height="20.0" width="100.0" x="505.0" y="1553.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_45" id="BPMNShape_IntermediateCatchEvent_50"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_45" id="BPMNShape_IntermediateCatchEvent_50">
@ -7350,9 +7359,9 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_46" id="BPMNShape_IntermediateCatchEvent_51"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_46" id="BPMNShape_IntermediateCatchEvent_51">
<dc:Bounds height="36.0" width="36.0" x="2217.0" y="2107.0"/> <dc:Bounds height="36.0" width="36.0" x="2227.0" y="2117.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_78" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_78" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="2184.0" y="2147.0"/> <dc:Bounds height="20.0" width="100.0" x="2194.0" y="2157.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_48" id="BPMNShape_IntermediateCatchEvent_53"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_48" id="BPMNShape_IntermediateCatchEvent_53">
@ -7398,33 +7407,33 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_56" id="BPMNShape_IntermediateCatchEvent_61"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_56" id="BPMNShape_IntermediateCatchEvent_61">
<dc:Bounds height="36.0" width="36.0" x="907.0" y="267.0"/> <dc:Bounds height="36.0" width="36.0" x="907.0" y="277.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_252" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_252" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="881.5" y="310.0"/> <dc:Bounds height="20.0" width="100.0" x="873.5" y="314.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateThrowEvent_9" id="BPMNShape_IntermediateThrowEvent_9"> <bpmndi:BPMNShape bpmnElement="IntermediateThrowEvent_9" id="BPMNShape_IntermediateThrowEvent_9">
<dc:Bounds height="36.0" width="36.0" x="997.0" y="267.0"/> <dc:Bounds height="36.0" width="36.0" x="997.0" y="277.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_253" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_253" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="971.0" y="310.0"/> <dc:Bounds height="20.0" width="100.0" x="971.0" y="320.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_57" id="BPMNShape_IntermediateCatchEvent_62"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_57" id="BPMNShape_IntermediateCatchEvent_62">
<dc:Bounds height="36.0" width="36.0" x="2127.0" y="2107.0"/> <dc:Bounds height="36.0" width="36.0" x="2117.0" y="2117.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_256" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_256" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="2099.5" y="2147.0"/> <dc:Bounds height="20.0" width="100.0" x="2089.5" y="2157.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_4" id="BPMNShape_ExclusiveGateway_4" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_4" id="BPMNShape_ExclusiveGateway_4" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="700.0" y="1190.0"/> <dc:Bounds height="50.0" width="50.0" x="700.0" y="1190.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_258" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_258" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="663.0" y="1229.0"/> <dc:Bounds height="20.0" width="100.0" x="675.0" y="1243.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_5" id="BPMNShape_ExclusiveGateway_5" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_5" id="BPMNShape_ExclusiveGateway_5" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="1330.0" y="1780.0"/> <dc:Bounds height="50.0" width="50.0" x="1330.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_40" labelStyle="BPMNLabelStyle_1"> <bpmndi:BPMNLabel id="BPMNLabel_40" labelStyle="BPMNLabelStyle_1">
<dc:Bounds height="20.0" width="100.0" x="1293.0" y="1819.0"/> <dc:Bounds height="20.0" width="100.0" x="1305.0" y="1833.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="TextAnnotation_5" id="BPMNShape_TextAnnotation_6"> <bpmndi:BPMNShape bpmnElement="TextAnnotation_5" id="BPMNShape_TextAnnotation_6">
@ -7437,9 +7446,9 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_59" id="BPMNShape_IntermediateCatchEvent_64"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_59" id="BPMNShape_IntermediateCatchEvent_64">
<dc:Bounds height="36.0" width="36.0" x="2177.0" y="1587.0"/> <dc:Bounds height="36.0" width="36.0" x="2177.0" y="1577.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_270"> <bpmndi:BPMNLabel id="BPMNLabel_270">
<dc:Bounds height="20.0" width="100.0" x="2148.5" y="1627.0"/> <dc:Bounds height="20.0" width="100.0" x="2148.5" y="1617.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_60" id="BPMNShape_IntermediateCatchEvent_65"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_60" id="BPMNShape_IntermediateCatchEvent_65">
@ -7455,30 +7464,30 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="Task_19" id="BPMNShape_Task_21"> <bpmndi:BPMNShape bpmnElement="Task_19" id="BPMNShape_Task_21">
<dc:Bounds height="50.0" width="110.0" x="1840.0" y="1680.0"/> <dc:Bounds height="50.0" width="110.0" x="1840.0" y="1660.0"/>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_62" id="BPMNShape_IntermediateCatchEvent_67"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_62" id="BPMNShape_IntermediateCatchEvent_67">
<dc:Bounds height="36.0" width="36.0" x="2017.0" y="1677.0"/> <dc:Bounds height="36.0" width="36.0" x="2007.0" y="1667.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_278"> <bpmndi:BPMNLabel id="BPMNLabel_278">
<dc:Bounds height="20.0" width="100.0" x="1989.0" y="1718.0"/> <dc:Bounds height="20.0" width="100.0" x="1979.0" y="1708.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_63" id="BPMNShape_IntermediateCatchEvent_68"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_63" id="BPMNShape_IntermediateCatchEvent_68">
<dc:Bounds height="36.0" width="36.0" x="1867.0" y="1757.0"/> <dc:Bounds height="36.0" width="36.0" x="1877.0" y="1737.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_279"> <bpmndi:BPMNLabel id="BPMNLabel_279">
<dc:Bounds height="20.0" width="100.0" x="1840.0" y="1792.0"/> <dc:Bounds height="20.0" width="100.0" x="1850.0" y="1772.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_9" id="BPMNShape_ExclusiveGateway_9" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_9" id="BPMNShape_ExclusiveGateway_9" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="700.0" y="460.0"/> <dc:Bounds height="50.0" width="50.0" x="700.0" y="460.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_265"> <bpmndi:BPMNLabel id="BPMNLabel_265">
<dc:Bounds height="20.0" width="100.0" x="671.0" y="502.0"/> <dc:Bounds height="20.0" width="100.0" x="675.0" y="513.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="ExclusiveGateway_10" id="BPMNShape_ExclusiveGateway_10" isMarkerVisible="true"> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_10" id="BPMNShape_ExclusiveGateway_10" isMarkerVisible="true">
<dc:Bounds height="50.0" width="50.0" x="510.0" y="870.0"/> <dc:Bounds height="50.0" width="50.0" x="510.0" y="870.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_284"> <bpmndi:BPMNLabel id="BPMNLabel_284">
<dc:Bounds height="20.0" width="100.0" x="478.0" y="909.0"/> <dc:Bounds height="20.0" width="100.0" x="485.0" y="923.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_64" id="BPMNShape_IntermediateCatchEvent_69"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_64" id="BPMNShape_IntermediateCatchEvent_69">
@ -7494,9 +7503,9 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_66" id="BPMNShape_IntermediateCatchEvent_71"> <bpmndi:BPMNShape bpmnElement="IntermediateCatchEvent_66" id="BPMNShape_IntermediateCatchEvent_71">
<dc:Bounds height="36.0" width="36.0" x="1867.0" y="1587.0"/> <dc:Bounds height="36.0" width="36.0" x="1877.0" y="1577.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_289"> <bpmndi:BPMNLabel id="BPMNLabel_289">
<dc:Bounds height="20.0" width="100.0" x="1840.5" y="1627.0"/> <dc:Bounds height="20.0" width="100.0" x="1850.5" y="1617.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_0" id="BPMNEdge_SequenceFlow_1" sourceElement="BPMNShape_StartEvent_1" targetElement="BPMNShape_ExclusiveGateway_1"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_0" id="BPMNEdge_SequenceFlow_1" sourceElement="BPMNShape_StartEvent_1" targetElement="BPMNShape_ExclusiveGateway_1">
@ -7598,9 +7607,8 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_18" id="BPMNEdge_SequenceFlow_19" sourceElement="BPMNShape_IntermediateCatchEvent_4" targetElement="BPMNShape_ExclusiveGateway_3"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_18" id="BPMNEdge_SequenceFlow_19" sourceElement="BPMNShape_IntermediateCatchEvent_4" targetElement="BPMNShape_ExclusiveGateway_3">
<bpmndi:BPMNLabel id="BPMNLabel_45"/> <bpmndi:BPMNLabel id="BPMNLabel_45"/>
<di:waypoint x="1233.0" y="1045.0"/> <di:waypoint x="1233.0" y="1045.0"/>
<di:waypoint x="1271.5" y="1045.0"/> <di:waypoint x="1335.0" y="1045.0"/>
<di:waypoint x="1271.5" y="1405.0"/> <di:waypoint x="1335.0" y="1380.0"/>
<di:waypoint x="1310.0" y="1405.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_3" id="BPMNEdge_Association_3" sourceElement="BPMNShape_TextAnnotation_2" targetElement="BPMNShape_Task_1"> <bpmndi:BPMNEdge bpmnElement="Association_3" id="BPMNEdge_Association_3" sourceElement="BPMNShape_TextAnnotation_2" targetElement="BPMNShape_Task_1">
<bpmndi:BPMNLabel id="BPMNLabel_68"/> <bpmndi:BPMNLabel id="BPMNLabel_68"/>
@ -7628,16 +7636,12 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<di:waypoint x="2098.0" y="1905.0"/> <di:waypoint x="2098.0" y="1905.0"/>
<di:waypoint x="2140.0" y="1905.0"/> <di:waypoint x="2140.0" y="1905.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_25" id="BPMNEdge_SequenceFlow_26" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_Task_11"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_25" id="BPMNEdge_SequenceFlow_26" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_0dVNJA">
<bpmndi:BPMNLabel id="BPMNLabel_49"> <bpmndi:BPMNLabel id="BPMNLabel_49">
<dc:Bounds height="14.0" width="60.0" x="2078.0" y="1816.0"/> <dc:Bounds height="14.0" width="60.0" x="2078.0" y="1816.0"/>
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<di:waypoint x="1800.0" y="1805.0"/> <di:waypoint x="1800.0" y="1805.0"/>
<di:waypoint x="2107.0" y="1805.0"/> <di:waypoint x="2500.0" y="1805.0"/>
<di:waypoint x="2107.0" y="1824.0"/>
<di:waypoint x="2637.0" y="1824.0"/>
<di:waypoint x="2637.0" y="1805.0"/>
<di:waypoint x="2640.0" y="1805.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_21" id="BPMNEdge_SequenceFlow_21" sourceElement="BPMNShape_IntermediateCatchEvent_11" targetElement="BPMNShape_ExclusiveGateway_1"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_21" id="BPMNEdge_SequenceFlow_21" sourceElement="BPMNShape_IntermediateCatchEvent_11" targetElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_59"/> <bpmndi:BPMNLabel id="BPMNLabel_59"/>
@ -7673,18 +7677,12 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_39" id="BPMNEdge_SequenceFlow_40" sourceElement="BPMNShape_IntermediateCatchEvent_19" targetElement="BPMNShape_Task_4"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_39" id="BPMNEdge_SequenceFlow_40" sourceElement="BPMNShape_IntermediateCatchEvent_19" targetElement="BPMNShape_Task_4">
<bpmndi:BPMNLabel id="BPMNLabel_94"/> <bpmndi:BPMNLabel id="BPMNLabel_94"/>
<di:waypoint x="1953.0" y="925.0"/> <di:waypoint x="1953.0" y="925.0"/>
<di:waypoint x="1956.0" y="925.0"/>
<di:waypoint x="1956.0" y="928.0"/>
<di:waypoint x="1983.0" y="928.0"/>
<di:waypoint x="1983.0" y="925.0"/>
<di:waypoint x="2010.0" y="925.0"/> <di:waypoint x="2010.0" y="925.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_40" id="BPMNEdge_SequenceFlow_41" sourceElement="BPMNShape_Task_4" targetElement="BPMNShape_EndEvent_1"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_40" id="BPMNEdge_SequenceFlow_41" sourceElement="BPMNShape_Task_4" targetElement="BPMNShape_EndEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_95"/> <bpmndi:BPMNLabel id="BPMNLabel_95"/>
<di:waypoint x="2120.0" y="925.0"/> <di:waypoint x="2120.0" y="925.0"/>
<di:waypoint x="2150.0" y="925.0"/> <di:waypoint x="2177.0" y="925.0"/>
<di:waypoint x="2150.0" y="928.0"/>
<di:waypoint x="2177.2517606507013" y="928.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_11" id="BPMNEdge_SequenceFlow_12" sourceElement="BPMNShape_IntermediateCatchEvent_3" targetElement="BPMNShape_Task_3"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_11" id="BPMNEdge_SequenceFlow_12" sourceElement="BPMNShape_IntermediateCatchEvent_3" targetElement="BPMNShape_Task_3">
<bpmndi:BPMNLabel id="BPMNLabel_41"/> <bpmndi:BPMNLabel id="BPMNLabel_41"/>
@ -7730,15 +7728,13 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_50" id="BPMNEdge_SequenceFlow_51" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_23"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_50" id="BPMNEdge_SequenceFlow_51" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_23">
<bpmndi:BPMNLabel id="BPMNLabel_118"/> <bpmndi:BPMNLabel id="BPMNLabel_118"/>
<di:waypoint x="1530.0" y="1780.0"/> <di:waypoint x="1530.0" y="1780.0"/>
<di:waypoint x="1530.0" y="1741.0"/> <di:waypoint x="1530.0" y="1735.0"/>
<di:waypoint x="1628.029437251523" y="1741.0"/> <di:waypoint x="1627.0" y="1735.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_53" id="BPMNEdge_SequenceFlow_54" sourceElement="BPMNShape_IntermediateCatchEvent_23" targetElement="BPMNShape_ExclusiveGateway_2"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_53" id="BPMNEdge_SequenceFlow_54" sourceElement="BPMNShape_IntermediateCatchEvent_23" targetElement="BPMNShape_ExclusiveGateway_2">
<bpmndi:BPMNLabel id="BPMNLabel_119"/> <bpmndi:BPMNLabel id="BPMNLabel_119"/>
<di:waypoint x="1663.0" y="1735.0"/> <di:waypoint x="1663.0" y="1735.0"/>
<di:waypoint x="1669.0" y="1735.0"/> <di:waypoint x="1776.0" y="1735.0"/>
<di:waypoint x="1669.0" y="1741.0"/>
<di:waypoint x="1776.0" y="1741.0"/>
<di:waypoint x="1776.0" y="1781.0"/> <di:waypoint x="1776.0" y="1781.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_54" id="BPMNEdge_SequenceFlow_55" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_24"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_54" id="BPMNEdge_SequenceFlow_55" sourceElement="BPMNShape_EventBasedGateway_2" targetElement="BPMNShape_IntermediateCatchEvent_24">
@ -7792,9 +7788,7 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_3" id="BPMNEdge_SequenceFlow_4" sourceElement="BPMNShape_IntermediateCatchEvent_25" targetElement="BPMNShape_Task_7"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_3" id="BPMNEdge_SequenceFlow_4" sourceElement="BPMNShape_IntermediateCatchEvent_25" targetElement="BPMNShape_Task_7">
<bpmndi:BPMNLabel id="BPMNLabel_42"/> <bpmndi:BPMNLabel id="BPMNLabel_42"/>
<di:waypoint x="2465.0" y="1957.0"/> <di:waypoint x="2475.0" y="1957.0"/>
<di:waypoint x="2465.0" y="1943.5"/>
<di:waypoint x="2475.0" y="1943.5"/>
<di:waypoint x="2475.0" y="1930.0"/> <di:waypoint x="2475.0" y="1930.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_59" id="BPMNEdge_SequenceFlow_60" sourceElement="BPMNShape_IntermediateCatchEvent_30" targetElement="BPMNShape_Task_4"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_59" id="BPMNEdge_SequenceFlow_60" sourceElement="BPMNShape_IntermediateCatchEvent_30" targetElement="BPMNShape_Task_4">
@ -7832,10 +7826,8 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<di:waypoint x="1360.0" y="1405.0"/> <di:waypoint x="1360.0" y="1405.0"/>
<di:waypoint x="1751.0" y="1405.0"/> <di:waypoint x="1751.0" y="1405.0"/>
<di:waypoint x="1751.0" y="1700.0"/> <di:waypoint x="1751.0" y="1686.0"/>
<di:waypoint x="1835.0" y="1700.0"/> <di:waypoint x="1840.0" y="1686.0"/>
<di:waypoint x="1835.0" y="1705.0"/>
<di:waypoint x="1840.0" y="1705.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_69" id="BPMNEdge_SequenceFlow_70" sourceElement="BPMNShape_IntermediateCatchEvent_32" targetElement="BPMNShape_Task_12"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_69" id="BPMNEdge_SequenceFlow_70" sourceElement="BPMNShape_IntermediateCatchEvent_32" targetElement="BPMNShape_Task_12">
<bpmndi:BPMNLabel id="BPMNLabel_151"/> <bpmndi:BPMNLabel id="BPMNLabel_151"/>
@ -7870,8 +7862,8 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNLabel id="BPMNLabel_135"/> <bpmndi:BPMNLabel id="BPMNLabel_135"/>
<di:waypoint x="827.5" y="1730.0"/> <di:waypoint x="827.5" y="1730.0"/>
<di:waypoint x="827.5" y="1755.0"/> <di:waypoint x="827.5" y="1755.0"/>
<di:waypoint x="895.0" y="1755.0"/> <di:waypoint x="856.0" y="1755.0"/>
<di:waypoint x="895.0" y="1780.0"/> <di:waypoint x="856.0" y="1780.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_7" id="BPMNEdge_SequenceFlow_8" sourceElement="BPMNShape_IntermediateCatchEvent_24" targetElement="BPMNShape_Task_14"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_7" id="BPMNEdge_SequenceFlow_8" sourceElement="BPMNShape_IntermediateCatchEvent_24" targetElement="BPMNShape_Task_14">
<bpmndi:BPMNLabel id="BPMNLabel_137"/> <bpmndi:BPMNLabel id="BPMNLabel_137"/>
@ -7902,11 +7894,9 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_56" id="BPMNEdge_SequenceFlow_57" sourceElement="BPMNShape_IntermediateCatchEvent_34" targetElement="BPMNShape_Task_9"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_56" id="BPMNEdge_SequenceFlow_57" sourceElement="BPMNShape_IntermediateCatchEvent_34" targetElement="BPMNShape_Task_9">
<bpmndi:BPMNLabel id="BPMNLabel_147"/> <bpmndi:BPMNLabel id="BPMNLabel_147"/>
<di:waypoint x="1475.0" y="1713.0"/> <di:waypoint x="1475.0" y="1713.0"/>
<di:waypoint x="1475.0" y="1718.0"/> <di:waypoint x="1475.0" y="1745.0"/>
<di:waypoint x="1481.0" y="1718.0"/> <di:waypoint x="1489.0" y="1745.0"/>
<di:waypoint x="1481.0" y="1749.0"/> <di:waypoint x="1489.0" y="1780.0"/>
<di:waypoint x="1485.0" y="1749.0"/>
<di:waypoint x="1485.0" y="1780.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_64" id="BPMNEdge_SequenceFlow_65" sourceElement="BPMNShape_IntermediateCatchEvent_35" targetElement="BPMNShape_Task_15"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_64" id="BPMNEdge_SequenceFlow_65" sourceElement="BPMNShape_IntermediateCatchEvent_35" targetElement="BPMNShape_Task_15">
<bpmndi:BPMNLabel id="BPMNLabel_157"/> <bpmndi:BPMNLabel id="BPMNLabel_157"/>
@ -7985,25 +7975,19 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_57" id="BPMNEdge_SequenceFlow_58" sourceElement="BPMNShape_Task_17" targetElement="BPMNShape_IntermediateCatchEvent_10"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_57" id="BPMNEdge_SequenceFlow_58" sourceElement="BPMNShape_Task_17" targetElement="BPMNShape_IntermediateCatchEvent_10">
<bpmndi:BPMNLabel id="BPMNLabel_129"/> <bpmndi:BPMNLabel id="BPMNLabel_129"/>
<di:waypoint x="2250.0" y="1705.0"/> <di:waypoint x="2250.0" y="1685.0"/>
<di:waypoint x="2253.0" y="1705.0"/> <di:waypoint x="2317.0" y="1685.0"/>
<di:waypoint x="2253.0" y="1700.0"/>
<di:waypoint x="2317.7083835342096" y="1700.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_58" id="BPMNEdge_SequenceFlow_59" sourceElement="BPMNShape_IntermediateCatchEvent_10" targetElement="BPMNShape_Task_11"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_58" id="BPMNEdge_SequenceFlow_59" sourceElement="BPMNShape_IntermediateCatchEvent_10" targetElement="BPMNShape_0dVNJA">
<bpmndi:BPMNLabel id="BPMNLabel_170"/> <bpmndi:BPMNLabel id="BPMNLabel_170"/>
<di:waypoint x="2353.0" y="1695.0"/> <di:waypoint x="2353.0" y="1685.0"/>
<di:waypoint x="2354.0" y="1695.0"/> <di:waypoint x="2526.0" y="1685.0"/>
<di:waypoint x="2354.0" y="1700.0"/> <di:waypoint x="2526.0" y="1781.0"/>
<di:waypoint x="2384.5" y="1700.0"/>
<di:waypoint x="2384.5" y="1805.0"/>
<di:waypoint x="2637.0" y="1805.0"/>
<di:waypoint x="2640.0" y="1805.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_79" id="BPMNEdge_SequenceFlow_80" sourceElement="BPMNShape_IntermediateCatchEvent_39" targetElement="BPMNShape_Task_17"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_79" id="BPMNEdge_SequenceFlow_80" sourceElement="BPMNShape_IntermediateCatchEvent_39" targetElement="BPMNShape_Task_17">
<bpmndi:BPMNLabel id="BPMNLabel_172"/> <bpmndi:BPMNLabel id="BPMNLabel_172"/>
<di:waypoint x="2195.0" y="1757.0"/> <di:waypoint x="2195.0" y="1737.0"/>
<di:waypoint x="2195.0" y="1730.0"/> <di:waypoint x="2195.0" y="1710.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_80" id="BPMNEdge_SequenceFlow_81" sourceElement="BPMNShape_IntermediateCatchEvent_40" targetElement="BPMNShape_IntermediateThrowEvent_1"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_80" id="BPMNEdge_SequenceFlow_81" sourceElement="BPMNShape_IntermediateCatchEvent_40" targetElement="BPMNShape_IntermediateThrowEvent_1">
<bpmndi:BPMNLabel id="BPMNLabel_175"/> <bpmndi:BPMNLabel id="BPMNLabel_175"/>
@ -8012,11 +7996,9 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_81" id="BPMNEdge_SequenceFlow_82" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_40"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_81" id="BPMNEdge_SequenceFlow_82" sourceElement="BPMNShape_Task_9" targetElement="BPMNShape_IntermediateCatchEvent_40">
<bpmndi:BPMNLabel id="BPMNLabel_176"/> <bpmndi:BPMNLabel id="BPMNLabel_176"/>
<di:waypoint x="1530.0" y="1830.0"/> <di:waypoint x="1535.0" y="1830.0"/>
<di:waypoint x="1530.0" y="1855.0"/> <di:waypoint x="1535.0" y="1854.0"/>
<di:waypoint x="1561.0" y="1855.0"/> <di:waypoint x="1555.0" y="1854.0"/>
<di:waypoint x="1561.0" y="1875.0"/>
<di:waypoint x="1555.0" y="1875.0"/>
<di:waypoint x="1555.0" y="1877.0"/> <di:waypoint x="1555.0" y="1877.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_82" id="BPMNEdge_SequenceFlow_83" sourceElement="BPMNShape_Task_18" targetElement="BPMNShape_EndEvent_6"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_82" id="BPMNEdge_SequenceFlow_83" sourceElement="BPMNShape_Task_18" targetElement="BPMNShape_EndEvent_6">
@ -8063,17 +8045,13 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_13" id="BPMNEdge_SequenceFlow_14" sourceElement="BPMNShape_IntermediateCatchEvent_45" targetElement="BPMNShape_IntermediateThrowEvent_4"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_13" id="BPMNEdge_SequenceFlow_14" sourceElement="BPMNShape_IntermediateCatchEvent_45" targetElement="BPMNShape_IntermediateThrowEvent_4">
<bpmndi:BPMNLabel id="BPMNLabel_21"/> <bpmndi:BPMNLabel id="BPMNLabel_21"/>
<di:waypoint x="943.0" y="345.0"/> <di:waypoint x="943.0" y="345.0"/>
<di:waypoint x="947.0" y="345.0"/>
<di:waypoint x="947.0" y="349.0"/>
<di:waypoint x="974.0" y="349.0"/>
<di:waypoint x="974.0" y="345.0"/>
<di:waypoint x="997.0" y="345.0"/> <di:waypoint x="997.0" y="345.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_16" id="BPMNEdge_SequenceFlow_17" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_45"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_16" id="BPMNEdge_SequenceFlow_17" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_45">
<bpmndi:BPMNLabel id="BPMNLabel_183"/> <bpmndi:BPMNLabel id="BPMNLabel_183"/>
<di:waypoint x="813.0" y="318.0"/> <di:waypoint x="813.0" y="318.0"/>
<di:waypoint x="813.0" y="349.0"/> <di:waypoint x="813.0" y="345.0"/>
<di:waypoint x="907.4500712252158" y="349.0"/> <di:waypoint x="907.0" y="345.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_85" id="BPMNEdge_SequenceFlow_86" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_EventBasedGateway_3"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_85" id="BPMNEdge_SequenceFlow_86" sourceElement="BPMNShape_Task_16" targetElement="BPMNShape_EventBasedGateway_3">
<bpmndi:BPMNLabel id="BPMNLabel_190"/> <bpmndi:BPMNLabel id="BPMNLabel_190"/>
@ -8151,18 +8129,14 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_111" id="BPMNEdge_SequenceFlow_112" sourceElement="BPMNShape_EventBasedGateway_5" targetElement="BPMNShape_IntermediateCatchEvent_7"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_111" id="BPMNEdge_SequenceFlow_112" sourceElement="BPMNShape_EventBasedGateway_5" targetElement="BPMNShape_IntermediateCatchEvent_7">
<bpmndi:BPMNLabel id="BPMNLabel_216"/> <bpmndi:BPMNLabel id="BPMNLabel_216"/>
<di:waypoint x="750.0" y="1405.0"/> <di:waypoint x="725.0" y="1380.0"/>
<di:waypoint x="798.5" y="1405.0"/> <di:waypoint x="725.0" y="1315.0"/>
<di:waypoint x="798.5" y="1045.0"/> <di:waypoint x="860.0" y="1315.0"/>
<di:waypoint x="847.0" y="1045.0"/> <di:waypoint x="860.0" y="1062.2916164657906"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_112" id="BPMNEdge_SequenceFlow_113" sourceElement="BPMNShape_Task_20" targetElement="BPMNShape_IntermediateCatchEvent_57"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_112" id="BPMNEdge_SequenceFlow_113" sourceElement="BPMNShape_Task_20" targetElement="BPMNShape_IntermediateCatchEvent_57">
<bpmndi:BPMNLabel id="BPMNLabel_219"/> <bpmndi:BPMNLabel id="BPMNLabel_219"/>
<di:waypoint x="925.0" y="1430.0"/> <di:waypoint x="925.0" y="1430.0"/>
<di:waypoint x="925.0" y="1467.0"/>
<di:waypoint x="928.0" y="1467.0"/>
<di:waypoint x="928.0" y="1505.0"/>
<di:waypoint x="925.0" y="1505.0"/>
<di:waypoint x="925.0" y="1507.0"/> <di:waypoint x="925.0" y="1507.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_113" id="BPMNEdge_SequenceFlow_114" sourceElement="BPMNShape_IntermediateCatchEvent_57" targetElement="BPMNShape_ExclusiveGateway_8"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_113" id="BPMNEdge_SequenceFlow_114" sourceElement="BPMNShape_IntermediateCatchEvent_57" targetElement="BPMNShape_ExclusiveGateway_8">
@ -8173,10 +8147,6 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_114" id="BPMNEdge_SequenceFlow_115" sourceElement="BPMNShape_IntermediateCatchEvent_58" targetElement="BPMNShape_Task_20"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_114" id="BPMNEdge_SequenceFlow_115" sourceElement="BPMNShape_IntermediateCatchEvent_58" targetElement="BPMNShape_Task_20">
<bpmndi:BPMNLabel id="BPMNLabel_221"/> <bpmndi:BPMNLabel id="BPMNLabel_221"/>
<di:waypoint x="925.0" y="1333.0"/> <di:waypoint x="925.0" y="1333.0"/>
<di:waypoint x="925.0" y="1336.0"/>
<di:waypoint x="928.0" y="1336.0"/>
<di:waypoint x="928.0" y="1358.0"/>
<di:waypoint x="925.0" y="1358.0"/>
<di:waypoint x="925.0" y="1380.0"/> <di:waypoint x="925.0" y="1380.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="Association_4" id="BPMNEdge_Association_4" sourceElement="BPMNShape_TextAnnotation_3" targetElement="BPMNShape_IntermediateCatchEvent_41"> <bpmndi:BPMNEdge bpmnElement="Association_4" id="BPMNEdge_Association_4" sourceElement="BPMNShape_TextAnnotation_3" targetElement="BPMNShape_IntermediateCatchEvent_41">
@ -8252,12 +8222,10 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_34" id="BPMNEdge_SequenceFlow_35" sourceElement="BPMNShape_IntermediateCatchEvent_51" targetElement="BPMNShape_Task_13"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_34" id="BPMNEdge_SequenceFlow_35" sourceElement="BPMNShape_IntermediateCatchEvent_51" targetElement="BPMNShape_Task_13">
<bpmndi:BPMNLabel id="BPMNLabel_96"/> <bpmndi:BPMNLabel id="BPMNLabel_96"/>
<di:waypoint x="2234.0" y="2107.0277992443885"/> <di:waypoint x="2245.0" y="2117.0"/>
<di:waypoint x="2234.0" y="2101.0"/> <di:waypoint x="2245.0" y="2103.5"/>
<di:waypoint x="2215.0" y="2101.0"/> <di:waypoint x="2225.0" y="2103.5"/>
<di:waypoint x="2215.0" y="2091.0"/> <di:waypoint x="2225.0" y="2090.0"/>
<di:waypoint x="2195.0" y="2091.0"/>
<di:waypoint x="2195.0" y="2090.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_41" id="BPMNEdge_SequenceFlow_42" sourceElement="BPMNShape_IntermediateCatchEvent_53" targetElement="BPMNShape_Task_6"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_41" id="BPMNEdge_SequenceFlow_42" sourceElement="BPMNShape_IntermediateCatchEvent_53" targetElement="BPMNShape_Task_6">
<bpmndi:BPMNLabel id="BPMNLabel_224"/> <bpmndi:BPMNLabel id="BPMNLabel_224"/>
@ -8305,25 +8273,20 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_115" id="BPMNEdge_SequenceFlow_116" sourceElement="BPMNShape_IntermediateCatchEvent_61" targetElement="BPMNShape_IntermediateThrowEvent_9"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_115" id="BPMNEdge_SequenceFlow_116" sourceElement="BPMNShape_IntermediateCatchEvent_61" targetElement="BPMNShape_IntermediateThrowEvent_9">
<bpmndi:BPMNLabel id="BPMNLabel_254"/> <bpmndi:BPMNLabel id="BPMNLabel_254"/>
<di:waypoint x="943.0" y="285.0"/> <di:waypoint x="943.0" y="295.0"/>
<di:waypoint x="997.0" y="285.0"/> <di:waypoint x="997.0" y="295.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_116" id="BPMNEdge_SequenceFlow_117" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_61"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_116" id="BPMNEdge_SequenceFlow_117" sourceElement="BPMNShape_EventBasedGateway_3" targetElement="BPMNShape_IntermediateCatchEvent_61">
<bpmndi:BPMNLabel id="BPMNLabel_255"/> <bpmndi:BPMNLabel id="BPMNLabel_255"/>
<di:waypoint x="840.0" y="295.0"/> <di:waypoint x="840.0" y="295.0"/>
<di:waypoint x="875.0" y="295.0"/> <di:waypoint x="907.0" y="295.0"/>
<di:waypoint x="875.0" y="292.0"/>
<di:waypoint x="908.416876048223" y="292.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_119" id="BPMNEdge_SequenceFlow_120" sourceElement="BPMNShape_IntermediateCatchEvent_62" targetElement="BPMNShape_Task_13"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_119" id="BPMNEdge_SequenceFlow_120" sourceElement="BPMNShape_IntermediateCatchEvent_62" targetElement="BPMNShape_Task_13">
<bpmndi:BPMNLabel id="BPMNLabel_257"/> <bpmndi:BPMNLabel id="BPMNLabel_257"/>
<di:waypoint x="2163.0" y="2125.0"/> <di:waypoint x="2135.0" y="2117.0"/>
<di:waypoint x="2167.0" y="2125.0"/> <di:waypoint x="2135.0" y="2103.5"/>
<di:waypoint x="2167.0" y="2129.0"/> <di:waypoint x="2156.0" y="2103.5"/>
<di:waypoint x="2178.0" y="2129.0"/> <di:waypoint x="2156.0" y="2090.0"/>
<di:waypoint x="2178.0" y="2091.0"/>
<di:waypoint x="2195.0" y="2091.0"/>
<di:waypoint x="2195.0" y="2090.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_120" id="BPMNEdge_SequenceFlow_121" sourceElement="BPMNShape_IntermediateCatchEvent_47" targetElement="BPMNShape_ExclusiveGateway_4"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_120" id="BPMNEdge_SequenceFlow_121" sourceElement="BPMNShape_IntermediateCatchEvent_47" targetElement="BPMNShape_ExclusiveGateway_4">
<bpmndi:BPMNLabel id="BPMNLabel_259"/> <bpmndi:BPMNLabel id="BPMNLabel_259"/>
@ -8365,12 +8328,8 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_124" id="BPMNEdge_SequenceFlow_125" sourceElement="BPMNShape_IntermediateCatchEvent_64" targetElement="BPMNShape_Task_17"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_124" id="BPMNEdge_SequenceFlow_125" sourceElement="BPMNShape_IntermediateCatchEvent_64" targetElement="BPMNShape_Task_17">
<bpmndi:BPMNLabel id="BPMNLabel_271"/> <bpmndi:BPMNLabel id="BPMNLabel_271"/>
<di:waypoint x="2195.0" y="1623.0"/> <di:waypoint x="2195.0" y="1613.0"/>
<di:waypoint x="2195.0" y="1627.0"/> <di:waypoint x="2195.0" y="1660.0"/>
<di:waypoint x="2198.0" y="1627.0"/>
<di:waypoint x="2198.0" y="1675.0"/>
<di:waypoint x="2195.0" y="1675.0"/>
<di:waypoint x="2195.0" y="1680.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_125" id="BPMNEdge_SequenceFlow_126" sourceElement="BPMNShape_IntermediateCatchEvent_65" targetElement="BPMNShape_ExclusiveGateway_1"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_125" id="BPMNEdge_SequenceFlow_126" sourceElement="BPMNShape_IntermediateCatchEvent_65" targetElement="BPMNShape_ExclusiveGateway_1">
<bpmndi:BPMNLabel id="BPMNLabel_273"/> <bpmndi:BPMNLabel id="BPMNLabel_273"/>
@ -8391,24 +8350,18 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_129" id="BPMNEdge_SequenceFlow_130" sourceElement="BPMNShape_IntermediateCatchEvent_68" targetElement="BPMNShape_Task_21"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_129" id="BPMNEdge_SequenceFlow_130" sourceElement="BPMNShape_IntermediateCatchEvent_68" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_280"/> <bpmndi:BPMNLabel id="BPMNLabel_280"/>
<di:waypoint x="1885.0" y="1757.0"/> <di:waypoint x="1895.0" y="1737.0"/>
<di:waypoint x="1885.0" y="1756.0"/> <di:waypoint x="1895.0" y="1710.0"/>
<di:waypoint x="1890.0" y="1756.0"/>
<di:waypoint x="1890.0" y="1730.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_130" id="BPMNEdge_SequenceFlow_131" sourceElement="BPMNShape_Task_21" targetElement="BPMNShape_IntermediateCatchEvent_67"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_130" id="BPMNEdge_SequenceFlow_131" sourceElement="BPMNShape_Task_21" targetElement="BPMNShape_IntermediateCatchEvent_67">
<bpmndi:BPMNLabel id="BPMNLabel_281"/> <bpmndi:BPMNLabel id="BPMNLabel_281"/>
<di:waypoint x="1950.0" y="1705.0"/> <di:waypoint x="1950.0" y="1685.0"/>
<di:waypoint x="1983.5" y="1705.0"/> <di:waypoint x="2007.0" y="1685.0"/>
<di:waypoint x="1983.5" y="1695.0"/>
<di:waypoint x="2017.0" y="1695.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_131" id="BPMNEdge_SequenceFlow_132" sourceElement="BPMNShape_IntermediateCatchEvent_67" targetElement="BPMNShape_Task_17"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_131" id="BPMNEdge_SequenceFlow_132" sourceElement="BPMNShape_IntermediateCatchEvent_67" targetElement="BPMNShape_Task_17">
<bpmndi:BPMNLabel id="BPMNLabel_282"/> <bpmndi:BPMNLabel id="BPMNLabel_282"/>
<di:waypoint x="2053.0" y="1695.0"/> <di:waypoint x="2043.0" y="1685.0"/>
<di:waypoint x="2057.0" y="1695.0"/> <di:waypoint x="2140.0" y="1685.0"/>
<di:waypoint x="2057.0" y="1700.0"/>
<di:waypoint x="2140.0" y="1700.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_122" id="BPMNEdge_SequenceFlow_123" sourceElement="BPMNShape_IntermediateCatchEvent_2" targetElement="BPMNShape_ExclusiveGateway_9"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_122" id="BPMNEdge_SequenceFlow_123" sourceElement="BPMNShape_IntermediateCatchEvent_2" targetElement="BPMNShape_ExclusiveGateway_9">
<bpmndi:BPMNLabel id="BPMNLabel_266"/> <bpmndi:BPMNLabel id="BPMNLabel_266"/>
@ -8449,12 +8402,8 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_133" id="BPMNEdge_SequenceFlow_134" sourceElement="BPMNShape_IntermediateCatchEvent_71" targetElement="BPMNShape_Task_21"> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_133" id="BPMNEdge_SequenceFlow_134" sourceElement="BPMNShape_IntermediateCatchEvent_71" targetElement="BPMNShape_Task_21">
<bpmndi:BPMNLabel id="BPMNLabel_290"/> <bpmndi:BPMNLabel id="BPMNLabel_290"/>
<di:waypoint x="1885.0" y="1623.0"/> <di:waypoint x="1895.0" y="1613.0"/>
<di:waypoint x="1885.0" y="1627.0"/> <di:waypoint x="1895.0" y="1660.0"/>
<di:waypoint x="1890.0" y="1627.0"/>
<di:waypoint x="1890.0" y="1675.0"/>
<di:waypoint x="1895.0" y="1675.0"/>
<di:waypoint x="1895.0" y="1680.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNShape bpmnElement="event_TyXP5Q" id="BPMNShape_Cdn8gg"> <bpmndi:BPMNShape bpmnElement="event_TyXP5Q" id="BPMNShape_Cdn8gg">
<dc:Bounds height="36.0" width="36.0" x="2057.0" y="1957.0"/> <dc:Bounds height="36.0" width="36.0" x="2057.0" y="1957.0"/>
@ -8527,6 +8476,16 @@ Betrag: <itemvalue>invoice.total</itemvalue> <itemvalue>invoice.currency</itemva
<di:waypoint x="416.0" y="605.0"/> <di:waypoint x="416.0" y="605.0"/>
<di:waypoint x="416.0" y="640.0"/> <di:waypoint x="416.0" y="640.0"/>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNShape bpmnElement="gateway_ApXfeg" id="BPMNShape_0dVNJA">
<dc:Bounds height="50.0" width="50.0" x="2500.0" y="1780.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_MqlSbg">
<dc:Bounds height="20.0" width="100.0" x="2475.0" y="1833.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="sequenceFlow_SvEjiw" id="BPMNEdge_AXpbEw" sourceElement="BPMNShape_0dVNJA" targetElement="BPMNShape_Task_11">
<di:waypoint x="2550.0" y="1805.0"/>
<di:waypoint x="2640.0" y="1805.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane> </bpmndi:BPMNPlane>
<bpmndi:BPMNLabelStyle id="BPMNLabelStyle_1"> <bpmndi:BPMNLabelStyle id="BPMNLabelStyle_1">
<dc:Font name="arial" size="9.0"/> <dc:Font name="arial" size="9.0"/>