Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that on hit policy Unique no overlap is possible #78

Open
pSub opened this issue Mar 25, 2022 · 1 comment
Open

Ensure that on hit policy Unique no overlap is possible #78

pSub opened this issue Mar 25, 2022 · 1 comment

Comments

@pSub
Copy link
Member

pSub commented Mar 25, 2022

The hit policy Unique is defined as

Unique: no overlap is possible and all rules are disjoint. Only a single rule can be matched.
https://www.omg.org/spec/DMN/1.3/PDF

Unique is the default hit policy for decision tables.

Currently, there is no validation that enforces this property. Validations have to be adapted such that an error is reported on a decision table with hit policy Unique and overlapping rules.

@github-actions
Copy link

Stale issue message

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

No branches or pull requests

1 participant