This is a re post with a small example of a previously asked question that I'm still struggling with.
On completing a task, I need to determine the user that was assigned that task and store it so that on a subsequent form, I can display a People control with that user's name as the default value in the People control. On the first task, I have a taskListener setup for Complete to get the assignee: task.getExecution().setVariable('assignee', task.getAssignee());
The People control on the subsequent form has an id of 'assignee'. When the form displays, the user's id (i.e., 1002) is displayed instead of their name (i.e., John Doe). I've tried declaring 'assignee' as a Process Variable of type people, string, and integer and also by not declaring it as a Process Variable. How can I force the name to display instead of the user id?
Thanks in advance
We are still having this issue. Can someone please look at this and give advice on how to handle this?
Thanks in advance
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.