All Tags > Workflow
-
Windows Workflow Foundation: Custom Activities
Workflow Foundation is an extensible framework based around adding custom activities. In this session we'll build our first activity and make use of it from a Workflow instance.
Posted: 03/04/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: Host to Workflow Communication
A host process communicates with Workflow instances by firing events on a shared interface. In this session we'll take a look at how that works.
Posted: 28/03/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: State Machine Workflows
Workflow Foundation has native support for modelling finite state machines. In this session we'll build a simple example and look at how we model states and the transitions between them.
Posted: 28/03/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: Transactions
Workflow has rich capabilities for dealing with transactional work. In this session we'll explore how we can make use of the TransactionScope activity and also how to compensate for atomic transactions ...
Posted: 28/03/2006 by Mike Taulty
-
Windows Workflow Foundation: Two-Way Host/Workflow Communication
Here we put together two previous sessions and show how we can get asynchronous two-way communication going between a Workflow instance and its host environment.
Posted: 28/03/2006 by Mike Taulty
Tags: Workflow