• ASP.net + WWF Example: Navigation Map with Local Connection approach.

    Published by aschapiro on October 20th, 2005 5:53 pm under ASP.Net, WF + Asp.Net, Windows Workflow Foundation

    1 Comment

    This example intends to show a way of implementing some kind of a navigation map for websites based on workflow.
    Because
    of the navigation nature of web sites (the user navigates through nodes
    without a specific order), the chosen workflow is a state machine type.

    For this simple example, we use just two nodes represented by web pages. In the first one (Create step represented by Default.aspx page), the user enters some data that is stored inside the workflow and then retrieved in the second step of it (Show step represented by Show.aspx page):

    Drawing1

    We are investigating many ways ASP.net and WWF interact so stay tuned for more approaches!!!
    Download:
    ASPNET_NavigationWorkflow.zip
    Related URL: James conard´s ASP.NET WebForm Example

  • 1 Comment:

    1. http:// said on March 9, 2006:

      This is exactly what I want to do with a currrent project I am working on. I am using Beta 2 which seems to no longer have the namespace System.Workflow.Runtime.Messaging so the much appreciated sample can not compile. Might you have a version of this with the Beta 2 version…would really really appreciate it!!!

      Thanks for putting this out there!!
      -John

    Leave a comment

    Your email address will not be published.