问题描述
我的要求:我有一个具有3个用户(user1-> user2-> user3.)的批准顺序工作流,当任何用户拒绝任务时,它应转到user1(user1是请求者) .在user1批准之后,应转到user1->用户2-> 用户3.
my requirement: i have an approval sequential workflow with 3 users (user1 --> user2 --> user3.) , when any of the user reject the task , it should go to user1(user1 is the requestor). After user1 approval it should go to user1 --> user2 --> user3.
我已借助与用户一起对当前项目开始批准过程",与3个用户一起创建了SPD工作流程.我已将3个用户添加到用户"部分.我在任务完成时添加了以下条件-".如果当前任务结果 被拒绝->为user1插入新任务(user1是请求者)".
I have created SPD workflow with 3 users with the help of "start approval process on current item with Users". i have added 3 users to the users section. I have added below condition "under when task completes --> if current task outcome is rejected --> insert new task for user1 (user1 is the requestor)".
拒绝user2时,将创建一个任务并将其分配给user1.在user1批准后,任务将分配给user3.
When user2 is rejected a task getting created and assigned to user1. After user1 approval the task is getting assigned to user3.
您能否建议我,如何确保在user1批准后将任务分配给user2?
Can you please suggest me how can i make sure the task is getting assigned to user2 after user1 approval?
谢谢
推荐答案
根据您的要求,建议您在工作流开始"选项中创建或更改项目时自动将工作流设置为开始.
For your requirement, I suggest you set the workflow start automatically when an item is created or changed in the Workflow Start options.
然后,当用户2拒绝任务时,SharePoint将向用户1(创建者或请求者)发送有关拒绝的电子邮件.然后,用户1修改项目.保存更改后,将再次触发工作流,以将任务分配给用户1->用户2->用户 3.
Then when user 2 rejects the task, SharePoint will send email to the user 1(Creator or Requestor) about the rejection. Then user 1 modify the item. After saving the change, the workflow will be triggered again to assign tasks to user 1->user 2->user 3.
谢谢
温迪
这篇关于SPD工作流任务分配问题.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!