Sharepoint 2010 Foundation中的自定义Visual Studio工作流 [英] Custom Visual Studio Workflow in Sharepoint 2010 Foundation

查看:62
本文介绍了Sharepoint 2010 Foundation中的自定义Visual Studio工作流的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在自定义工作流程中遇到问题.我的要求是这样的.

此工作流程有3个状态-待审核,需要校准,已批准.


工作流程如下:

1.Submitter:-将使用添加表单将数据输入到列表中.一旦他验证了数据,他便将提交数据.该项目将进入待处理"状态,并将进入Supervisor的队列.

2.Supervisor(待定):-只有"Pending"(待定)状态的项目才可供Supervisor进行验证和批准.他可以批准该商品或将其寄回以进行更正.如果批准,则该项目将处于已批准"状态,如果发送回提交者,则该项目将处于需要澄清"状态.

3.一旦主管批准该项目,状态将更新为已批准".

4.具有需要澄清"状态的表格将退回提交者以进行澄清和修改.提交者将再次提交具有修改后值的项目.

5.此过程将一直进行到项目批准为止.


您能否指导我在Visual Studio 2010中为Sharepoint Foundation创建此工作流.

-Sai

Hi,

I have issue in Custom Workflow. My requirment is like this.

There are 3 status are there for this workflow - Pending, Require Calrification, Approved.


Process of the workflow is follows

1.Submitter: - Will enter the data into the list using the add form. Once he verifies the data he will then submit the data. That item will then go into "Pending" status and will be in queue for Supervisor.

2.Supervisor (Pending):- only items with "Pending" status will be available for Supervisor for verification and approval. He can approve the item or send it back for corrections. If approved the item will be in "Approved" state and if sent back to submitter item will be in "Require Clarification" state.

3.Once Supervisor approves the item, status will update with "Approved".

4.Forms with "Require Clarification" status will go back to submitter for clarifications and modifications. Once again submitter will submit the item with modified values.

5. Thisa process will go on till item approves.


Can you pleae guide me to create this workflow in Visual studio 2010 for Sharepoint Foundation.

-Sai

推荐答案

您可以创建在添加项目事件时触发的工作流程.构建状态机工作流,因为它将使您对工作流的需要澄清"部分有更多的控制权.将任务列表"用作收件箱"并根据登录的用户对其进行过滤,因此主管将看到仅分配给他/她的任务.
You can create a workflow that is triggered on item added event. Build a State Machine Workflow as it will give you more control over the Require Clarification part of the workflow. Use Task List as Inbox and filter it based on the logged in user, hence the Supervisor will see tasks assigned only to him/her.


这篇关于Sharepoint 2010 Foundation中的自定义Visual Studio工作流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆