Showing posts with label Consulting. Show all posts
Showing posts with label Consulting. Show all posts

Feb 3, 2012

Globally Reusable workFlows in Sharepoint 2010

In this article we will discuss about Globally Reusable workflows in SharePoint 2010.

there is new workflow in SharePoint 2010 i.e. Reusable workflow .This workflow will be developed based on content type which you select (All content Type),so it can be used in any list or library in a particular site.

If you want to use the Reusable workflow globally i.e. in all sites under one site collection you need work Globally reusable workflows.

open SharePoint designer 2010 ,open the site from designer ,click on workflows,
here i already created one reusable workflow i.e. Employee Rating:



Click on that workflow and see the settings ,the visibility of this workflow is only to this site.



to make this one as globally reusable , from the ribbon control select Publish globally option.



system will gives the below confirmation message.



Click on Ok.

Now see the Employee rating is under Globally reusable Workflow section.



Click on the Employee rating Globally reusable workflow , check the visibility , now it is changed from This Site Only to Global(All Subsites).



Now you can use this workflow in all Subsites under your site collection.
Hope you found this useful.

SharePoint-Journey for Administrators, Developers and users

Jan 18, 2012

workflows in Sharepoint 2010


Sharepoint workflows built on three different layers of windows workflow foundation services


what are the new things in workflows in Shareoint 2010.? we will discuss more on that..

there are two new workflows are introduced in Sharepoint 2010.

1.Reusable workflow
we can create reusable workflows and deploy them to the site or site collection level to be consumed by various objects within that scope.

Advantage:There is no need to maintain more than one copy of the same workflow.

2.Site Workflow
Site workflows more advanced of reusable workflows.
we can run site workflow on a list, library, or list item within a site.

Example:Entire site’s list items regardless of the list in which they reside, are can be manipulated like changing status,updating list Author etc...

SharePoint-Journey for Administrators, Developers and users