Windows Workflow Foundation in ASP.NET 3.5 Web Application - Better Approach

What is the best way to use the Windows Workflow Foundation in an ASP.NET 3.5 web application.

In my case, there are several workflows (sequential) that include numerous steps, the user has the privilege to save and exit at any of these steps; state should be preserved, possibly in SQL Server. Providing workflows as a web service is a good idea? I have very little knowledge of workflows and have only tested console wf applications.

Please guide me in the right direction, also I would like to know if there is any specific and installed architecture for using wf in ASP.NET Web Apps. We have a layered architecture for our web applications (BLL, DAL, Services, etc.), and I would like to know where we can include workflows in the current architecture.

Thank you very much in advance.

Update : thanks to Rubens Farias for helping me in the first place. We are still not sure which approach will be the best.
Please provide any example frameworks or sample web applications that use the workflow
So far ... 1. Is it useful to use the Page Flow Application Block
2. There are many changes in WF4 , should I wait for this?
3. Or use WF as suggested by Rubes Farias

I beg you, friends, I am in despair :(

+3
source share
1 answer

You should definitely read this document: Basics: Workflow Services

, SQL Server WCF ( RESTfull).

0

Source: https://habr.com/ru/post/1729345/


All Articles