-
Sub-task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Context:
To be able to correlate camunda events based on variable data we need to store the variable instance data in a dedicated index.
AT:
- the camunda variable update import also writes to a new sequential variable update index
- the variable instance index needs to have at least the following properties:
- variableInstanceId
- variableName
- variableType
- value
- processInstanceId (the minimum needed required to resolve variables for any camunda event)
- tenantId
- timestamp