Summary
When a user opens the entitiy log (regarding which entities have been modified during the process), the log shows no information, and there is certainty that modifications have been done to specific entities.
|
Applies to
Bizagi
Studio JEE 10.x
|
Symptoms
When
using the State log option, and filtering by Entities, the log is shown as empty (as displayed in the image below):
|
Cause
The
problem applies to 10.7 or previous versions in Bizagi because entity logs are not enabled by default. Enabling entity logs requires you to explicitly activate a specific flag for this sole purpose, so that Bizagi records such information.
|
Solution
1.
Open the bizagi-extended.properties
file (located in C:\BizagiJEE\[BizagiVersion]\
BizagiBPMJEE\bizagi-config) using the text editor of your
choice.
2.
Locate the following key and replace its value to true:
ENTITYLOGS=true
3.
Restart your Bizagi JEE Server.
|