Michael Anstis created DROOLS-2157:
--------------------------------------
Summary: DMN Editor: Contexts: Add special behaviour of last row
Key: DROOLS-2157
URL:
https://issues.jboss.org/browse/DROOLS-2157
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Reporter: Michael Anstis
Assignee: Michael Anstis
The last row of a {{Context}} should span all columns and populate the last
{{ContextEntry}} in the {{Context}}. It should not have a variable. This is the XML for a
_regular_ row and the _final_ row:
{code}
<semantic:context id="_f4f86e5f-e3e3-4b99-9260-8086764e598f">
<semantic:contextEntry>
<semantic:variable id="_779ca919-15d8-48d0-a9f0-e0203e60fac6"
name="in1"/>
<semantic:literalExpression
id="_4b8b8cc1-a56c-4673-8334-96e178cd04a4">
<semantic:text>"literal exp" </semantic:text>
</semantic:literalExpression>
</semantic:contextEntry>
<semantic:contextEntry>
<semantic:literalExpression
id="_297181da-d0d5-4137-960b-34836d5570e5">
<semantic:text>"result" </semantic:text>
</semantic:literalExpression>
</semantic:contextEntry>
</semantic:context>
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)