如何在 C# 应用程序中提供工作流程

发布于 2024-10-17 07:17:21 字数 165 浏览 1 评论 0原文

我正在构建一个项目来自动化组织中的文书工作。我有几个任务,我需要使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

身边 2024-10-24 07:17:21

您是否研究过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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文