Camunda 8 Self Managed HTTP calls

Hello all,

I have been looking into Camunda again and had a question regarding sending HTTP calls from Self Managed. For HTTP Calls, is a worker always required or can Camunda itself be configured to carry out the HTTP calls without a worker? I have got a worker performing this task to send communications to a microservice but it would be more preferable if there was no need for our own worker like the SaaS version.

I have seen the HTTP Connector in mentioned in the documentation but I am unsure what the full setup is aside from adding the elements to the modeler. How would the HTTP connector be added to a docker compose file currently?

Many Thanks, Kurtis Robinson.

Hi @Kurtis_Robinson, thanks for your interest! Did you have a look at the Connectors Installation Guide for Self-Managed already?

As detailed, you’ll need to run some kind of backend that executes the Connector logic somehow. For Connectors, you can use the provided Connector Runtime to run ONE job worker that is aware of all configured Connector logic, including the HTTP Connector.

You can include the Connector Runtime in a docker-compose file as shown in our Camunda Platform 8 docker-compose repository:

Hope that helps.

Cheers,
Tobias

Hi Tobias,

Many thanks, we were a bit confused on our side due to conflicting information so that clears it up a bit.

Just to walkthrough the steps for this then

  • Configure Docker file Connector Bundle for localhost zeebe
  • Spin up Self Managed Docker environment
  • Use either Cloud Modeler or Desktop Modeler (Rest tasks need to be added in element templates folder to show in desktop application)
  • Deploy and run process.
  • This should allow rest tasks to be performed.

Is this the correct process or is there anything else that needs configured before use?

Many Thanks, Kurtis Robinson.

Hi Tobias,

I got it working there with the use of GitHub - camunda-community-hub/camunda-8-friendly-connector-runtime: A connector runtime with UI to manage connectors and secrets as I was having issues with getting the regular runtime going.

Many thanks, Kurtis Robinson.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.