Who's Online
11 visitors online now
3 guests, 8 bots, 0 members
Support my Sponsor
  • An error has occurred, which probably means the feed is down. Try again later.

Configure Workflow Manager 2013 with SharePoint Standard or Enterprise

Configure Workflow Manager 2013 with SharePoint Standard or Enterprise

(Workflow 2013 does not work with SharePoint foundation)

I assume you have SharePoint installed and configured on your computer. Also Workflow Manager 1.0 and Wofklow client is installed on the same computer.

When the workflow manager is not configured on your SharePoint farm, you will notice below:

  1. You don’t see SharePoint 2013 workflow option in SharePoint designer.

1

  1. When you go to > Central Admin > Service Application > Workflow management service application > you see  Workflow is not connected

2

Lets Configure Workflow 2013

  1. Select Start > Select Workflow Manager 1.0 > click on Workflow manager configuration

3

  1. Now select Configure Workflow Manager with custom Settings

4

  1. SQL server Instance name and make sure below database does not exist on that instance. If they do. Rename the database

5

6

  1. Provide the Windows account used to manage this service and used in Workflow manager service application pool

7

  1. Make sure port 12290 and 12291 is open on SP and Workflow server for communication. “Allow workflow management over http on this computer” should be checked. By default local administrator will be able to manager workflow services.

8

6. Now we need to configure Service Bus. We can use same SQL server and confirm that database names does not exist

9

7. Important thing to notice is. I have selected “Use the same service account credentials as provided for workflow manager” and “Use same certificate generation key as provided for workflow manager”

10

  1. Surely we need Port number 9355, 9354, 9356 opened between SharePoint server but also we need port 9000 to 9004 opened. It does not use single port as mentioned below

11

  1. We can validate the details in summary screen before proceeding with actual configuration. Note that port number is 9000-9004 here

12

13

  1. Once you hit the tick on bottom of page, it will start the configuration of Workflow and Service Bus. It should be completed in couple of minutes

14

15

  1. Now we should be able to see with 2 bindings

16

17

  1. Try to browse them and you should see below reply

18

19

  1. If you see a 404 or 500 error. Check if your service account has proper permission on local system (Local admin, permission on c:, etc). Try to browse site in different browser. Create DisableLoopbackCheck registry. Add URL in Trusted sites in IE

20

21

22

  1. Now open Workflow Manager Powershell as admin and run command “get-wffarm” to check the details of farm

23

24

15. Open SharePoint Powershell as admin and run command “Register-SPwrofklowservice –Spsite http://siteURLwithport –workflowhostURI http://workflowserver:12291 -allowoathhttp”:

25

27

  1. Now you see that Workflow service is connected and your SharePoint 2013 workflow in SharePoint Designer

28

29

Comments are closed.