Step 1 – Installation
Download and Installation Process
Go to http://www.microsoft.com/web/downloads/platform.aspx
Click Download and install. Type Workflow in Search Box
Click Add on Workflow Manager and Workflow Manager Client.
Click Install
Choose Appropriate Option
Wait for Installation to Finish
Click Continue
Click Finish
Workflow Management Configuration
-
Farm Management Database
- Enter SQL Server Instance
- Add Database prefix and click Test Connection.
-
Configure Instance Management Database
- Enter SQL Server Instance
- Add Database prefix and click Test Connection.
Scroll Down from Right scroll.
-
Resource Management Database
- Enter SQL Server Instance
- Add Database prefix and click Test Connection.
-
Configure Service Account (Must be a domain – Non Farm Account)
- Enter user ID
- Enter Password
Scroll Down from Right scroll.
- Enter and confirm Certificate Generation key.
- Configure Ports. (Leave as Default)
- Check “Allow Workflow Management over http on this computer” for Development server only.
- Click Right Arrow à to Go to Service Bus Configuration
Service Bus Configuration
-
Farm Management Database
- Enter SQL Server Instance
- Add Database prefix
- Click Test Connection.
-
Configure Gateway Database
- Enter SQL Server Instance
- Add Database prefix
- Click Test Connection.
Scroll Down from Right scroll.
-
Message Container Database
- Enter SQL Server Instance
- Add Database prefix
- Click Test Connection.
- Check Use the Same Service Account Credential as Provided by Workflow Manager
- Check Use the same Certificate generation key as provided by workflow manager
- Leave REST as Default or Change if needed.
Scroll Down from Right scroll and Click à
Wait for Summary Page to confirm.
Registering Workflow Manager in SharePoint
Start SharePoint Management Shell
$Site = “https://Site.domain.com”
$WorkflowHostUri = “‘http://workflowhost.domain.com:12291”
#(12291 for http and 12290 for HTTPS)
Register-SPWorkflowService -SPSite $Site –WorkflowHostUri $WorkflowHostUri -AllowOAuthHttp
#Use –Force to overwrite existing configuration
Verify 2013 Workflow Configuration
- Install and open SharePoint Designer 2013.
- Open SharePoint Site
- Click on Workflows à List Workflow à Select a List e.g. Documents.
- SharePoint 2013 Workflow Must be visible in Platform Type.
- Workflow Service Application Proxy will appear in Manage Service Application.