Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
igpetrov committed Oct 9, 2023
1 parent 6eb7756 commit 2c5a24e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2c5a24e

Please sign in to comment.