Remote Deployment Using Camunda Modeler

Is there any limitation on Camunda modeler to connect with remote deployment servers? I have hosted wildfly at a ubuntu based server. The deployment from REST call works fine, but modeler sends an issue namely “Should point to a running Camunda engine API”.

Can anyone please inform me what are the things to consider when deploying from modeler? Is REST call the only option for community edition users?

were you able to fix this issue, I am trying to deploy process from 5.2 modeler to local wildfly server and getting below error,

Deploy_Error

Hi @Sam25,
you’re facing a different error.
Based on your screenshot, I assume you created a Camunda 8 process model.
However, if you are using a wildfly, you are probably running Camunda 7.
When creating a model inside the modeler, make sure to choose the correct version.

Thanks for your reply Stephan, Yes once i create Camunda 7 process i am able to deploy into my local wildfly server. As new comer to this Camunda world, I just wanted to check if we use Camunda 8 we can’t deploy into local server? it need to be always Camunda SaaS ?

Again thank you very much for your time.

You’re welcome.

Camunda 8 is cloud native and SaaS is definitely recommended.
However, you can host/manage Camunda 8 yourself on your own cloud infrastructure.
The docs have additional information on this topic.