Camunda process invoke from different tomcat server

If Camunda engine is on different tomcat or jboss server and my application is on separate tomcat server than how can we initiate process?
can someone let me know if we have any similar example of reference ?

You can use the REST API to interact with process engines remotely. Have a look at the reference documentation for what you can do: https://docs.camunda.org/manual/7.9/reference/rest/

Hello Thorben,

thanks for your response. Will it be possible to invoke the process on different tomcat server with Camunda JAVA API by configuring the process engine for respective ip and port?