Workflow in SharePoint not working -Visual studio

Prajkta Patil 81 Reputation points
2021-01-07T06:05:06.28+00:00

SharePoint workflow developed in Visual studio gives following error:
Microsoft.Workflow.Client.ScopeNotFound Exception. NodeId: Server name on which Workflow manager is installed. Alreday followed and tried following. Please suggest
https://social.technet.microsoft.com/wiki/contents/articles/51716.sharepoint-20132016-troubleshooting-workflow-farm.aspx

SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
545 questions
{count} votes

Accepted answer
  1. Mohamed El-Qassas 1,396 Reputation points MVP
    2021-01-07T07:03:28.477+00:00

    You may need to register the SharePoint workflow service again by specifying the scope name as below

    Register-SPWorkflowService –SPSite "Site collection URL" –WorkflowHostUri "Workflow URL" -Force -ScopeName "SharePoint"  
    

    If the issue still persists, so try to Disable loop Back Check as mentioned at Disable the authentication loopback check

    Read also

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful