foreach chunking

foreach chunking

Comments

  • [color=rgb(128, 0, 0)][font=Verdana, sans-serif]What is the use case is for using the ForEach chunking[/font][/color]

  • [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]The foreach chunking step allows you to bridge the gap between dealing with single items or the entire list passed into the foreach step. You might be calling a webservice that takes in a list of objects. This might choke if you pass the entire collection into, but is too slow if you call each individually. So you can pass in 10 at a time without having to construct a bespoke flow design to feed in X number of records.[/font][/color]

Sign In or Register to comment.