Custom workflow in sharepoint
date post
12-Jun-2015Category
Technology
view
2.826download
1
Embed Size (px)
description
Transcript of Custom workflow in sharepoint
- 1. *Melick Rajeehttp://melick-rajee.blogspot.com/
2. *Sequence of activities*Serializing & DE serializing*Two Types* Site Workflows* List Workflows* Start When Created* Start When Changed * 3. * All most all functionalities* Greater scalability* Hard to maintain / change* No auto generated Visio diagrams* 4. * Easy to use* Limited functionalities* Easy to modify and change* Auto generated Visio diagrams* 5. *Create using visual studio*Plug to SharePoint designer*Easy maintenance*Easy to Change*Auto generated Visio diagrams * 6. .Action FIle DesignerWebConfig AccessGAC * 7. *Create custom workflow action for string concatenation*C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14ISAPI* Microsoft.SharePoint.dll* Microsoft.sharepoint.WorkflowActions.dll * 8. Define Dependency PropertiesCreate Activity Add to GAC Create Actions.XMLModify Web Config * 9. * 10. * 11. *gacutil /i some.dll*gacutil /l some*Use Framework 3.5* C:Windowsassembly* C:WindowsMicrosoft.NETassembly * 12. * 13. * 14. *Safe Controls*Authorization Types * 15. *?
Recommended