<rss version="2.0">
  <channel>
    <title>MSDN Screencasts | By Tags | Workflow</title>
    <description></description>
    <language>en-gb</language>
    <link>http://www.microsoft.com/uk/msdn/screencasts/default.aspx</link>
    <pubDate>Tue, 01 Dec 2009 04:18:43 GMT</pubDate>
    <lastBuildDate>Tue, 01 Dec 2009 04:18:43 GMT</lastBuildDate>
    <generator>MSDN Event Service 1.0</generator>
    <ttl>1440</ttl>
    <item>
      <title>WF V3.5 - Building WCF Services Using Workflow Foundation</title>
      <description>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 look at doing that.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/285/WF-V35-Building-WCF-Services-Using-Workflow-Foundation.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 21 Nov 2007 19:36:28 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Calling Other Workflows</title>
      <description>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 a Workflow, and in this session we'll look at how this is done.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/22/Windows-Workflow-Foundation-Calling-Other-Workflows.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 26 Aug 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Composite Activities</title>
      <description>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 writing a custom composite activity.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/23/Windows-Workflow-Foundation-Composite-Activities.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 26 Aug 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Correlation</title>
      <description>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. In this session we'll look at how that's achieved.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/24/Windows-Workflow-Foundation-Correlation.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 26 Aug 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Exposing Web Services</title>
      <description>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.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/25/Windows-Workflow-Foundation-Exposing-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 26 Aug 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Building Persistence Services</title>
      <description>Windows Workflow Foundation comes with its own persistence service that uses SQL Server. However, it is also possible to build your own, and in this session we explore the basics of achieving that.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/36/Windows-Workflow-Foundation-Building-Persistence-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Building Scheduling Services</title>
      <description>It is possible to implement your own scheduling service to underpin the Workflow Runtime as it executes activities and workflows. This session takes a look at the basics of writing such a service.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/37/Windows-Workflow-Foundation-Building-Scheduling-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Building Tracking Services</title>
      <description>Whilst Windows Workflow comes with a SQL Tracking Service, it is also possible to implement your own to track information as activities and workflows execute. This session explores the basics of writing a tracking service.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/38/Windows-Workflow-Foundation-Building-Tracking-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Calling Web Services</title>
      <description>This session looks at how to make a call to a Web Service from a Workflow.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/39/Windows-Workflow-Foundation-Calling-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Declarative Workflows</title>
      <description>One of the ways of building Workflows is to model them entirely declaratively in an XAML file. This session takes a look at how we can do this.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/40/Windows-Workflow-Foundation-Declarative-Workflows.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Modifying Workflows</title>
      <description>The Workflow Runtime provides capabilities to modify Workflow Instances after they have started running. In this session we'll look at the code to achieve this.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/41/Windows-Workflow-Foundation-Modifying-Workflows.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Synchronising Activities</title>
      <description>Within a Workflow, it is sometimes important to ensure that a group of activities are scheduled for execution as a single block.  This session looks at the Synchronization Activity that enables this.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/42/Windows-Workflow-Foundation-Synchronising-Activities.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Using Persistence</title>
      <description>It is possible to save Workflow Instances into a persistent format in order to save resources or to allow a Workflow host to be recycled. In this session we'll look at using the SQL Persistence Service to achieve this.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/43/Windows-Workflow-Foundation-Using-Persistence.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Using Scheduling</title>
      <description>The Workflow Runtime uses a pluggable scheduling service in order to execute activities and workflows on threads. In this session we'll take a look at the two scheduling options that come with the Foundation today.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/44/Windows-Workflow-Foundation-Using-Scheduling.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Using Tracking</title>
      <description>A core capability of the Workflow Runtime is to track information as activities and workflows execute. The Workflow Foundation ships with a SQL Tracking service, and this session explores how to configure and make use of it.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/45/Windows-Workflow-Foundation-Using-Tracking.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Custom Activities</title>
      <description>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.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/46/Windows-Workflow-Foundation-Custom-Activities.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 03 Apr 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Host to Workflow Communication</title>
      <description>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.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/47/Windows-Workflow-Foundation-Host-to-Workflow-Communication.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 28 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: State Machine Workflows</title>
      <description>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.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/48/Windows-Workflow-Foundation-State-Machine-Workflows.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 28 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Transactions</title>
      <description>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 in circumstances where the Workflow has to reverse work already done.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/49/Windows-Workflow-Foundation-Transactions.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 28 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Two-Way Host/Workflow Communication</title>
      <description>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.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/50/Windows-Workflow-Foundation-Two-Way-HostWorkflow-Communication.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 28 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Workflow to Host Communication</title>
      <description>Workflows are hosted by your application. When a Workflow instance needs to communicate with the "outside world" it will do so through your application's hosting code. Here, we'll see how that is done.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/51/Windows-Workflow-Foundation-Workflow-to-Host-Communication.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 28 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Cancellation Handlers</title>
      <description>At times, Workflow may have to cancel your executing code. When it does so, you can receive notification in the form of a cancellation handler. This session explores cancellation handlers.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/52/Windows-Workflow-Foundation-Cancellation-Handlers.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 21 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Listening for Events</title>
      <description>A common pattern in Workflow is to wait for a event to occur and Workflow Foundation supports this natively. Here we examine how we can use the Listen activity to wait for events to occur.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/54/Windows-Workflow-Foundation-Listening-for-Events.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 21 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Logic and Looping</title>
      <description>Simple programming constructs such as looping and conditional logic are represented in Workflow. Here we take a look at how we can model conditions and loops.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/55/Windows-Workflow-Foundation-Logic-and-Looping.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 21 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Passing Parameters to Workflows</title>
      <description>Sometimes Workflows need to be passed parameters from their hosting environment. In this slot, we'll explore how we can feed data into a Workflow instance before it runs.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/56/Windows-Workflow-Foundation-Passing-Parameters-to-Workflows.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 21 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Working in Parallel</title>
      <description>Workflow has built in capabilities for executing sets of activities in parallel. In this session we'll explore the Parallel activity and what it can do for us.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/57/Windows-Workflow-Foundation-Working-in-Parallel.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 21 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: "Hello World"</title>
      <description>In this session we'll look at the Workflow Foundation for the first time and build a simple "Hello World" style application using a code-first approach and then a designer-first approach.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/59/Windows-Workflow-Foundation-Hello-World.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 13 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Exceptions</title>
      <description>Workflow Foundation has specific capabilities for handling exceptions in your code, let's take a look at how it's done.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/60/Windows-Workflow-Foundation-Exceptions.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 13 Mar 2006 07:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>