creating custom activity
Hi,
I want to create a custom activity that opens a property window on drag & drop, & asks for some parameters(eg: website url). It can be used in a workflow as a browse Activity.
Need suggestions.
Thanks
Hi,
I want to create a custom activity that opens a property window on drag & drop, & asks for some parameters(eg: website url). It can be used in a workflow as a browse Activity.
Need suggestions.
Thanks
Create a custom toolbox item, deriving from ActivityToolboxItem if you like. Then in the CreateComponentsCore method, you can pop up your UI for the properties. Once you have the properties, you create an instance of your component/activity then return it in an array.
Matt