You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,22 @@ public class ManualJobHandler : IAsyncZeebeWorker
358
358
Please be aware, that uncatched exceptions still lead to sending fail commands (or error commands in case of `BpmnErrorException`).
359
359
It's the responsibility of the worker implementation to catch and handle all exceptions if a different behaviour is intended.
360
360
361
+
### Multi-tenancy
362
+
*Since 2.1.12*
363
+
364
+
Multi-tenancy in the context of Camunda 8 refers to the ability of Camunda 8 to serve multiple distinct tenants or clients within a single installation.
365
+
Hence you can configure a job worker to pick up jobs belonging to one or more tenants:
Alternatively you can set default tenants using the `TenantIds` attribute in the `Worker` section of your *ZeebeConfiguration*.
376
+
361
377
### Dynamic message receiver
362
378
363
379
See [Example for synchronous responses from processes](https://github.com/camunda-community-hub/camunda-8-examples/tree/main/synchronous-response-springboot) for a description of the scenario.
0 commit comments