On ForEach with Parallel Execution, we mentioned that using ForEach<T> with Mode = ForEachMode.Parallel will run parallel for-each.
But in Elsa Workflows 3.6.0 (newest version), it doesn't have.
but it has ParallelForEach, but that does not have CurrentValue field (and any documents too).
So ForEach with Parallel Execution is now "rip bozo".
On ForEach with Parallel Execution, we mentioned that using
ForEach<T>withMode = ForEachMode.Parallelwill run parallel for-each.But in
Elsa Workflows 3.6.0(newest version), it doesn't have.but it has
ParallelForEach, but that does not haveCurrentValuefield (and any documents too).So ForEach with Parallel Execution is now "rip bozo".