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
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)
June, 2006
MSDN Blogs
>
Assorted Windows Workflow Foundation
>
June, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Assorted Windows Workflow Foundation
How to set activity property from a custom input form
Posted
over 7 years ago
by
Tom Lake
1
Comments
Sometime you might want to create an input form for your user to set properties on your custom activity. Unfortunately when you set the properties directly on the activity from the input form the values don’t always get reflected on your activity. To...
Assorted Windows Workflow Foundation
How to send data to a workflow
Posted
over 7 years ago
by
Tom Lake
4
Comments
Sometimes you need to send data to a workflow from the host. To do this you need create an interface that is decorated with the ExternalDataExchange attribute and contains an event delegate like the following: [ ExternalDataExchange ] public...
Page 1 of 1 (2 items)