Sign In
Assorted Windows Workflow Foundation
My name is Tom Lake. I previously worked on the Windows Workflow Foundation Activities test team and created these blog posts and samples to help before the official samples were available.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
Custom Activity
Mesh
Workflow
XAML Activation
Archive
Archives
September 2008
(1)
December 2007
(1)
January 2007
(1)
October 2006
(1)
August 2006
(1)
July 2006
(3)
June 2006
(2)
May 2006
(7)
May, 2006
MSDN Blogs
>
Assorted Windows Workflow Foundation
>
May, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Assorted Windows Workflow Foundation
Project template for XAML Activation Console Application
Posted
over 6 years ago
by
Tom Lake
1
Comments
If you work with XAML activation from time to time and like being able to debug your workflow using a console application you should install these templates. However, you don’t like having to modify the default console application template each time....
Assorted Windows Workflow Foundation
Examples of using Persistence and Tracking in ASP.NET
Posted
over 6 years ago
by
Tom Lake
6
Comments
When you are working with ASP.NET you may have the need to persistence and / or tracking. I have put together two examples, one with shared databases and the other with separate, and included the command scripts to create the databases for you. There...
Assorted Windows Workflow Foundation
Using XAML activation in ASP.NET with a StateMachineWorkflow
Posted
over 6 years ago
by
Tom Lake
3
Comments
If you want to use XAML activation in ASP.NET you will need to be using Windows Workflow Foundation Beta 2.2, that can be found here . The reason for this is that although XAML activation works in most cases with Beta 2 it isn’t officially supported in...
Assorted Windows Workflow Foundation
Couple of custom activities that you can use to synchronize branches of a ParallelActivity
Posted
over 6 years ago
by
Tom Lake
1
Comments
You could use a SynchronizationScope Activity, but this would block execution all together in the other branches since the thread is locked until the activity is done executing. If that is not the behavior you are looking for here are two options. First...
Assorted Windows Workflow Foundation
XAML activation and how to use it
Posted
over 6 years ago
by
Tom Lake
4
Comments
XAML activation is when you use the serialized xoml file to create and run a workflow instance. You will use one of the following WorkflowRuntime methods to create the workflow instance: public WorkflowInstance CreateWorkflow( XmlReader workflowDefinitionReader...
Assorted Windows Workflow Foundation
Sample of StateMachineWorkflow receiving events fired in ASP.NET
Posted
over 6 years ago
by
Tom Lake
1
Comments
If you are using a state machine workflow in ASP.NET you need to use the ManualSchedulerService. After the workflow is started or an event is fired to it you need to make a call to RunWorkflow. This allows the current thread to process the event, for...
Assorted Windows Workflow Foundation
Have you had problems using the FileWatcher sample in a StateMachineWorkflow or WhileActivity?
Posted
over 6 years ago
by
Tom Lake
2
Comments
If you have tried to use the FileWatcherActivity in either a WhileActivity or a StateMachineWorkflow you have probably not had much luck. The changes need to be made to the base activity InputActivity. To get it working in a while activity you need the...
Page 1 of 1 (7 items)