
SPEndpointAddressNotFoundExecption when publishing SharePoint 2013 workflows
Are you getting this error: (Microsoft.SharePoint.SPEndpointAddressNotFoundException: There are no addresses available for this application.) when publishing SharePoint 2013 workflows?
try these steps to fix it:
1. If you use HTTP: Register-SPWorkflowService –SPSite “http://mysitecollection” –WorkflowHostUri “http://server.domain.com:12291” –AllowOAuthHttp -force
2. If you use HTTPS: Register-SPWorkflowService