Camunda Platform Run

What is the difference between the Camunda Platform Run and Tomcat ?

There are - i’m working on documenting them all but they’re suited for different usecases.
Tomcat - if you want to deploy multiple process applications to the same engine and run your code as java delegates

Run - If you’d like to keep your code independent from the engine by using external tasks.

Hi Niall,
So in Run we can not integrate Java delegate with our Process?

It can, but it’s more complicated.
You’d need to add your delegate to the lib folder of Camunda Run.