Suppose the SharePoint environment is made of the following:
Domain Name: contoso.edu
SharePoint Server FQDN: sp.contoso.edu (admin site port = 13311)
SharePoint Server Computer Name: SP13
Workflow Manager FQDN: sqlwopi.contoso.edu
- Check if Workflow Manager is connected:
http://sp.contoso.edu:13311/_admin/WorkflowServiceStatus.aspx - Check if Workflow Service is working (Do this from the Sharepoint Server):
http://sqlwopi.contoso.edu:12291 (if http is used)
https://sqlwopi.contoso.edu:12290 - To check the Workflow Manager Service status (Do this on the Workflow Manager Service Server):
Get-WFFarmStatus - To connect SharePoint Farm to Workflow Manager Service (on SharePoint Server):
Register-SPWorkflowService -SPSite "https://sp.contoso.edu" -WorkflowHostUri "http://sqlwopi.contoso.edu:12291" -AllowOAuthHttp -Force (when http is used)
No comments:
Post a Comment