Default output in First Hit Unique Policy DMN

How can we set Default output in First Hit Unique Policy DMN.
What I mean is , suppose there are n rules in my DMN, and none of n-1 matches to yield an output,In that case how can we set nth one to be default output?

Hi,

Specifying a default output entry in a decision table is not yet supported.
I’ll create an issue for it so that we can put it on the roadmap.

In the meantime; for single hit policies; you can replicate this behaviour but adding a rule that will always hit. F.e. by using the dash symbol (-) for the input entries.

Regards,

Yvo

Thanks yvo

So is FirstHit Policy type of Single Hit Policy ?
What about Unique Hit Policy , Is that also type of SingleHitPolicy.

Hi.

Perhaps this helps; (section Hit Policies)

Regards,

Yvo