May 2009
1 post
2 tags
Getting and Setting Workflow Variables From A...
When building workflows you inevitably get into a situation where the built in activities just don’t cut it. In that case, you’ll build a custom activity to do whatever intricate business logic that you need. In the process of creating an activity of this nature, you’ll add some properties, Dependency Properties, that allow the workflow to pass data to the activity. What...