I have a doubt reg bpmn and bpmn xml. My environment is eclipse mars with activiti and spring boot. [almost latest version] Created activiti project type, converted to maven to get dependencies, create a activity diagram in resources/diagrams folder
In boot application I tried to use CommandLineRunner Initially got init dependency error, but now getting below error
Caused by: org.activiti.engine.ActivitiObjectNotFoundException: no processes deployed with key 'diagrams/myProcess'