Hello great, guide. Helped me replace expired workflow certificates. But now I have some problems reruning failled workflows during the time the service was stopped.
It took a couple of day before I managed to restart workflow service to a working state.
Now when I try to run a list workflow i get this error message: Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 404 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["34"],"Cache-Control":["max-age=0, private"],"Set-Cookie":["MLSUIdb8b319cd365e424eabe0171f400363a6=e7a2f790-bae5-49e2-bc3e-6a885f343f6c; expires=Fri, 31-Dec-9999 23:59:59 GMT; path=\/bestillinger","MLSSeIdb8b319cd365e424eabe0171f400363a6=61b4ab31-95ff-44c9-9c70-e85574fb6ab4; expires=Mon, 23-Aug-2021 06:11:24 GMT; path=\/bestillinger"],"Server":["Microsoft-IIS\/8.0"],"X-AspNet-Version":["4.0.30319"],"SPRequestGuid":["e57381a6-8140-e7d9-ac93-81af24e59447"],"request-id":["e57381a6-8140-e7d9-ac93-81af24e59447"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"X-Powered-By":["ASP.NET"],"MicrosoftSharePointTeamServices":["15.0.0.4569"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1; RequireReadOnly"],"Date":["Mon, 23 Aug 2021 05:51:24 GMT"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
If i search for thaat correlation id e57381a6-8140-e7d9-ac93-81af24e59447 i get in the uls logs that the item is missing, or might be deleted by the user, which in fact is not true.
The workflow service is working fine. I'm a little stuck could point in some direction of troubleshooting further.
Thank you