09-02-2012 06:17 AM
processEngine.getTaskService().addComment(task.getId(), null, commentMessage);
processEngine.getTaskService().addUserIdentityLink(task.getId(), user.getId(), IDENTITY_LINK_OBSERVER);
09-04-2012 02:01 AM
processEngine.getIdentityService().setAuthenticatedUserId(…);
processEngine.getTaskService().addComment(task.getId(), null, commentMessage);
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.