Hi all,
I have a sequence container with three tasks. One will succeed, two will fail. I thought the idea was so that anything in the container will run simultaneously. So, I set on pre-execution breakpoints to try to troubleshoot. Since this inherently makes them run one at a time, I they suprisingly all succeed - but again, only because the breakpoints are forcing the one-at-a-time flow. This says to me that there is a problem with parallelism.
Does anyone have ideas on what could be preventing all three from running at ath esame time?
Thanks,
Sharon