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
Tags
ASP.NET
Custom Activity
Mesh
Workflow
XAML Activation
Browse by Tags
MSDN Blogs
>
Assorted Windows Workflow Foundation
>
All Tags
>
xaml activation
Tagged Content List
Blog Post:
Project template for XAML Activation Console Application
Tom Lake
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. I created sequential and state machine console application...
on
18 May 2006
Blog Post:
Examples of using Persistence and Tracking in ASP.NET
Tom Lake
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 are VB and C# versions of each sample. When...
on
17 May 2006
Blog Post:
Using XAML activation in ASP.NET with a StateMachineWorkflow
Tom Lake
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 that build because it was added as a feature at...
on
8 May 2006
Blog Post:
XAML activation and how to use it
Tom Lake
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); public WorkflowInstance CreateWorkflow...
on
2 May 2006
Page 1 of 1 (4 items)