cancel
Showing results for 
Search instead for 
Did you mean: 

assigness task to group

xmlxml
Champ in-the-making
Champ in-the-making
Dear ALL!
Sorry for My English
I want to create workflow with activiti BPMN 2.0:

I want to assigness task to the group, Anyone of the group done this task then the task will be finish, other user of group will not seen this task, and workflow will go to next task.

Can You help me?
1 REPLY 1

scouil
Star Contributor
Star Contributor
Hi xml,

To develop activiti workflows, I highly suggest the use of the eclipse activiti plugin.
They did a very good job on this one and it makes workflow development very visual and straightforward.

Using that tool, you'll find a "group assignee" property that does exactly what you expect.
It's basing the assignee on bpm_groupAssignee instead of bpm_assignee and everything works without further work.

You might want to have a look at the default workflow: Pooled Review & Approve
<blockquote>Enables you to set up review and approval of content, assigning the workflow task to multiple users. One user can take ownership of the task at a time, completing it or returning it to the pool to be claimed by another user associated with the task.</blockquote>
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V4.0b/root/projects/reposi...