在Asp.net 4.0中实现工作流程 [英] Implementing Workflow in Asp.net 4.0

查看:80
本文介绍了在Asp.net 4.0中实现工作流程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

有人可以帮助我找到关于如何使用Asp.net 4.0实现WorkFlow的演练,示例解决方案和文章的链接。我正在开发一个保险网络解决方案,我需要实施工作流程来管理自动化,审批,控制等。



我非常依赖你的帮助。



谢谢大家。

解决方案

谷歌揭示全部:



650万Google搜索asp.net 4工作流程 [ ^ ]


你好



试试这个链接

在Visual Studio 2005中创建顺序工作流 - 示例 [ ^ ]


这是一个太广泛的主题,无法通过一个简单的问题回答我的看法:

您可以使用Workflow Foundation(.net框架的一部分)编写一个针对该运行的Web前端。我不得不在WF / WWF(Mortgage Processing应用程序)之前做类似的事情,我们必须实现一个有限状态机(尽管你可能需要一个petrinet)和规则引擎。工作流系统往往很重,特别是金融系统。



我会google / research:



  • .net Workflow Foundation
  • Microsoft业务规则引擎(虽然WF内置了一个)
  • Biztalk(如果为大型开发)具有复杂要求的保险公司)


Biztalk需要花钱。如果你作为一个学生项目这样做,甚至WF可能有点过分,但如果有以下情况它很有用:



1)这个过程很复杂

)过程中的大部分时间都花在等待步骤之间(例如用于信件)

3)过程可以改变

4)新的保险规则是需要

Hi All,
Can someone help me with links to walkthroughs, Sample Solutions, and Write-ups on How I can Implement WorkFlow with Asp.net 4.0. I am developing an Insurance web solution and i need to implement work flow to manage autorisation, approvals, Control and etc.

I count much on your assistance.

Thank you all.

解决方案

Google reveals all:

6.5 MILLION Google results for "asp.net 4 workflow"[^]


hello

try this link
Creating Sequential Workflows in Visual Studio 2005 – A Sample[^]


This is too broad a topic to be answered via a simple question my view:
You could use Workflow Foundation (part of the .net framework) can write a Web front end running against that. I had to do something similar pre WF/WWF (a Mortgage Processing app) and we had to implement a finite state machine (though you might need a petrinet) and rules engine. Workflow systems tend to be quite heavy, especially financial ones.

I would google /research:

  • .net Workflow Foundation
  • Microsoft Business Rules Engine (though WF has one built in)
  • Biztalk (if developing for a large insurance company with complex requirements)

Biztalk costs money. If you are doing this as a student project even WF might be overkill, but it is useful if:

1) The process is complicated
2) Most of time in of the process is spent "waiting" between steps (e.g. for letters)
3) The process can change
4) New insurance rules are needed


这篇关于在Asp.net 4.0中实现工作流程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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