You can use the Nintex Workflow web service to programatically apply a Workflow to a list or document library. The steps you need to follow are:
You can use the Nintex Workflow web service to programatically apply a Workflow to a list or document library. The steps you need to follow are:
...
"another action to read a specific field value out of this xml into an SPD variable. There are optimizations you can do to this, like only store the values you know you are going to read, but this example is implemented to be the most generic and reusable way to return properties for an item with any set of properties. Let's dive into the details!"
Since its release as part of the Microsoft .NET Framework 3.0, I've spent a lot of time with Windows Workflow Foundation (WF), implementing systems with the technology and teaching others to do the same. These experiences have given me some insights into some best (and less-than-best) practices to consider when using WF to realize software solutions in the real world.