How do Split for each, Split join and spin off actually work?
I know about split join, spin off and split for each functionality. Can anyone tell how do they actually work? I mean functionality on how threading happens with these three flow shapes- does split for each create seperate threads for each work item or the processing of each work item happens on the same thread? Same for spin off and split join.