InfoQ

News

Interview: Scott Allan on Windows Workflow Foundation

Posted by Floyd Marinescu on Apr 23, 2007 11:08 AM

Community
.NET
Topics
Workflow / BPM
Tags
Windows Workflow Foundation
OdeToCode.com's Scott Allan is interviewed by David Totzke on Windows Workflow Foundation, recorded a year ago at VSLive Toronto. Scott talks about the capabilities of Windows Workflow foundation, how it integrates into application development, how Microsoft is using WWF in its own products, DSLs and WWF, and architectural pattterns possible with WWF.

Watch Scott's interview on Windows Workflow Foundation (23:32)

On the topic of emerging architectural patterns for using Windows Workflow, Scott predicts:
I think Windows Workflow is going to be the execution engine. There's certainly the ability to write a lot of code inside of a Workflow, to actually put implementation code inside of a Workflow. I don't think that is going to be the most flexible approach, it's not going to be the best architecture. Workflow has the ability to communicate back to the host process and receive events from the host process during the lifetime of a Workflow through well defined interfaces. You literally define an interface that has public methods and the public events and you tell the Workflow "this is what you're going to be working with". Let's say I'm building a Workflow to download the log files from a web server. I can certainly create activities that do the ftp transfer, the parsing of the log files that do the insertion into the database. But ultimately I think you want to keep those jobs into separate components. The Workflow is really just the shell that says "here's the process we follow, here are the rules". It calls back to the host process which does a lot of the work.
Have any InfoQ readers had a chance to use Windows Workflow yet, if so, what were your experiences?
presentation is dated but still relevant by Floyd Marinescu Posted Apr 23, 2007 11:17 AM
it's useful by Caff Huang Posted Apr 25, 2007 1:16 PM
  1. Back to top

    presentation is dated but still relevant

    Apr 23, 2007 11:17 AM by Floyd Marinescu

    This is the last of a set of interviews recorded before InfoQ launched less than 12 months ago. We decided to still publish it as most of the advice and scenarios decsribed by Scott are fairly timeless and the interview is still a great introduction to WPF for those who don't know that much about it.

  2. Back to top

    it's useful

    Apr 25, 2007 1:16 PM by Caff Huang

    there are lots of cases where you're going to want Windows Workflow just to be the driver, the logic The tip is very useful for the soltion I'm trying to found in WWF. Thanks!

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.