Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Not catching exclusive gateway with duplicate sequence flow values #9

Open
ghost opened this issue Jan 4, 2022 · 0 comments
Open
Assignees

Comments

@ghost
Copy link

ghost commented Jan 4, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants