I have this flow. Processes "b", "c" and "d" waiting for the process "a" to end, I use "Wait for process".
I need that process "e" will star after the process "c" end, process "f" will star after the process "d" end.
How can I do it? If I use "Wait for process", "e" and "f" will wait together.
