My application and BPMN engine on two servers

Hi

It seems me i have reading than BPMN engine could be on one docker and my application on an Other docker in Use Camunda as an easy-to-use REST-based orchestration and workflow engine (without touching Java) | by Bernd Rücker | berndruecker
Could you explain How configure my Application and my BPMM files to acces engine ?

Regards

If both engines are connected to the same database then they would share the BPMN file as those are stored in the DB.

Ok, but i need to configure my application for calling REST engine on the other server ?