-1

Can anyone help me identify the mistake in the diagram? image description here

Renats Stozkovs
  • 2,549
  • 10
  • 22
  • 26
jo72
  • 1
  • 1

1 Answers1

0

Here is a scenario that will make such process execution stuck in the parallel gateway located right before F task:

  • Execute task A
  • Execute task B
  • Execute task C
  • Execute task D
  • Execute task E
  • Execute task F
  • Condition on exclusive gateway lead to execution of the branch going to G task
  • Execute task G
  • Execute task E

You end up in the parallel gateway located right before F waiting for the transition coming from C task to be active but that will never happen.

So you end up stuck in the parallel gateway.

Antoine Mottier
  • 1,185
  • 1
  • 8
  • 13