cancel
Showing results for 
Search instead for 
Did you mean: 

Bug with Variables in Integration Flows with high throughput

rene_kramp1
Participant
0 Kudos

Hello Experts,

I have discovered a bug in iFlows using properties with a high throughput.

In this example I save the payload (DEBMAS07) as Property and output it in the Content Modifier (DEBMAS).

Problem: If I have high throughput like a few thousand IDocs for a short amount of time, the Content Modifier (DEBMAS) is likely to output a DEBMAS07 from another parallel process. Long Story Short: The saved property and the outputed property differ.

Has anyone had the same experience? Any workaround for this bug?

I appreciate any answer!

Regards René

Accepted Solutions (0)

Answers (1)

Answers (1)

kuznetsov_in2
Explorer
0 Kudos

Hi René,

as a possible workaround you can use XI Receiver after getting IDOC (Start1 -> Filter -> End -> XI Receiver with EO) and XI sender in the same flow for handling it the same way. It will add delays but make the flow more robust, as for me.