-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
In Zeebe, all definitions & instances will be migrated once the tenant-id field gets introduced. The migration of the data will mean that all indices will be having <default> as their tenant. For that purpose, we should also migrate all Optimize process definition & process instance documents which relate to Zeebe and attribute to the, default-tenant as their tenant.
ATs:
- All existent zeebe process definition & process instance documents have been migrated
- There are ITs to verify this behavior
TEST INSTRUCTIONS:
Once the upgrade has happened the following fields to to appear like so:
a. tenantId of ProcessDefinitionIndex is now set to <default> for Zeebe data
b. tenantId of ProcessInstancesIndex is now set to <default> for Zeebe data
b. tenantId of Incidents inside ProcessInstancesIndex is now set to <default> for Zeebe data
No changes have happened for cambpm data.