You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
If a model has an exclusive gateway with three sequence flows coming out of it, and two of them are checking for the same expression, then the linter should catch that and give a warning. So if the three values are:
= return = 'A'
= return = 'B'
= return = 'A'
then a warning should display, as this would be a model that would not deploy successfully. The compiler would reject.
The text was updated successfully, but these errors were encountered:
If a model has an exclusive gateway with three sequence flows coming out of it, and two of them are checking for the same expression, then the linter should catch that and give a warning. So if the three values are:
then a warning should display, as this would be a model that would not deploy successfully. The compiler would reject.
The text was updated successfully, but these errors were encountered: