only My site

Monday, June 25, 2012

Workflow - Custom Activity

Workflow

Creating custom activity in Workflow Part – 1
http://www.sharepointkings.com/2010/03/creating-custom-activity-in-workflow.html

To create a custom activity designer with a drop zone using WorkflowItemPresenter
http://msdn.microsoft.com/en-us/library/dd489419.aspx
http://channel9.msdn.com/shows/Endpoint/endpointtv-Screencast-Lab-Introduction-to-Workflow-in-NET-4/

After creating the activity we need to add it to the sequence by using the below code Context.ScheduleActivity(Activity);

No comments: