What is the difference between engine-rest and rest/engine

Hi… What is the difference between /engine-rest/deployment and rest/engine/default/deployment? Can I have a direct link to understand this?

Hi @Shaffic_Jan,

the first request uses the default engine in the engine-rest.war in a preinstalled distribution.

The second one uses the camunda-bpm-spring-boot-starter-rest and calls the default engine explicitly.

https://docs.camunda.org/manual/7.10/reference/rest/overview/#engine-usage

Both calls have the same functionality.

Hope this helps, Ingo

1 Like