Identify DMN 1.4 collections with |||
on the DMN Editor diagram
#232
Labels
area:dmn
Related to DMN
area:tools
Issues affecting Apache KIE tooling projects
type:new-feature
Something is missing, we need to build it!
From the DMN spec:
Decisions and Input Data elements on a DRD can represent collections of elements. Implementations MAY show
this with the addition of
|||
in the shape. Implementations SHALL show this on all such DRD elements within aDRG OR on no DRD elements.
A Decision is considered to represent a collection if the Decision's decisionOutput InformationItem references an
ItemDefinition with isCollection = TRUE.
An InputData is considered to represent a collection if the InputData's variable InformationItem references an
ItemDefinition with isCollection = TRUE.
You can read more in specification 6.2.6 Identifying Collections
The text was updated successfully, but these errors were encountered: