Hi Guys,
I just created the sample below to show how the single threader step works - because there isnt a sample in the docs. This example is the key one for us - processing rows from start to finish sequentially.
To see it working, preview the data in "show times" from the delay row step with generate rows hop enabled. Note the times are all the same, showing that the first step executed, completed, then the second step ran.
Now do it from show times single and note you get a 1s delay between each time - showing each row was processed sequentially.
Dan