cancel
Showing results for 
Search instead for 
Did you mean: 

Pooled actors and users (custom assignment)

smicyk
Champ in-the-making
Champ in-the-making
Hi,

I try to create workflow with custom assignment for swimlanes. In my case the result of assignment can be some set of users. So each of that user I place in pooled actors field of assignable variable. This works fine in Alfresco Explorer but in Share the tasks can't be retrieved. After debuging a bit, it seems that in the method isUserInPooledActors in workflow service, system assumes that in pooled actors there always are groups and not users. Is this done for some reason or this is a bug? Please provide me some workaround for this problem.

Thanks
1 REPLY 1

smicyk
Champ in-the-making
Champ in-the-making
Hi,

after all I modify source code of isUserInPooledActors method so it returns true if given user is the same as one of the actors. It is not the best solution but it works for me.