Health check of camunda app's deployed in shared container

Hi All, I have a shared websphere container where Camunda engine resides and all our process applications are deployed into the same container. Is there a way I can know in a different camunda process whether an application deployed into the same shared container is up or not. This would be like a health check use case for all app’s deployed in the shared container.

P.S- I don’t want to create a new instance of the process application whose health I want to determine.