HI i have a structiure like this.
Parent-----Children1
|
-------Children2
|
-------Children2.1
|
--------Children2.2
how can i loop into this tree and execute Parent in new Task then when is finish than Children1 and Children2 Parallel whene is finish then then Children2.1 and Children 2.2 also parallel. So the order of executing is like in graph. Sorry for my bad english.