Hi,
I want to spin off multithreading in CRM workflow. I initially use the IOrganizationService to retrieve a collection of entities. Based on the collection, I want to perform multiple action on other entities.
The problem is that I am not able to get any examples for the same. I get examples but not for anything in an CRM custom workflow. I tried Parallel.ForEach using the single IOrganizationService, creating multiple IOrganizationServices, but in all cases my workflow immediately goes into Waiting state with error thrown.
Is this possible to spin off multiple threads in an workflow. If yes can I get some pointers on this.
- girija