Skip to content

Commit

Permalink
BXMSDOC-5870: Added Boxed List expression section and updated Decisio…
Browse files Browse the repository at this point in the history
…n navigator view screenshot (apache#2508)
  • Loading branch information
hmanwani-rh authored and nprentza committed Jul 15, 2022
1 parent 088c17f commit 0003af4
Showing 1 changed file with 16 additions and 0 deletions.
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[]

0 comments on commit 0003af4

Please sign in to comment.