Custom workflow in sharepoint

15
Melick Rajee http://melick-rajee.blogspot.com/ *

description

Sharepoint Custom

Transcript of Custom workflow in sharepoint

Page 1: Custom workflow in sharepoint

Melick Rajee

http://melick-rajee.blogspot.com/

*

Page 2: Custom workflow in sharepoint

*

*Sequence of activities

*Serializing & DE serializing

*Two Types

*Site Workflows

*List Workflows

* Start When Created

* Start When Changed

Page 3: Custom workflow in sharepoint

*

*All most all functionalities

*Greater scalability

*Hard to maintain / change

*No auto generated Visio diagrams

Page 4: Custom workflow in sharepoint

*

*Easy to use

*Limited functionalities

*Easy to modify and change

*Auto generated Visio diagrams

Page 5: Custom workflow in sharepoint

*

*Create using visual studio

*Plug to SharePoint designer

*Easy maintenance

*Easy to Change

*Auto generated Visio diagrams

Page 6: Custom workflow in sharepoint

*

.Action FIle

Web Config

• Access GAC

Designer

Page 7: Custom workflow in sharepoint

*

*Create custom workflow action for string

concatenation

*C:\Program Files\Common Files\Microsoft

Shared\Web Server Extensions\14\ISAPI\

*Microsoft.SharePoint.dll

*Microsoft.sharepoint.WorkflowActions.dll

Page 8: Custom workflow in sharepoint

*

Define Dependency Properties

Create Activity

Add to GAC

Create Actions.XML

Modify Web Config

Page 9: Custom workflow in sharepoint

*

Page 10: Custom workflow in sharepoint

*

Page 11: Custom workflow in sharepoint

*

*gacutil /i some.dll

*gacutil /l some

*Use Framework 3.5

*C:\Windows\assembly

*C:\Windows\Microsoft.NET\assembly

Page 12: Custom workflow in sharepoint

*

Page 13: Custom workflow in sharepoint

*

Page 14: Custom workflow in sharepoint

*

*Safe Controls

*Authorization Types

Page 15: Custom workflow in sharepoint

?

*