Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Updated 17-Jun-11 1:52am
v2

 
Share this answer
 
Comments
Keith Barrow 17-Jun-11 10:34am    
And in only 0.18 seconds, once Google gets the request :)
 
Share this answer
 
Comments
Agbato Adewunmi 17-Jun-11 13:46pm    
Very good Lead. Thanks.
arulmary 21-Mar-12 22:44pm    
Hi Agbato Adewunm,
i need to implement work flow to manage autorisation, approvals, Control and etc in web application.

I got your comments in this site.Could please help for this?
Kindly share the sample code or an idea.

Thanks in advance
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
 
Share this answer
 
Comments
Agbato Adewunmi 17-Jun-11 13:46pm    
Very good Lead. Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900