views:

263

answers:

0

I have a workflow defined in Sharepoint which collects user data. The workflow generates a form with a simple user input text box and three buttons: Cancel, Complete Task, Save draft. How can i complete this task using the workflow webservice? I can change the text box's content, the percent complete, the status etc. via the workflowservice.AlterTodo method, but I can't accomplish completing the task.

Any help is really appreciated!