We are running SharePoint Server 2019 with Workflow Manager 1.0 (CU4). Recently, all SharePoint 2013-style workflows stopped working.
The error we are getting is: "Activity in progress Retrying last request. Next attempt scheduled after 20/10/2025 12:44. Details of last request: HTTP Unauthorized to https://intranet.xxxxx.xx/_api/web/lists(guid'26f3c2f1-541c-4f99-ae36-a28795c4a068') Correlation Id: 9fba991d-6850-f265-beb5-0039bbd07407 Instance Id: 0d6ced29-bc94-4d46-91d0-4fae6d763156 "
· Register-SPWorkflowService runs successfully, and the Workflow Manager farm appears healthy.
· The Workflow Manager metadata endpoint (https://server:12290/metadata/json/1) returns 404 or ScopeNotFoundError.
· SharePoint now points instead to its internal endpoint (https://intranet.../_layouts/15/metadata/json/1) which responds, but workflows still fail to start.
· ULS logs show repeated 401 UNAUTHORIZED and Non-OAuth request. IsAuthenticated=False entries, sometimes also “Context has no SMTP/UPN claims”.
· Claims providers are enabled (AD, User Profile, etc.), but UPN/SMTP claims are not being passed through, even for accounts created with the proper suffix.
So far, we’ve:
· Verified Workflow Manager certificates, farm health, and IIS modules.
· Re-registered the Workflow Service multiple times with -Force.
· Checked claims providers and tried to ensure UPN claims are available.
· Installed missing IIS features (WebSockets, WCF activation).
Despite all of this, workflows do not start, and the environment looks connected but not functional.