Hey all,
We have a data set that's used to drive a dynamic input (process upstream figures out ranges of primary keys, and then sends them downstream to the dynamic input). However - no matter how I sort this data before it hits the dynamic input, the dynamic input is still processing these rows out of sequence.
We've done this sort in many ways to stress test this - regular sort component; pushed it out to SQL using inDB and then brought it back sorted; sorted by different fields and then re-sorted; used unique components; block until done etc, but this doesn't change this behaviour. If I stop the process, I can see that the data set is correctly sorted going into the dynamic input, but the results coming up (in the results window) show that they are being processed out of order.
Is this a deliberate, designed behaviour, and if so - does anyone know a way to disable this? If this is a defect or potential defect, happy to see if we can replicate this on a smaller scale and strip out sensitive bits.
Cheers
Sean