0

This is sort of a noob question...

I've seen how to create an activity that works with bookmarks here, but how can I use this custom code as an Activity inside a workflow designer?

veljkoz
  • 8,384
  • 8
  • 55
  • 91

1 Answers1

3

In Visual Studio any activity in the same solution will automatically be added to the toolbox when you open the workflow designer. If you are using self hosting or a previously created library of activities in VS2010 you need to add it to the toolbox yourselfs.

Maurice
  • 27,582
  • 5
  • 49
  • 62
  • ok, that's weird - I was using another project, referenced it, but only graphically designed activities were in the toolbox. Now I see both... anyhow, thanks – veljkoz Nov 29 '10 at 08:36
  • Did you rebuild? VS2010 uses reflection so activities don't show up until you rebuild the solution. – Maurice Nov 29 '10 at 08:52