How to connect with camunda not with embedded.
Hi @Smart_techie,
The example below shows how to connect to a remote engine from a spring boot app utilizing Camunda Engine REST Client Java.
If both are going to run on the same machine then please make sure to configure a different port for the spring boot app than the one used for the remote engine’s REST endpoint.
Thank you so much for sharing.
Any suggestion other than rest call @hassang .
@hassang Thank you.
Hi @Smart_techie,
As remote process engine mode is selected, interaction with the process engine can only be through a remote communication channel.
@hassang Got your point.
Thank you.
I will explore more about Camunda 8 also.