Hi,
I am currently installing SharePoint 2013 using Windows Server 2008 R2 SP1 and SQL Server 2008 R2 with SP2.
I am trying to setup Workflow Manager, but I receive the following error in central admin under Service applications. "Workflow not connected".
I have installed Workflow manager 1.0 with Service Bus 1.0 using Web Platform Installer 4.0. I have verified that I have not installed any beta products. So far so good. I can verify the workflow manager installation by hitting the url http://localhost:12291 which gives me an xml output. So far still good...
Then I configure the workflow manager to work with SharePoint 2013 using this command:
Register-SPWorkflowService SPSite http://myintranett WorkflowHostUri "http://myintranett:12291" AllowOAuthHttp -Force
The command completes with no error, which is correct. Everything looks good. I can verify the config by hitting the url
http://myintranett:12291/SharePoint with gives me xml
I now open the SharePoint site and SharePoint Designer 2013. I click on new workflow and get the error:
"The option for the SharePoint 2013 Workflow platform is not available because the workflow service is not configured on the server."