Welcome to MSDN Blogs Sign in | Join | Help

June 2006 - Posts

How to set activity property from a custom input form

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
Posted by tomlake | 0 Comments
Attachment(s): InputActivity.exe

How to send data to a workflow

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 interface
Posted by tomlake | 4 Comments
Filed under:

Attachment(s): SendDataToStateMachine.exe
 
Page view tracker