Skip to content

Commit 4678a18

Browse files
hmanwani-rhtkobayas
authored andcommitted
BXMSDOC-5870: Added Boxed List expression section and updated Decision navigator view screenshot (#2508)
1 parent a42f038 commit 4678a18

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[id='dmn-list-expressions-con_{context}']
2+
= Boxed list expressions
3+
4+
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.
5+
6+
For example, the following boxed list expression identifies approved credit score agencies in a loan application decision service:
7+
8+
.Boxed list expression for approved credit score agencies
9+
image::dmn/dmn-list-expression-example.png[]
10+
11+
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:
12+
13+
.Boxed list expression using FEEL logic for approved credit score agency status
14+
image::dmn/dmn-list-expression-example2.png[]
15+
16+
image::dmn/dmn-list-expression-example2a.png[]

0 commit comments

Comments
 (0)