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)
July, 2006
MSDN Blogs
>
Assorted Windows Workflow Foundation
>
July, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Assorted Windows Workflow Foundation
Basics of Working with Custom Types in Workflow
Posted
over 6 years ago
by
Tom Lake
7
Comments
If you have used a custom type for an activity / workflow property you have probably ran into a few issues. You might have had problems trying to get it serialized correctly or to be able to set the value in the property browser. With this post I will...
Assorted Windows Workflow Foundation
Do you want to invoke another workflow but you won't know which one until runtime?
Posted
over 6 years ago
by
Tom Lake
7
Comments
The InvokeWorkflowActivity that ships with WF requires you to set the type of the target workflow at design time. If you won’t know which workflow to invoke until runtime you need to write a custom activity. To invoke a workflow need to use the IStartWorkflow...
Assorted Windows Workflow Foundation
Do you need to launch another process from your workflow?
Posted
over 6 years ago
by
Tom Lake
1
Comments
When start another process from your workflow you can’t just not return from the Execute method until the process completes. This would block the entire workflow from receiving any other events and would hold onto the thread. Instead you need to use a...
Page 1 of 1 (3 items)