Camunda spring boot webapp without embedded process engine

Hello, is it possible to build camunda spring boot starter webapp without embedded process engine and configure it to use process engine running inside another application elsewhere?

Hi,

not out of the box.
This is a little bit tricky because the endpoint url of the engines rest api is hardcoded in the index.htmls of camundas webapp modules.

You have to manually replace those urls with the rest endpoint of your engine.
See: Exchange rest-api the webapp is using

But I think it would be a good idea to implement this feature into the spring boot starter project.

Best regards,
Patrick