|
2 |
edited title
|
||
Firing a SharePoint Workflow by updating a list item through List Webservice - MS verified bug, solved |
||||
|
1 |
|
||
Firing a SharePoint Workflow by updating a list item through List WebserviceI am developing, a simple SharePoint Sequential Workflow which should be bound to a document library. When associating the little workflow to a document library, i checked these options
Now I upload a document to this library and the workflow starts and for instance sends a mail. It completes and everything is fine. When I select Edit Properties on the new Item and save a change, the workflow is fired again. Absolutely what we expected. Even when copying a new Item into the library with help of the Copy.asmx Webservice, the workflow starts normally. But now I want to update the item via the SharePoint WebService Lists.asmx. My CAML goes here:
The Item is being updated (timestamp changed and a dummy property, too) but the workflow does NOT start again. This behaviour is reproducable on our development and test system. Checking the error logs (C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS) I discovered a strange error message:
Anybody who can confirm this behaviour? Or any solution hints? This would be great! I am keeping you informed of any developments on this topic.
|
||||
