Our environment runs a lot of Nintex 2016 Workflows, to ease support we separate each workflow solution’s history and tasks lists. For normal maintenance and finding issues works quite well. …
This script will show you how many Workflow progress records each workflow in your environment has generated. SELECT i.WorkflowName, COUNT(p.InstanceID) [Number of WF Progress Records], i.siteid, i.webid, i.listid FROM dbo.workflowinstance …
If you experience it where you have customized the capture screen of a SharePoint list using Nintex Forms and the default SharePoint form still opens instead of the Nintex Form …
To use the Nintex status column to filter SharePoint views and/or do operations on list items in Nintex you need to use the following status codes (instead of the actual …