cancel
Showing results for 
Search instead for 
Did you mean: 

Spring Boot and activiti

krisviti
Champ in-the-making
Champ in-the-making
Hello Activiti experts

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'

I do have a MyProcess.bpmn

How people get xml file in processes? http://activiti.org/userguide/index.html#springSpringBoot

any conversion required? please advice
1 REPLY 1

krisviti
Champ in-the-making
Champ in-the-making
lift process tags from diagrams file and create a xml file and paste?