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
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)
When logging the HistoricVariableUpdateEventEntity and HistoricDetailVariableInstanceUpdateEntity value printed for processDefinitionId is the same as processInstanceId, which is not correct.
Example log:
Environment
7.21.0 Tomcat
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)
When logging the
HistoricVariableUpdateEventEntity
andHistoricDetailVariableInstanceUpdateEntity
value printed forprocessDefinitionId
is the same asprocessInstanceId
, which is not correct.Example log:
Steps to reproduce
Print the result of
toString()
method forHistoricVariableUpdateEventEntity
andHistoricDetailVariableInstanceUpdateEntity
Observed Behavior
For attribute
processDefinitionId
value ofprocessInstanceId
is being used.Expected behavior
Value of the
processDefinitionId
should be printed for that field.Root Cause
Incorrect variable used in the
toString()
method.Solution Ideas
Just change the variable used.
Pull requests
The text was updated successfully, but these errors were encountered: