This commit is contained in:
gaby 2021-02-11 18:52:24 +01:00
parent b39b18d8d1
commit 91241b9f52

View file

@ -1185,15 +1185,11 @@ Bei Fragen wenden Sie sich bitte an info@imixs.com
<bpmn2:signalEventDefinition id="SignalEventDefinition_1"/> <bpmn2:signalEventDefinition id="SignalEventDefinition_1"/>
</bpmn2:intermediateCatchEvent> </bpmn2:intermediateCatchEvent>
<bpmn2:sequenceFlow id="SequenceFlow_19" name="payment.type = sepa_transfer" sourceRef="ExclusiveGateway_2" targetRef="IntermediateCatchEvent_4"> <bpmn2:sequenceFlow id="SequenceFlow_19" name="payment.type = sepa_transfer" sourceRef="ExclusiveGateway_2" targetRef="IntermediateCatchEvent_4">
<bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="FormalExpression_1">var a=workitem.get(&quot;invoice.total&quot;)[0]; <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="FormalExpression_1">workitem['payment.type'] &amp;&amp; workitem['payment.type'][0]!=&quot;direct_debit&quot; &amp;&amp; workitem['payment.type'][0]!=&quot;credit&quot;</bpmn2:conditionExpression>
workitem['payment.type'] &amp;&amp; workitem['payment.type'][0]!=&quot;direct_debit&quot; &amp;&amp; a>0</bpmn2:conditionExpression>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_23" sourceRef="IntermediateCatchEvent_4" targetRef="Task_6"/> <bpmn2:sequenceFlow id="SequenceFlow_23" sourceRef="IntermediateCatchEvent_4" targetRef="Task_6"/>
<bpmn2:sequenceFlow id="SequenceFlow_25" sourceRef="ExclusiveGateway_2" targetRef="Task_5"> <bpmn2:sequenceFlow id="SequenceFlow_25" sourceRef="ExclusiveGateway_2" targetRef="Task_5">
<bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="FormalExpression_3">var a=workitem.get(&quot;invoice.total&quot;)[0]; <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="FormalExpression_3">workitem['payment.type'] &amp;&amp; (workitem['payment.type'][0]==&quot;direct_debit&quot; || workitem['payment.type'][0]==&quot;credit&quot;)
!(workitem['payment.type'] &amp;&amp; workitem['payment.type'][0]!=&quot;direct_debit&quot; &amp;&amp; a>0)
</bpmn2:conditionExpression> </bpmn2:conditionExpression>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_6" imixs:activityid="990" name="[OCR/ML Import]"> <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_6" imixs:activityid="990" name="[OCR/ML Import]">