sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
208 stars 61 forks source link

Show how to find and run a workflow by its name #76

Open dsmagic12 opened 5 years ago

dsmagic12 commented 5 years ago

I added a real-world example of retrieving the workflows that are available to run on a specific item in a specific list, then finding the workflow with a name that matches a target value, and finally running that workflow on the list item using the Start Workflow operation in SPServices