开发者

How to create a sequential work flow?

开发者 https://www.devze.com 2022-12-14 20:39 出处:网络
I have created a sequential workflow using sharepoint server sequential workflow template and infopath forms.I have created a initiation form using infopath fo开发者_运维百科r taking assignee comments

I have created a sequential workflow using sharepoint server sequential workflow template and infopath forms. I have created a initiation form using infopath fo开发者_运维百科r taking assignee comments etc. If I gave single user it is working fine.

My problem is I need to assign this workflow for 3 or more than 3 users.

For example I have users X,Y and Z. First I will create a task for X. After completing that task by X I need to create another task for Y and so on up to Z. How can I achieve this? Can anyone help me?

Thanks in advance


In this scenario you would normally use a Replicator activity (and initialize it with an array containing the login names/other IDs of the three users X, Y, Z). Then you set the replicator to execute sequentially.

0

精彩评论

暂无评论...
验证码 换一张
取 消