I have a set of N work items A, that I want to combine with N work items B, so that I get ANxBN output work items. I thought that the partitionbycombination TOP would be the perfect fit for this... but if I wire both streams in to the TOP, not only does it do what I want but it also combines each input with itself.
Maybe I'm missing an obvious way to do this in TOPS (without writing Python code!!!). Is there another way to do that?
-Jon