如何在 C# 应用程序中提供工作流程
我正在构建一个项目来自动化组织中的文书工作。我有几个任务,我需要使用 Microsoft 工作流程项为它们设置工作流程。 我正在使用 Visual Studio 2010 和 C#。
我使用 Microsoft SQL Server 作为数据库。
关于如何实施有什么想法吗?如果有一个例子那就太好了。
I am building a project to automate the paper work in an organization. I have several tasks and i need to set a work flow for them using microsoft workflow item.
I am using visual studio 2010 and C#.
I am using microsoft SQL server for the database.
Any ideas on how to implement that? It would be great if an example exists.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Windows Workflow Foundation
.NET 4 中的 Windows Workflow Foundation (WF) 开发人员简介
使用工作流设计器开发应用程序
.NET Framework 4 的 Windows Communication Foundation (WCF) 和 Windows Workflow Foundation (WF) 示例
论坛:Windows Workflow Foundation
Windows Workflow Foundation
A Developer's Introduction to Windows Workflow Foundation (WF) in .NET 4
Developing Applications with the Workflow Designer
Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) Samples for .NET Framework 4
Forum: Windows Workflow Foundation
您是否研究过Windows 工作流基础?它是专门用于此类事情的。您可以创建一个包含工作流项目的工作流,以便在您的应用程序中拥有结构清晰的路径。如果您想更换文书工作,我想每次都必须正确完成。您甚至可以在 VS 2010 中获得一个不错的图形编辑器
have you looked into windows workflow foundation? it's specifically meant for these kinds of things. You can create a workflow with workflow items along the way to have a clearly structured path through your application. If you are looking to replace paperwork I image that it has to be done correctly every time. You even get a nice graphical editor in VS 2010