-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
It should be possible to query for historic entities (e.g. historic process instances) where the tenant id is set to null. The query option withoutTenantId should be implemented for the following queries:
- HistoricActivityInstanceQuery#withoutTenantId()
- HistoricCaseActivityInstanceQuery#withoutTenantId()
- HistoricDecisionInstanceQuery#withoutTenantId()
- HistoricDetailQuery#withoutTenantId()
- HistoricIdentityLinkLogQuery#withoutTenantId()
- HistoricIncidentQuery#withoutTenantId()
- HistoricJobLogQuery#withoutTenantId()
- HistoricProcessInstanceQuery#withoutTenantId()
- HistoricTaskInstanceQuery#withoutTenantId()
- HistoricVariableInstanceQuery#withoutTenantId()
- any other history queries not listed here
It should behave for example like ProcessInstanceQuery#withoutTenantId().
The query parameter should also be exposed via REST API.
This is the controller panel for Smart Panels app
- is related to
-
CAM-6555 I can query for historic case instances without tenant id
- Closed