0
votes

I'm developing a sequential Sharepoint Foundation (Share point 2010) workflow in Visual Studio.

I can create tasks no problem using a CreateTask activity, but I can't work out how to create the task on a specific task list (i.e. a task list other than the one associated with the workflow).

How can I specify the task list on which the task should be created?

1

1 Answers

0
votes

You can't with the buildin taks activities. The whole point with all the ...Task activities is that they work with the Task list assigned during association.

If you need to add tasks to another task list then you do that as you would add items to any other list, but that means that you'll have no way of using any of the OnTask... functionality