Deploying from Modeller

Hi @Gary_Blake

I have just tested a form with a Camunda Spring Boot starter app, and the default behaviour it is to not include form files in the Spring auto deployer.

Have at look at this:

Can you try to change your application.yaml to include the following key camunda.bpm.deployment-resource-pattern like this (be careful not to mess up existing config):

camunda:
  bpm:
    deployment-resource-pattern: classpath*:**/*.bpmn, classpath*:**/*.bpmn20.xml, classpath*:**/*.dmn, classpath*:**/*.dmn11.xml, classpath*:**/*.cmmn, classpath*:**/*.cmmn10.xml, classpath*:**/*.cmmn11.xml, classpath*:**/*.form

This will instruct the auto deployer til also include form files.

BR
Michael