Thursday, July 24, 2014

Configuring Workflow Manager in SharePoint 2013


Step by step process to configure the Workflow Manager for SharePoint 2013 has been defined in the  below link.

Source from: http://technet.microsoft.com/en-us/library/jj193478

Workflow Service need to be registered for each site collection level. Below Command will register the WF Service.

Register-SPWorkflowService -SPSite "SPsite URL" -WorkflowHostUri "http://servername:12291" -ScopeName "test" -AllowOAuthHttp  -Force


Enable-SPFeature -Identity WorkflowServiceStore –Url "http://ca1vmsp13dev:8005/siteCollection"

No comments:

Post a Comment