Replies: 1 comment 3 replies
-
hey @gitgabrio ... I am just embarking on that same DMN 1.5 journey and also have some questions on typeContraints. Hopefully they (and this) get answered in April's DMN meeting. EDIT: I see the the DMN meeting notes this was discussed. What was the outcome? The notes only say it was discussed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings all.
I'm currently implementing the
typeConstraint
feature forItemDefinition
:In our code base, we have a test for the following one:
and I wonder what should be the behaviour if I replace
allowedValues
withtypeConstraint
My impression is that, given the semantic of
typeConstraint
, the only allowed definitions (in case of collection) should be functions that works on list, but it is not specified anywhere.Does anybody have a suggestion/clarification to share ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions