I’m relatively new to DMN and am still getting my head around how it works. We have an application where we need to execute thousands of rules on our data, with each rule corresponding to a specific data element (essentially, one rule for each input data element).
I’m curious about how others are approaching this challenge. Specifically:
- Do you create one DMN model per rule, or do you have a single DMN model that handles multiple rules?
- What are the best practices for managing and executing a large number of rules in a DMN-based validation service?
I’d appreciate any insights, examples, or recommendations you might have for implementing DMN in scenarios like this.
Thanks in advance,
Jim