evaluating a decision table for list of input values is not directly supported by the Camunda DMN engine. The easiest way to solve this issue is to use a BPMN process with a multi-instance business rule task. The multi-instance loops over the list of input values and the business rule task evaluates the decision table for every input.
Related posts:
- Pattern Review: DMN Looping for Array Input
- https://blog.camunda.com/post/2018/11/dmn-scala-extension/
Does this help you?
Best regards,
Philipp