Step 1 - Download the Workflow Manager 1.0 from Microsoft site. Run the installation file, as shown below.




Step 2 - Now, you need to find the "Workflow Manager Configuration" from the list of applications.
Use the Windows Search to find it.


Select the recommended option from the below wizard.


Run SharePoint 2013 Management Shell as administrator. First things first! You need an Issuer ID. Use the below PowerShell cmdlets to get one. Remember to make note of this, as we will use it later. An important point, it has to be lowercase only.
[System.Guid]::NewGuid()
Paste the new Guid in the Certificate Generation Key.

Step 3 - Click Next to proceed. You will see the below screen.

If there is anything missing, it will highlight that parameter in red. In our case, we have provided all the details. Click "Tick" mark to proceed further.
Finally, you will see the configuration process completed, as shown below.

Step 4 - After the configuration is completed, go to IIS Manager and check for "Workflow Management Site". It should be up and running.

Also, go to "Central Admin" and check whether the "Work Management Service" is started.

Services on Server

Step 5 - The final step is to open the "SharePoint 2013 Management Shell" in Administrator mode.


Register-SPWorkflowService -SPSite "http://myserver/mysitecollection" -WorkflowHostUri "http://workflow.example.com:12291" -AllowOAuthHttp
Now, you should be able to see the "SharePoint 2013 Workflow" in SharePoint Designer 2013.



Bhushan MahajanPosted Jun 27, 2018, 5:44 AM
I have observed same issue as mentioned in this article and when i try to install Workflow manager after i dowload it using link you provided, i get an error informing Product you try to install is not available. Do you know any wayahead for this
Bhushan MahajanPosted Jun 27, 2018, 5:42 AM
Hi Madhanmohan
Humayun Kabir MamunPosted Oct 6, 2016, 12:10 AM
Nice...