I wrote an application that re-hosts the Workflow 4 Designer (System.Activities.Presentation.WorkflowDesigner). Activities are discovered and dynamically loaded into the toolbox so they can be added to diagrams. I am aware of how to expose services to the activities at execution time, but I'm wondering if something similar is possible at design time. Some of my activities have sophisticated property value editors that can launch dialogs as well as do database loads. I would like for my host application to provide my activities with information such as the connection string they should use, etc.
Anybody know if this is possible? I haven't been able to find any information on how to achieve this. Thanks!