06-13-2017 02:03 PM
I'm trying to get user email addresses in an Activiti Groovy Script Task using the user's Activiti ID number. I'm trying to do this:
User user = identityService.createUserQuery().userId(execution.getVariable('initiator')).singleResult();
execution.setVariable('initiator_human', user.getEmail());
But user is always null. I believe this is because the IDs that Activiti uses, which are numbers, do not match the ID that is expected in this method.
Any ideas on how to fix this?
06-13-2017 05:00 PM
You can use UserInfoBean. Please refer User Info Bean (userInfoBean) | Alfresco Documentation for more details.
Explore our Alfresco products with the links below. Use labels to filter content by product module.