Clickatech

Nintex DelegateAllTasks

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. …

Clickatech Nintex

Nintex – Useful SQL Queries

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 …