You must Sign In to post a response.
  • Category: ASP.Net MVC

    Windows workflow foundation

    Please share the example windows workflow foundation in MVC using C#

    Other wise

    How to create WWF IN MVC Share the simple example.
  • #768020
    Hi,

    There are many online guides and online tutorial for this. But as per my experience with WWF it is brief process.
    It will consume your time a lot.

    When I try to implement Windows Workflow Foundation in MVC I have following the below link.

    https://wfmvc.codeplex.com/


    They provide step by step process. But I didn't successfully completed the implementation.
    Hope you will successfully do that. All the best.

    Thanks,
    Mani

  • #768075
    hi
    I can share with you the best and top websites name just check it and try solve your question. because in all the websites entire introduction step by step so you can easily understand .

    names:
    1)www.dotnetfunda.com/articles/show/1297/how-to-create-a-simple
    2)www.codeproject.com › … › Web Development › ASP.NET › General
    3)crunchify.com/simplest-spring-mvc-hello-world-example-tutorial

    hope you can visit these website and its help you

    thank you

  • #768076
    with the help of windows foundation we can easily create and call workflow processes, small or large, from anywhere inside .NET code and it's been drastically improved since .NET3.5. That ease makes it practical to use workflow in places which it was previously too complicated to integrate, places where we normally manually code a process into business or web logic making it difficult to maintain and add standard features like tracing/auditing.
    basically you need to Creating the MVC site and Workflow Activity Library, then you need to Creating the Workflow, Update the MVC application to use the Workflow.
    check out below sample
    https://stevenwilliamalexander.wordpress.com/2010/11/16/integrating-a-persisted-wf40-workflow-with-mv/

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments