First of all I’d like to apologize, because the question may be too basic.
I’m messing with BPM for learning porpuses.
I have created a simple process diagram which include AND-gateways.
The diagram includes several human tasks that can be performed only by some actors in both branches and also following the joint gateway.
When I run the process, the process flow behaves as expected with every actor in both branches being assigned the next task once the precedent one is done. However the task that follows the joint is never assigned to anyone, even when both precedent tasks are already completed.
I’d like for the diagram to allow the running process to have a task ready to be performed when all the precedent task are done. But I got no clue on how to do it.