All Tags > Workflow
-
WF V3.5 - Building WCF Services Using Workflow Foundation
In .NET Framework V3.5, Workflow Foundation comes together with Communication Foundation in order that we can easily build a Workflow and make it available as a WCF service. In this video, we'll take a ...
Posted: 21/11/2007 by Mike Taulty
Tags: Web Service, Workflow
-
Windows Workflow Foundation: Calling Other Workflows
Workflow solutions can be decomposed into multiple workflows where one calls another just like one subroutine in a program calls another. There are differences such as the asynchronous nature of invoking ...
Posted: 26/08/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: Composite Activities
Workflow Activities partition into the 'basic' activities which perform a single task and 'composite' activities which act as a container for other Activities. In this session we'll take a brief look at ...
Posted: 26/08/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: Correlation
Workflow Foundation has automatic capabilities for correlating messages that leave a Workflow instance with messages that are received by that same instance, making message exchange easier to deal with. ...
Posted: 26/08/2006 by Mike Taulty
-
Windows Workflow Foundation: Exposing Web Services
Workflow Foundation has built-in capabilities that allow a Workflow to be published as an ASP.NET Web Service - in this session we'll look at how this is done and how it works.
Posted: 26/08/2006 by Mike Taulty
Tags: .NET, Web Service, Workflow