We have to do a project which is a web based workflow application. I have never used WWF. I am thinking should we use WWF with asp.net ?
This application has 10 tasks with multiple options (each task may have 4 options) with a good amount of data. Just like banks have customer dealing work flow applications.
I am not getting will it hard to switch to WWF ? (we have short time to deliver/ learning curve)
Please advice on this.
thanks
WF is meant for long-running asynchronous tasks. It allows you to return some data to the user while the task you started is still running. It also allows you to update the user on the tasks progress and properly handle task failures.
If your tasks are taking a lot of time to complete (too much to handle in one postback), I would have a look at WF