From 2a30a7cabbc678ade7e2990f4654533167c450ee Mon Sep 17 00:00:00 2001 From: Philipp Ossler Date: Fri, 25 Oct 2024 08:22:40 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67dd40c9..3b73098e 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ [![Compatible with: Camunda Platform 8](https://img.shields.io/badge/Compatible%20with-Camunda%20Platform%208-0072Ce)](https://github.com/camunda-community-hub/community/blob/main/extension-lifecycle.md#compatiblilty) -A Zeebe worker to make HTTP calls (e.g. invoking a REST service). It is based on the built-in Java HttpClient. - -> **Warning** -> This community extension is deprecated. You should prefer the official [Camunda REST connector](https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/rest/). The connector is available in Camunda SaaS and for self-managed. Further resources: +> [!IMPORTANT] +> This community extension is **deprecated**. You should prefer the official [Camunda REST connector](https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/rest/). The connector is available in Camunda SaaS and for self-managed. Further resources: > - [Documentation](https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/rest/) > - [GitHub repository](https://github.com/camunda/connectors-bundle) > - [Installation guide for self-managed](https://docs.camunda.io/docs/next/self-managed/connectors-deployment/install-and-start/) > > Thank you to all [contributors](https://github.com/camunda-community-hub/zeebe-http-worker/graphs/contributors) for making it a great extension. :tada: +A Zeebe worker to make HTTP calls (e.g. invoking a REST service). It is based on the built-in Java HttpClient. + ## Usage ### BPMN Task