I have configured SharePoint 2013 and Workflow Manager.
Created new Site Collection. However I was not able to create SharePoint 2013 workflows.
Option for”SharePoint 2013 Workflow” (but SharePoint 2010 workflows works).
Option for”SharePoint 2013 Workflow” (but SharePoint 2010 workflows works).
Issue was, The site collection was created using blank template, which doesn’t include all necessary dependency features for creating workflows.
Fix: we need to enable hidden feature WorkflowServiceStore using PowerShell.
Enable-SPFeature -Identity WorkflowServiceStore –Url $yourUrl
And finally I got option in SharePoint Designer:

Comments are closed