Link Search Menu Expand Document

DMN Task Checker

The DMN Task Checker processes BPMN models and checks whether a BusinessRuleTask with DMN implementation references a DMN.

  • No DMN referenced
  • Wrong DMN referenced

Assumptions

  • The BPMN-models have to be in the classpath at build time
  • The referenced DMN-file has to be in the classpath at build time

Configuration

The rule should be configured as follows:

<rule>
  <name>DmnTaskChecker</name>
  <state>true</state>
</rule>

Error messages

business rule task with dmn implementation without a decision ref

This message indicates that no decision reference to a DMN file was found.

Examples

No Decision Ref
No dec. ref specified