Robert Westerlund

A developer's blog on code, technology
and tools in .NET and C#



Contents tagged with .NET 4.0

  • No state machine in WF4

    Published: 2009-05-11 04:22:58 (UTC)

    I attended a TechEd pre-conference session today, in which one of the presenters, Zoiner Tejada, said something that surprised me. There will be no state machine workflows in Workflow Foundation in .NET 4.0.

    However, we need not despair in its absence. WF in .NET 4.0 contains a hybrid workflow, which lies somewhere between the still existing Sequential Workflow and the late State Machine, the Flowchart.

    I had planned on writing a short introduction to the Flowchart, but ... Read more.