I am trying to create workflows which would trigger parallel workflows in a tree hierarchy.
W1 triggers W2
W2 triggers W3 and W4 (in parallel)
W3 triggers W5 and W6 (in parallel)
W4 triggers W7 and W8 (in parallel)
Here W2 and W3 are the same workflows and W5, W6, W7,W8 are the same workflows.
How to create a workflows like this?
Also please provide some information on resources and how to create them?