Most often we are accustomed with the out-of-the-box functionalities in SharePoint to start a workflow attached with a list / library.There might be a requirement where the workflow needs to be started manually from within a programming interface i.e. a custom form which can be used for triggering workflow on specific list / library items. |
Dim list As SPList = web.Lists("ListName") Dim lstItem As SPListItem = list.GetItemById(itemID) Next |
Wednesday, April 21, 2010
Starting SharePoint Workflow Programatically
Posted by Rami Reddy Annapu Reddy at 11:31 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment