From 6eb7756aa122d0af5b08206ea5e4ece4c5b89a93 Mon Sep 17 00:00:00 2001 From: Igor Petrov Date: Mon, 9 Oct 2023 15:44:59 +0300 Subject: [PATCH] f --- docs/components/connectors/use-connectors/inbound.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/components/connectors/use-connectors/inbound.md b/docs/components/connectors/use-connectors/inbound.md index c42f268da67..1b54bbce16e 100644 --- a/docs/components/connectors/use-connectors/inbound.md +++ b/docs/components/connectors/use-connectors/inbound.md @@ -55,8 +55,10 @@ You can still start instances of that process manually via the modeler, which is 2. Add a plain **Message Start Event (non-interrupting)** into an **Event Sub Process**. 3. Change its template to an inbound Connector of your choice (e.g., HTTP webhook, or a message queue subscription). 4. Fill in all required properties. -5. Complete your BPMN diagram. -6. Deploy it to your Camunda 8 instance. +5. Select **Correlation required** in the **Subprocess correlation** section. +6. Specify both **Correlation key (process)** and **Correlation key (payload)** values. +7. Complete your BPMN diagram. +8. Deploy it to your Camunda 8 instance. ### Example: Configuring an HTTP webhook