Camunda DMN rows Limit

Hi Everyone,
the question is simple is there any Limit to add Rule in DMN.
if yes what is the limit.

@Sanjeev_Kumar In general, a DMN decision table should be maintainable by humans (i.e. not more than 100 rules). You can break things down into separate DMN tables that may be more manageable for maintenance as well as execution. You can user DRDs to bring outcomes from different decision tables together, or just sequence with a process.

1 Like