I already have my Spring Boot application running in production. Now I want to work on the workflow feature of our application. What I want is that my Spring Boot application runs on Server 1 (as it is today) and Camunda engine runs on Server 2. However I want all the tasks to be written in my existing Spring Boot application.
How can I achieve this?
