Windows Workflow Foundation (WF) 4.0 coordinates and manages individual units of work, encapsulated into activities. WF comes with a rich library of activities. Learn how to extend this library by encapsulating your own APIs with custom activities. See how to compose those basic activities into higher level units using rules, flowchart, and state machine control flow styles. Learn how to build your own WF control styles. Learn how to customize and re-host the workflow authoring experience using the new WF designer framework.
  • Matt Winkler
    Matt is currently the program manger focused on building the WF Designer in Visual Studio.
Resources: Powerpoint Deck

Great insight on what is coming ahead in WF 4.0!!! Kind of like the newer model with Activities inherently being treated as composite activities and WorkflowElement taking the role of "Activity" in WF 3.0 to execute the actual unit of work.

The re-hosting solution seems much simplified now.

Great Job!!!