SharePoint 2013 Setting up workflow
With a new product comes new challenges. This is my first post and I hope that it helps 🙂
Simple process :
- Login with account that has appropriate rights
- Download the Windows Azure Workflow Installer
- Install WF manager
- Open WF manager configuration
- Click Configure WFManager with custom settings
- Follow the wizard
- Always test you connection, just to be sure
- When entering the USER ID use the FQDN else you will suffer the wrath of a Access Denied (401)
- If your not only using HTTPS then tick the Allow workflow management over HTTP on this computer options is ticked
- Service Bus Configuration, fill out necessary details
- Click on the tick in the bottom right corner
- Wait for the wizard to complete
- Open up a powershell console window
- Run : Register-SPWorkflowService -SPSite http://xxxx/ -WorkflowHostUri http://xxxx:12291 –AllowOAuthHttp
- Open Central Admin -> Manage Service Applications
- At the bottom you will notice a new service application proxy -> Workflow Service Application Proxy
- Click on it, if setup correctly it will display Workflow is Connected
* Note UPS has to be up and running