I have an on-premises SharePoint 2013 farm with Workflow Manager 1.0 installed and configured on a single server (development environment). When we go to manually execute a workflow against a list, we are presented with the standard error message ("Something went wrong. To try again, reload the page and then end the workflow").
The following is returned in the ULS logs:
Microsoft.Workflow.Client.InvalidRequestException: The scope '/SharePoint/default/56f5f99d-c701-4c08-b3e1-d4048d883bd7/7d3631b1-5190-4a9f-ac7b-0be2da1fa8a7' has no workflows under it. ...
My attempts at resolving the issue:
- Restarted the Service Bus Gateway and Service Bus Message Broker Services in Services console
- Restarted User Profile Service from Central Administration and validated that user synchronizations were still occurring
- Restarted Workflow Manager Website in IIS
- Restarted Workflow Manager backend service in Services console
- Restarted the server.
If anyone has any insights as to what my issue may be, I would appreciate any suggestions. I am a relative newcomer to SharePoint and Workflow development.