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

[incubator-kie-issues-1832] Adding Group node makes the validation to fail #6262

Merged
merged 7 commits into from
Feb 25, 2025

Conversation

bncriju
Copy link
Contributor

@bncriju bncriju commented Feb 24, 2025

Fixes apache/incubator-kie-issues#1832

When validation parses the DMNShape, the engine seems unable to find the group.

Now, solved this issue by

1.updating Group (and its children) with the id property

2.updating the rules with the “not Group…” directive

Copy link
Contributor

@yesamer yesamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor thing

@gitgabrio gitgabrio requested a review from baldimir February 24, 2025 14:09
Copy link
Contributor

@yesamer yesamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @bncriju and @gitgabrio

@yesamer yesamer added the DMN label Feb 24, 2025
@gitgabrio gitgabrio merged commit eab4bbf into apache:main Feb 25, 2025
10 checks passed
@bncriju bncriju deleted the kie-issues#1832 branch February 25, 2025 07:23
rgdoliveira pushed a commit to rgdoliveira/drools that referenced this pull request Mar 4, 2025
… fail (apache#6262)

* update Group (and its children) with the id property and updated the rule

* [incubator-kie-issues#1832] Declaring v1_3 kiebase for rule-based validation

* [incubator-kie-issues#1832] Declaring v1_3 kiebase for rule-based validation

* Adding test for checking model with group node

* [incubator-kie-issues#1832] Add license to ModelWithGroupNode.dmn

---------

Co-authored-by: Gabriele-Cardosi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Group node into a diagram makes the validation to fail
4 participants