When performing the branch analysis on a model which includes a subprocess and one of the following three gateway/end selections, the branch analysis does not calculate correct probabilities.
- Case 1:
- Gateway outside and preceeding the subprocess
- End event inside the subprocess
- Case 2:
- Gateway inside the subprocess (and preceeding end event)
- End event inside the subprocess
- Case 3:
- Gateway inside the subprocess
- End event outside and succeeding the subprocess
All three cases exhibit the following behaviour:
Observed Behaviour: All returned probabilities are 0.
Expected Behaviour: The correct probabilities should be calculated.