ljmotta commented on issue #356:
URL: 
https://github.com/apache/incubator-kie-issues/issues/356#issuecomment-2773244053

   @jomarko 
   
   ```
   <?xml version="1.0" encoding="UTF-8" ?>
   <definitions xmlns="https://www.omg.org/spec/DMN/20230324/MODEL/"; 
xmlns:dmndi="https://www.omg.org/spec/DMN/20230324/DMNDI/"; 
xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/"; 
xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/"; 
xmlns:kie="https://kie.org/dmn/extensions/1.0"; 
expressionLanguage="https://www.omg.org/spec/DMN/20230324/FEEL/"; 
namespace="https://kie.org/dmn/_145F3339-0506-49EC-AFC9-AAA920F12AFD"; 
id="_72151016-2536-4570-93E4-F6CC033F5BC0" 
name="DMN_C35AD62E-A69E-4CFD-8379-15F38EB59C8C">
     <decision name="Test" id="_6A8EECF7-C97B-41A1-A2DE-62A4D552A06A">
       <variable name="Test" id="_A9368DB2-FB42-4C5A-B594-4B419D37A726" 
typeRef="string" />
       <context id="_9A9C1C87-B187-4538-B9CA-2EFC5E93FD14" typeRef="string" 
label="Test">
         <contextEntry id="_C5F3C5CF-0105-457B-ADDF-F953AB42D7AD">
           <variable id="_A5634461-676B-4ED5-887C-35A9128B710E" name="my 
variable" typeRef="string" />
           <literalExpression id="_4E7B8A85-B067-49A7-B279-800F1A624CBB" 
typeRef="string" label="my variable">
             <text>true</text>
           </literalExpression>
         </contextEntry>
         <contextEntry id="_E1842E30-FE34-4D00-A7CE-F0A49E057782">
           <decisionTable id="_F108313B-CA8E-4F06-8BFB-130B37BF695A" 
typeRef="string" hitPolicy="UNIQUE" label="Test">
             <input id="_00186821-41A5-475F-B634-0AD47B9595D6">
               <inputExpression id="_AD1B8CDC-8A76-4954-9DC6-00E041D0521A" 
typeRef="boolean">
                 <text>my variable</text>
               </inputExpression>
             </input>
             <output id="_547E3E47-0595-493D-A401-D836A17AE45E" />
             <annotation name="Annotations" />
             <rule id="_A522B9ED-531D-4DB2-9F8B-C553079CF943">
               <inputEntry id="_9250C291-7BE8-4350-BCDB-2903CC3E0563">
                 <text>false</text>
               </inputEntry>
               <outputEntry id="_C0D20359-ACC0-4F61-96DF-83FF8DD50AA0">
                 <text>&quot;aaa&quot;</text>
               </outputEntry>
               <annotationEntry>
                 <text>// Your annotations here</text>
               </annotationEntry>
             </rule>
             <rule id="_E85D381A-BCC9-4277-BF92-18974DB15CA7">
               <inputEntry id="_740767B3-E8FD-4703-9A5E-2ADCF00F5D35">
                 <text>true</text>
               </inputEntry>
               <outputEntry id="_81F562F5-FDFD-48CB-9657-B0CC573FBEFB">
                 <text>&quot;bbb&quot;</text>
               </outputEntry>
               <annotationEntry>
                 <text></text>
               </annotationEntry>
             </rule>
           </decisionTable>
         </contextEntry>
       </context>
     </decision>
   </definitions>
   ```


-- 
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