|
I tried the Handson lab 7 Exercise 1 of Beta 2 and intentionally change both the evaluation conditions function to
args.Result = true; // hard code to true
I would expect both code activities be executed since both conditions are true. The result shows otherwise. The handlers are executed alternatively. Is that by design, each loop (of CAG until loop) only evaluate one condition? And what's the order?
How can I achieve parallel executions?
Thanks.
|