Skip to content

Commit

Permalink
Adopt docu of call-activity
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanpelikan committed Sep 2, 2024
1 parent 971c637 commit a2889b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This adapter is aware of all the details needed to keep in mind on using Camunda
1. [Worker ID](#worker-id)
1. [Module aware deployment](#module-aware-deployment)
1. [SPI Binding validation](#spi-binding-validation)
1. [Call-Activity](#call-activity)
1. [Multi-instance](#multi-instance)
1. [Message correlation IDs](#message-correlation-ids)
1. [Transaction behavior](#transaction-behavior)
Expand Down Expand Up @@ -93,6 +94,15 @@ On starting the application BPMNs of all workflow modules will be wired to the S

This ensures that correct wiring of all process definitions according to the SPI is done.

## Call-activity

The adapter uses Camunda 7's business key to associate the workflow aggregate
to the process instance. Therefor, on defining a call-activity in Camunda Modeler
it is mandatory in the property panel to tick the checkbox
`Business Key` and keep the default `Business key expression`:

![Business Key for call-activity](./readme/call-activity_business-key.png)

## Multi-instance

For Camunda 7 all the handling of multi-instance is done under the hood.
Expand Down
Binary file added spring-boot/readme/call-activity_business-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2889b5

Please sign in to comment.