forked from apache/incubator-kie-drools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BXMSDOC-5870: Added Boxed List expression section and updated Decisio…
…n navigator view screenshot (apache#2508)
- Loading branch information
1 parent
088c17f
commit 0003af4
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
drools-docs/src/modules/ROOT/pages/DMN/dmn-list-expressions-con.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[id='dmn-list-expressions-con_{context}'] | ||
= Boxed list expressions | ||
|
||
A boxed list expression in DMN represents a FEEL list of items. You use boxed lists to define lists of relevant items for a particular node in a decision. You can also use literal FEEL expressions for list items in cells to create more complex lists. | ||
|
||
For example, the following boxed list expression identifies approved credit score agencies in a loan application decision service: | ||
|
||
.Boxed list expression for approved credit score agencies | ||
image::dmn/dmn-list-expression-example.png[] | ||
|
||
The following boxed list expression also identifies approved credit score agencies but uses FEEL logic to define the agency status (Inc., LLC, SA, GA) based on a DMN input node: | ||
|
||
.Boxed list expression using FEEL logic for approved credit score agency status | ||
image::dmn/dmn-list-expression-example2.png[] | ||
|
||
image::dmn/dmn-list-expression-example2a.png[] |