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

Not catching exclusive gateway with duplicate sequence flow values #9

@ghost

Description

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions