09-04-2012 10:12 AM
processEngine.getIdentityService().setAuthenticatedUserId("kermit");
09-04-2012 03:17 PM
This would mean that all threads / request share the same identity service,
and thus that the setAuthenticatedUserId is valid for all threads.
How do I make sure that setAuthenticatedUserId is not influenced by other threads / request and subsequent calls are executed in context of the user set before?Nothing, see previous answer
09-06-2012 03:13 AM
processEngine.getTaskService().claim(taskId, username);
09-11-2012 11:21 AM
09-11-2012 12:03 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.