Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.15.0
-
None
-
Unknown
Description
Users of Java DSL may improperly use the wrong end when ending the entire choice by using endChoice which then would by default add further outputs to the last clause, eg last when/otherwise.
We should detect this so when using endChoice the next output must be when/otherwise (or another end)