How process application is identified by the web container

Hi,

This is just a clarification.
We are using camunda Shared, container managed process engine architecture.

I want to know that when we are deploying process application into web container how it is recognized by web container and the same is added as deployment in process engine configured db.

Can anyone provide your answer here.

Thanks
Senthil

Hi @senlog80,

have a look at this section of the documentation. Camunda can recognize your application if you have a “ProcessApplication”-class with the right annotation in it.

Regards
Michael

Thanks Michael for the update.