Hatchery
Nov. 9, 2025 07:38:15
Hello - In TOPs when I merge two work streams using a merge node, the resulting output creates work items that alternate between the two incoming streams (1 from stream 1 then 1 from stream 2). Is there a way to force the merge node to output all the work items from input 1 then all the work items from input 2?
Hatchery
Nov. 10, 2025 10:49:00
In answer to my own question, i added an Attribute Create to each stream and just incrimented the an integer and then sorted by this Attribute after the merge node... seems to work fine.