elsa-workflows / elsa-workflows/elsa-gitbook
`ForEach<T>` has no `Mode` field for Parallel Execution
Open
triaged
- Dominant language
- C#
- Stars
- 9
- Forks
- 30
- Avg merge
- 49m
- Merged PRs (30d)
- 32
Description
On [ForEach with Parallel Execution](https://github.com/elsa-workflows/elsa-gitbook/blob/main/activities/parallel-execution.md#2-foreach-with-parallel-execution), we mentioned that using `ForEach` 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".
Contributor guide
Assessment
This issue has not been assessed yet.