cancel
Showing results for 
Search instead for 
Did you mean: 

Assign many groups for a task.

viorel1993
Champ in-the-making
Champ in-the-making
Can anybody help me with a example of workflow where is implemnted how to assign a task to many groups!How i can modify a model and share-workflow-form-config.xml to support bpm:groupAsignees.Urgent!!!Thank you in advence!
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
how to assign a task to many groups?
ANS: You need to create one swimlane which include multiple groups and use that swimlane to assign task.

How i can modify a model and share-workflow-form-config.xml ?
For Model you need to create your own workflow model and register it witin alfresco throguh context file. For  configuration of task You need to create share-config-custom.xml file add new config for related task in that file.

Thank you for your response!But I am relative new on this platform and I don't find a example with a task which is assign to multiple groups!Can you help me with a complete example of basic workflow with mutiple groups asssigne of task.How to define swimlane which include multiple groups?How  to include this swimlane in a workflow?Thank you in advence!

mlagneaux
Champ on-the-rise
Champ on-the-rise
Hi,

I think that you should first take look at this tutorial about how to design an Activiti workflow :
http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html#the-hell...
This article explains how to create your process, write the related model and manage the Alfresco Share UI. After reading that, you'll have the basic knowledge about Activiti workflows and a better idea of how to assign a task to multiple groups.