Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.1.20 EE GA2, --Sprint 11/12
-
6.1.x
-
Committed
-
6
Description
According to discussion with Marcellus Tavares the restriction is that all branches starting from a fork node must end in the matching join node and nothing else should end in that join.
According to this:
-test-definition, test-2-definition, test-4-definition should be valid
-test-3-definition should be invalid
Before fix:
-test-3-definition, test-4-definition considered valid
-test-definition, test-2-definition considered invalid
After fix:
-test-definition, test-2-definition, test-4-definition considered valid
-test-3-definition considered invalid