DMN Input put list validate and out the list

Hi ,

Am very new baby to comaunda , Needed help for preparing the DMN for below requirement.

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 bellow
image

can you please help on DMN flow

Hi @telukuntla,

There are different ways to solve this.
I would use a combination of BPMN and DMN.
The BPMN iterates over each entry in the input list.
The DMN checks if the entry is available:
decision.dmn (3.5 KB)
process.bpmn (5.1 KB)

Of course, you can do this purely in DMN if you use FEEL expressions

1 Like

am not able to load the flows since am using camunda 7 , can you please help me to convert 8 version to camunda 7