DMN flow list contains not workng

i have dmn flow as below :

1 Like

Getting the below error:
org.camunda.feel.FeelEngine : Suppressed failure: illegal arguments: List(ValString([101, 102, 103]), ValString(103))

Need to add any additional dependencies camunda moudler ?

Hi @telukuntla,

  • List values should be passed as Json type (Please have a look at the screenshot attached in the below post)

  • In the decision table, don’t specify a type for your list input (My Text)

Below post might be of help to you.

1 Like

Hi Hassang, Thank you for your feed back, my requirement got changed as below.

Input List : [“Movie1”,“Movie2”,“Movie3”]

Target List: This target list is fixed which need to configured in DMN , no need to pass this information as input.
image

Requirement is like : need to check the each element from input list in target list

if it contains it should the result as like bellow
image

can you please help on DMN flow

Hi @telukuntla,

Kindly find attached a working example
decision_example.dmn (1.9 KB)


1 Like

Please change the hit policy to Rule order as I believe your need is to have results returned in rule order.

getting bellow error , try to open in camunda 7

Hi @telukuntla,

It looks like you are using an old version of Camunda modeler so try to either change the platform version from XML view to a previous version (7.18.0 for example) supported by the modeler used or download the latest modeler.

1 Like