Defensive Workflow Design Part 2 - SharePoint Topology

  • 2 December 2014
  • 3 replies
  • 130 views

Userlevel 7
Badge +10

Applicable to Versions of Nintex Workflow 3.1.1.0 (Nintex Workflow 2013) and 2.4.1.0 (Nintex Workflow 2010) and earlier.

 

Configuration

 

Nintex Workflow solutions are deployed to SharePoint as Web Application scoped Solutions (Nintex Live being an exception). Nintex Workflow also makes use of the GAC (Global Assembly Cache) for its assemblies. When Nintex Solutions are deployed to the farm, only Web Application Servers install a copy of the Nintex Workflow assemblies into their GAC.

 

Every server that is running the Workflow Timer Service (Microsoft SharePoint Foundation Workflow Timer Service) is going to be in a pool of servers that can/will process Sharepoint and Nintex Workflows. SharePoint uses a round robin system to determine which server will process a given workflow instance. There is no feasible way to limit/reconfigure this functionality other than to turn the Workflow Timer Service off on a given server.

 

It is required that each server that is configured to run workflows (Microsoft SharePoint Foundation Workflow Timer Service) also be configured as a Web Application (Microsoft SharePoint Foundation Web Application Service) server. So that each workflow has access to Nintex Assemblies when needed.

 

services.png

 

Licensing Considerations

In Nintex Workflow 2013, the only Servers that need to be licensed are servers that will render the Nintex Workflow Designer (Typically servers that are in a load balanced pool):

 

Designer.png

 

In Nintex Workflow 2010, each server in the farm running the Workflow Timer Service needs to at least be licensed as an Application Server (No additional cost). Each Server that will render the Nintex Workflow Designer need to be licensed as a Front End Server.

 

More Information

 


3 replies

Badge +1

So conceivably in order to scale Nintex Workflow 2013 you could have 2 WFE load balanced as requestors (and license them) and then another two batch servers (running WF timer and Web App servers).  All four servers could take WF requests but the licensing would be limited to the requester pool (where designer is accessed).

Userlevel 7
Badge +10

That is correct.

Badge +1

Hi, we are running 2010 and have 3 WFE's. Only 2 of them, Prod02 and Prod03 are used by users.  The 3rd is used for admin functions (ie backups, controlpoint). We have Microsoft SharePoint Foundation Web Application Service and Microsoft SharePoint Foundation Workflow Timer Service. Nintex workflow is licensed on these 2 servers.

On the 3rd server, we  have Microsoft SharePoint Foundation Web Application Service and Microsoft SharePoint Foundation Workflow Timer Service running. Nintex is not licensed on this server.  According to "There is no feasible way to limit/reconfigure this functionality other than to turn the Workflow Timer Service off on a given server."  Based on this, do we need to turn off the Workflow Timer Service on this server eventhough we aren't running Nintex Workflows on it? 

We have been running it this way for several years.

Thanks

Scott

Reply