Spring boot camunda engines with standalone admin

Hi!

We want to create the following architecture with camunda. (sorry for the basic design :slight_smile:))

1 shared database, 1 spring boot application with embedded camunda engine(webapps enabled) and 2(or more) spring boot app (embedded camunda engine) with different bpmn processes and custom service task implementations.
Our goal is to follow the running workflows from the admin (app with enabled webapps).
We set the following configs:

in admin:
camunda.bpm.job-execution.enabled=false

engine apps(apps with bpmn and custom codes):
camunda.bpm.job-execution.deployment-aware=true

The admin app runs, we can see the deployed processes on the cockpit page, but, if we select one of the processes, we get this error on the site:
Failed to display process definition : No process definition with ID esign-framecontract:7:ea690257-40d6-11e9-9cf0-00155d014610

Is it possible to reach app1’s process on app2’s cockpit site the way described above?

The next step would be to run the applications with bpmn and custom codes on multiple nodes.

Thank you!

bs,
Akos

Hi @Akos_Szabo,

it is possible to run this architecture. Abhishek explained it in this video: https://www.youtube.com/watch?v=Nx4I8lNMUs0

Hope this helps, Ingo