Assigning multiple users to a workflow task in sharepoint

是否有人能够使用CreateTask活动将多个用户分配给Sharepoint工作流任务?


Sharepoint task allow the use of groups. Assign the task to a group and trigger the work flow when a task has been assigned.


I blogged a while ago about how to develop custom activities with multiple users. It's been a while since I've done this, so I'm not 100% sure if it's applicable to your question, but it's worth a try:

Multi Value Columns Solution #2 - Custom Activities in SPD

There's a useful discussion in the comments as well.

Hope that helps, - Lee


What version? WSS V3 or MOSS?

Is the "Create Task" bound to the Task List? If so then only one person at a time. Unless you have an AD group with a bunch of people or you modify the list to include SharePoint groups in the assigned to field.

链接地址: http://www.djcxy.com/p/42150.html

上一篇: 什么是apache的最大url长度?

下一篇: 将多个用户分配给SharePoint中的工作流任务