Share via

Workflow in SharePoint not working -Visual studio

Prajakta 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

Microsoft 365 and Office | SharePoint | For business | Windows

Answer accepted by question author

Mohamed El-Qassas 1,406 Reputation points Microsoft Employee Volunteer Moderator
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

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.