yesamer opened a new issue, #1919:
URL: https://github.com/apache/incubator-kie-issues/issues/1919

   If a DMN Type has an attribute List of a complex type, that is not managed 
as a single attribute, but as a complex type, with multiple attributes
   
   Example:
   tTeam:
   - people: List of tPerson;
   - name: string
   
   tPerson:
   - age: integer
   - name: string
   
   If a Decision of type tTeam is passed to Test Scenario, is it expected to 
see 2 columns:
   
   - people: List of Person
   - name: string
   
   <img width="576" alt="Image" 
src="https://github.com/user-attachments/assets/ad73c7b3-d7f5-4fdd-9189-ed3660a00371";
 />
   
   But the new Test Scenario Editor wrongly creates:
   -persons.age
   -person.name
   -name
   
   <img width="694" alt="Image" 
src="https://github.com/user-attachments/assets/5cc045eb-a0b3-4780-b96a-80f7c125c4d5";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to