views:

527

answers:

1
A: 

I'm not sure, but I think that you want <pooledactors> here instead of <actor>.

Maybe this is why your wf doesn't work as expected.

<actor>#{bpm_assignees}</actor>

Also, I believe that the task should be in your Pooled tasks, not your My Tasks, as it is a pooled task (beacause you're trying to set multiple assignees).

zladuric
Thanks for the response. However, while there are multiple assignees I am specifically not using pools. For this particular application we actually do have multiple people assigned to it. I was sure I found documentation that this is supported by Alfresco's AlfrescoAssignment class, however now I cannot find where I got that from. Pooled actors is definitely not what I want, either way, this needs to show up in all of the actor's task lists (and I also don't want the "ParallelReviewTask" since some of the actors won't actually edit every document).
Scott Gartner
I'll keep looking for where I found support for multiple assignees. Maybe this is the source of my problems after all.Thanks again,
Scott Gartner