Community
Participate
Working Groups
When using a single-server daemon running under root, the process miner doesn't pick up the correct user id. It gets root instead by using _dataStore.getClient().getProperty("user.name") when it should be using _dataStore.getClient().getProperty("client.username").
Created attachment 207437 [details] patch to use client.username rather than user.name
I've committed the fix to the HEAD stream.