[
https://issues.jboss.org/browse/DROOLS-2065?page=com.atlassian.jira.plugi...
]
Michael Anstis moved GUVNOR-1237 to DROOLS-2065:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-2065 (was: GUVNOR-1237)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: XLS Decision Table Editor
(was: XLS Decision Tables)
XLS Decision table: Add support for a boolean column indicating that
the row (rule) should be negated
-----------------------------------------------------------------------------------------------------
Key: DROOLS-2065
URL:
https://issues.jboss.org/browse/DROOLS-2065
Project: Drools
Issue Type: Feature Request
Components: XLS Decision Table Editor
Reporter: Michael Anstis
Assignee: Michael Anstis
Priority: Minor
Add a boolean column to the XLS decision table parser to allow rules to be negated:-
When "turned on" for a rule:-
when
not (
pattern1..
pattern2..
)
then
...
end
When "turned off" for a rule:-
when
pattern1..
pattern2..
then
...
end
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)