SharePoint 2016: Step By Step Guide to Register Workflow Service Proxy

In this Wiki article, we will walk through the steps to register Workflow Service Proxy with SharePoint Server 2016.

Let's Start

  • Please, log in onto the SharePoint Server (It could be the App Server where Central Admin is hosted).
  • Open the SharePoint Powershell window.
  • In the PowerShell console, type this command:
Register-SPWorkflowService -SPSite "http://kfsp.krossfarm.com:9101/sites/workflow" -WorkflowHostUri "http://kf-spw.krossfarm.com:12291"
  • -SPSite: URL of Site collections.
  • -WorkflowHostURI: Workflow Host URI is the URL of the Workflow site.

This completes the configuration of the Workflow Manager and let's move to the verification step.

Back to Main