| title | DMN Task Checker |
|---|---|
| parent | Available Checkers |
The DMN Task Checker processes BPMN models and checks whether a BusinessRuleTask with DMN implementation references a DMN.
- No DMN referenced
- Wrong DMN referenced
- 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
The rule should be configured as follows:
<rule>
<name>DmnTaskChecker</name>
<state>true</state>
</rule>
business rule task with dmn implementation without a decision ref
This message indicates that no decision reference to a DMN file was found.
| No Decision Ref |
|---|