Site WF StartWorkflow action error


Badge +1

I'm trying to use a Site workflow to run a List Workflow on a particular item in a document library by using the Call Web Service - StartWorkflow action. I receive the following error message: Error returned from server: <soap:Fault xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>soap:Server</faultcode><faultstring>Server was unable to process request. ---&gt; Value does not fall within the expected range.</faultstring>

I have double-checked that the file URL works (I purposely input an incorrect URL and received a "Could not find the file to start workflow on" error instead), so it would appear that the issue is in invoking the workflow on the item. 

The workflow exists and is associated with the library. The workflow can be fired manually on an item in the library. 

203856_pastedImage_1.png

Any ideas on what could be causing this? 


2 replies

Userlevel 4
Badge +11

Hi,

could you try to use method StartWorkflowOnListItem instead? I usually use this one to start a workflow on a list item or on a document..

Giacomo

Userlevel 5
Badge +14

are you sure you correctly provided web service inputs?

following works form me

205259_pastedImage_1.png

Reply