Thursday, May 14, 2015

Locate WorkflowHostUri



Recently I was doing Installation and Configuration of Workflow Manger 1.0 for SharePoint 2013 Designer Workflows.

After completing the Installation and Configuration there is another step to register the workflow service with SharePoint using Register-SPWorkflowService poweshell command.


Register-SPWorkflowService -SPSite 'SiteCollectionURL' -WorkflowHostUri 'workflowhostur'


WorkflowHostUri value is your the SharePoint Server's fully qualified name with port 12991
on which the Workflow Manager is installed.

To get the computer's FQDN name, right click on "My Computer" or "This PC", select "Properties" and see for Full Computer Name,
 

No comments:

Post a Comment