Has anyone had experience canceling a workflow via webservices? Is it possible?
+1
A:
If you write the web service yourself, it can do anything you want.
Here is a code example for cancelling workflow: http://social.msdn.microsoft.com/Forums/en-US/sharepointworkflow/thread/e5fc79f8-ca3a-421a-ab8a-78fcb3365b46
Edit
There is a workflow.asmx, but it looks like it has a startworkflow but not a stop
http://msdn.microsoft.com/en-us/library/bb862916(office.12).aspx
Shiraz Bhaiji
2010-06-09 12:53:04
Very true, but I was thinking more along the lines of "out-of-the-box functionality
cyrix86
2010-06-09 13:12:07
I don't believe this is possible using out of the box webservices. Shiraz seems to have the best option.
Kit Menke
2010-06-09 14:52:24
Ok I guess a custom ws will be the way to go
cyrix86
2010-06-09 15:25:15