Parallel For Each

Example For Parallel For Each activity…
In this workflow,the Parallel for each type can be only accepted by System.Collection.Generic.iEnumerable(Integer) data type value…
I declare a variable like new_array contains value of {1,2,3,4}
After executing in parallel For each It will Display like {4,3,2,1}

Parallel.xaml (13.5 KB)

Regards,
Poovarasan Guna

1 Like