Tag: SharePoint Workflows


  • Are you getting this error: (Microsoft.SharePoint.SPEndpointAddressNotFoundException: There are no addresses available for this application.) when publishing SharePoint 2013 workflows? try these steps to fix it: If you use HTTP: Register-SPWorkflowService –SPSite “http://mysitecollection” –WorkflowHostUri “http://server.domain.com:12291” –AllowOAuthHttp -force If you use HTTPS: Register-SPWorkflowService -SPSite “https://myserver/mysitecollection” -WorkflowHostUri “https://server.domain.com:12290” Check that the SharePoint Service “App management Service” is started…

  • [ProjectCasemanagement solution] As a follow-up on my previous post, I’ve decided to make a short video demonstrating how to create a better solution. I still use the same method, but I’ve added some functions that makes it semi-dynamic. I say semi-dynamic because you’re still hardcoding the number of subfolders you want. It’s only the names of…

  • [[UPDATE: This is now part of a series of posts, where I show how to build a simple project/case management solution, with a no-code approach, using SharePoint 2010 Designer Workflows. Check out my other posts to learn more.]] [ProjectCasemanagement solution] Case I have a list with names of projects. Whenever I create a new item…