hassang
2
Hi @Nkosi_M,
Below post might be of help to you
If you are following process application approach then you need to add dmn
as a value for additionalResourceSuffixes
property
Otherwise you need to add below to your application.yml file
camunda.bpm:
deployment-resource-pattern:
- classpath*:**/*.bpmn
- classpath*:**/*.bpmn20.xml
- classpath*:**/*.dmn
- classpath*:**/*.dmn11.xml