Nintex Workflow PowerShell

Nintex Workflow – PowerShell Find Actions in a Workflow Part 6

A new addition to the PowerShell script for Nintex Workflow that I’ve been working on, so that you can get a report of the total number of actions in a workflow and also how many times each type of action is used. The usage is quite simple:  .\AllWorkflows.ps1 -nwoperation FindActionsInWorkflow -nwlogin domain\username -nwpassword password -nwworkflow “workflowname” […]