I am new to the jBPM. I want to use the jBPM 7.23.0 with the Spring boot. As per my understanding there are two ways to integrate it.
- JBPM as a service
- jBPM project embedded in Spring boot application
I am trying to understand how to embed jBPM 7.23.0 with Spring boot.
- Do I need to create and build the jBPM project separately using either Business Central or Eclipse plugin and use the kjar in spring boot application ? or
- Can I use the jBPM project files (like .BPNM , .drl etc files) directly in spring boot application and build the spring boot application directly?
I am reading the jBPM documentation from https://www.jbpm.org/
I also got few sample project links as well from document. I tried to install and run the sample project but its not helping to clear the integration concept.