Hi Team,
I have try to embed Camunda BPM to Jmix application.
In build.gradle : use following dependencies:
implementation ‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp:7.17.0’
implementation ‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-rest:7.17.0’
But issue here: Camunda web and Jmix web are using the same port: for example: 8080 as spring boot property: server.port = 8080
That why some time i can and some time can not open the camunda link: http://localhost:8080/camunda/app
Please help me: possible to use Camunda BPM with Jmix in real project?