-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
TODO:
- adjust the SQL scripts (create and update) and add a column TENANT_ID_ on ACT_RU_CASE_EXECUTION and ACT_RU_CASE_SENTRY_PART table
- add a field tenantId on entity classes
- set the tenant-id on the entity while creating it
- inherit the tenant-id from the case definition / case instance or parent case execution by default
- add a method on the CaseInstanceQuery and CaseExecutionQuery to filter by a list of tenant-ids (tenant-id of the case instances / case executions in ...)
- adjust the REST-API (dto for query request / response)
- make sure that a variable which is created within a case instance inherit the tenant id from it
- make sure that a case instance inherit the tenant-id when it is started from a call activity
- expose the tenant id to CaseExecution and DelegateCaseExecution
- set the tenant id of a HistoricDecisionInstanceEntity when it is evaluated from a case instance
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-5529 Provide a SPI for the Propagation of the Tenant-Id of a Case Instance
- Closed