Custom workflow in sharepoint

Post on 12-Jun-2015

2.848 views 1 download

Tags:

description

Sharepoint Custom

Transcript of Custom workflow in sharepoint

Melick Rajee

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

*

*

*Sequence of activities

*Serializing & DE serializing

*Two Types

*Site Workflows

*List Workflows

* Start When Created

* Start When Changed

*

*All most all functionalities

*Greater scalability

*Hard to maintain / change

*No auto generated Visio diagrams

*

*Easy to use

*Limited functionalities

*Easy to modify and change

*Auto generated Visio diagrams

*

*Create using visual studio

*Plug to SharePoint designer

*Easy maintenance

*Easy to Change

*Auto generated Visio diagrams

*

.Action FIle

Web Config

• Access GAC

Designer

*

*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

*

Define Dependency Properties

Create Activity

Add to GAC

Create Actions.XML

Modify Web Config

*

*

*

*gacutil /i some.dll

*gacutil /l some

*Use Framework 3.5

*C:\Windows\assembly

*C:\Windows\Microsoft.NET\assembly

*

*

*

*Safe Controls

*Authorization Types

?

*