True concurrency on a collection in Windows WF 4.5
问题 I am modifying an existing Windows Workflow Foundation project that was previous coded to run everything synchronously. However, as the data set grew this needed to change to meet performance requirements. What I have: Inside the workflow I have a parent Sequence Workflow that contains a few elementary workflows that basically set a few services up and prepares them to run. I then have the bulk of the workflow's work , which consists of a ForEach Workflow that operates on a collection of