I’ve been using in my current automation projects the Parallel Foreach Activity, however, I found out that the Break Activity was having an error to it.
I hope you can make an activity as well that breaks the parallel foreach.
I’ve been using in my current automation projects the Parallel Foreach Activity, however, I found out that the Break Activity was having an error to it.
I hope you can make an activity as well that breaks the parallel foreach.
Hi,
Thank you for your suggestion. I added it to our internal ideas tracker for our team to consider.
Hi,
I also suggest the Continue Activity is supported for Parallel ForEach.
Thanks.
Our team reviewed your suggestion and the conclusion is that it isn’t a supported scenario. Since all iterations run in parallel, you can’t break the Parallel For Each.
Now we get option to break the parallel for each activity.
In property panel you can find Condition field
Similar like Do While.