Hello,
I've been fighting a lot to have it running yet without success.
Is it possible to have Concurrent receives activites belonging to parallel scopes (i.e. created using a foreach activity with parallelism) without having a conflicting receive fault caught ?
I made the following process (enclosed) in which the looping subprocess should create correlation sets linked to the different scopes that are created by the foreach activity. When I monitor the execution, it appears that the correlation sets are properly initiated with different values based on the data that I manipulate (I iterate over an array). However when I get to the receive activities, the process raises the exception.
According to the spec this should not be the case as each instance of my correlation set is initialized with a different value and is in addition linked to a different scope.
Is there a solution or is my process badly designed. Thanks in advance.