This scenario has come across my table a few times. I want to know all the workflows that are currently in progress in my Site Collection. I may need to terminate them. Or I may need to terminate and restart them. If you have Nintex Workflow with an Enterprise License, there is a report called […]
How would you go about automating copying all folders and their files from one Document Library to another using Nintex Workflow? SharePoint exposes 2 web services that help us here. The Lists and Copy web services. The Lists web service lets us query the source document library using the GetListItems web method and find out […]
There are some web services that expose web methods that I can’t use via the Call Web Service action in Nintex Workflow. Usually, it’s those methods that have “out” parameters, but it can also happen for those methods that use non primitive types as parameters. Below is an example :http://<server>/<site>/_vti_bin/Lists.asmx?op=AddAttachment I honestly don’t know the […]