cancel
Showing results for 
Search instead for 
Did you mean: 

assignment user tasl

jvivanco
Champ on-the-rise
Champ on-the-rise
Hi,

Mi problem is, i need to assign different tasks for different user in different groups, my idea is when i start the flow  deploy a list of user for all user in alfresco, that can select 3 users and assign these to different tasks flow along

how i can make this?

Thanks

pd: i'm latin american, my English it's not good

1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Use custom forms which store the selected users in process variables.
Use those variables to assign the user tasks directly, eg. <userTask assignee="${previouslySelectedUser}" ..