All Tags > Workflow
-
Windows Workflow Foundation: Modifying Workflows
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.
Posted: 26/06/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: Synchronising Activities
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.
Posted: 26/06/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: Using Persistence
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 ...
Posted: 26/06/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: Using Scheduling
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 ...
Posted: 26/06/2006 by Mike Taulty
Tags: Workflow
-
Windows Workflow Foundation: Using Tracking
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 ...
Posted: 26/06/2006 by Mike Taulty
Tags: Workflow