Hi, I have a project stream that I need help with. I have several projects that start one global project, and then some other projects, the problem is that when I start several projects for the first time. For example, I have project a and b, and I run them at the same time. What I need.
at the end then
But what actually happens in my project queue:
- and
- b
- global
- global
- with
- with
- d
- d
So, how can I block the whole process and prevent project b from entering the queue until c is completed?
source
share