Getting REST connector to work on local deployment

I am not able to get the REST outbound connector to work on a local docker deployment. This is a Camunda 8 instance, which I am running using the docker compose instructions from Github.

I have these containers running:

CONTAINER ID   IMAGE                                                 COMMAND                  CREATED          STATUS                    PORTS                                                               NAMES
950930a96db0   camunda/connectors-bundle:8.3.1                       "/start.sh"              25 minutes ago   Up 25 minutes (healthy)   0.0.0.0:8085->8080/tcp                                              connectors
a163ca0a35ac   camunda/tasklist:8.3.3                                "java -XX:+ExitOnOut…"   25 minutes ago   Up 24 minutes (healthy)   0.0.0.0:8082->8080/tcp                                              tasklist
1903e48d5591   camunda/operate:8.3.3                                 "/sbin/tini -- /usr/…"   25 minutes ago   Up 25 minutes (healthy)   0.0.0.0:8081->8080/tcp                                              operate
94a8243c201f   camunda/optimize:8.3.3                                "/sbin/tini -- ./opt…"   25 minutes ago   Up 25 minutes (healthy)   8091/tcp, 0.0.0.0:8083->8090/tcp                                    optimize
6f11d8bb10df   camunda/zeebe:8.3.3                                   "tini -- /usr/local/…"   25 minutes ago   Up 25 minutes (healthy)   0.0.0.0:9600->9600/tcp, 0.0.0.0:26500->26500/tcp, 26501-26502/tcp   zeebe
f86f5b9ae799   camunda/identity:8.3.3                                "java -jar identity.…"   25 minutes ago   Up 25 minutes (healthy)   8080/tcp, 0.0.0.0:8084->8084/tcp                                    identity
dcc972118b1d   bitnami/keycloak:21.1.2                               "/opt/bitnami/script…"   25 minutes ago   Up 25 minutes (healthy)   0.0.0.0:18080->8080/tcp                                             keycloak
1a7009a4d551   postgres:14.5-alpine                                  "docker-entrypoint.s…"   25 minutes ago   Up 25 minutes (healthy)   5432/tcp                                                            postgres
4450e58cf148   docker.elastic.co/elasticsearch/elasticsearch:8.8.2   "/bin/tini -- /usr/l…"   25 minutes ago   Up 25 minutes (healthy)   0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp                      elasticsearch

I have added the element template to the right location, which has allowed me to create a simply flow and configured the service task to use the http outbound connector.

I am attempting a simple GET REST call to a public endpoint but the workflow is stuck at this step with no error.

Hi @e28makaveli did you use the template from the marketplace or which template did you use? Asking as there is no icon in your BPMN model indicating the rest connector is being used but rather a ServiceTask.

What is the value of the task type in your BPMN xml?

I ended up grabbing another REST connector from the store and this works. This one is named the REST Outbound connector.

Thank you.

1 Like