Quirks working with Workflow Designer

When working with Windows Workflow Foundation projects, it’s easy to get into the routine of working with your activities in the designer.  This is all great and wonderful until the complexity increases.  For example, if you have activities that are sequential workflow units themselves, this can lead to some real ‘Workflow Designer Heartburn’. One example, I have a large application with many workflow activities that are sequential workflow units themselves.  If I create yet another activity that is a ‘Code’ activity (as opposed to code behind), then the current VS 2008 designer will sometimes just flat refuse to let me drop other sequential workflow code activities into it.  To get around this, you can create a code behind activity.  For some reason, the designer seems to have less problems with this.  I’m just hoping that some of these designer issues are addressed in the forthcoming VS2010.
 
Happy Coding
 
Advertisement

About JohnHowell

I am a professional software developer with over 20 years of experience. I currently specialize in Microsoft technologies such as VS, TFS, C#, VB.Net, WCF, WPF, WW, etc.
This entry was posted in Development. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s