The option for the SharePoint 2013 Workflow platform is not available because the workflow service is not configured on the server

TN 101 Reputation points
2020-11-17T07:06:16.61+00:00

Hi, we got error "The option for the SharePoint 2013 Workflow platform is not available because the workflow service is not configured on the server" for SharePoint 2013 farm when use SPD 2013. We had 2 web applications and one got no issue since we see Workflow 2013 option in the drop down selection. The other web application only show 2010 and no 2013 workflow option.

I did the followings for issue web application:

Enable-SPFeature -Identity WorkflowServiceStore -Url http://yoururl
Register-SPWorkflowService -SPSite http://portal/sites/docs -WorkflowHostUri http://portal:12291 -AllowOAuthHttp

(Restart workflow server IIS and WFE after I ran 2 above command)

In addition, I checked all required workflow installation & components they are fine and since one web application got no issue while other had issue.

What could be wrong if one web application show 2013 and the other did not show? I check workflow SSL certificate and it was not expired.

I use the below articles for my issue troubleshoot.

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/990fac21-e6a0-4786-b197-0950d2c72d70/the-option-for-the-sharepoint-2013-workflow-platform-is-not-available-at-the-site-collection?forum=sharepointcustomization

https://social.msdn.microsoft.com/Forums/en-US/e94445e6-a855-4275-ab28-130e3751a42c/sharepoint-2013-workflow-platform-is-not-available?forum=sharepointgeneral
https://social.msdn.microsoft.com/Forums/en-US/11de89e3-4ab5-45ce-9238-85ace6054e5e/the-option-for-the-sharepoint-2013-workflow-platform-is-not-available-in-sharepoint-designer?forum=sharepointgeneral

Thanks
Tee

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,940 questions
{count} votes

Accepted answer
  1. Emily Du-MSFT 45,586 Reputation points Microsoft Vendor
    2020-11-18T10:42:20.737+00:00

    @TN

    1. Make sure workflow manager 1.0 for SharePoint 2013 server is installed and configured properly.
      Workflow manager configuration for SharePoint Server 2013
    2. Press windows key+R then type services.msc, make sure that all the these services are running: Workflow Manager Backend、Windows Fabric Host Service、Service Bus Gateway.
    3. Open IIS, make sure “Workflow Management Site” is working fine.
    4. Check ULS logs to find clues for further troubleshooting.

    Reference:
    The option for the SharePoint 2013 workflow platform is not available


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

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