Hi all,
my question is about CreateTask Activity in visual studio Workflow.
When I createTask I use this code:
my question is about CreateTask Activity in visual studio Workflow.
When I createTask I use this code:
TaskId = Guid.NewGuid(); TaskProperties.Title = "Title"; TaskProperties.AssignedTo = workflowProperties.Originator; TaskProperties.Description = "description";
this will add a Task item to the TASK LIST.
But I want create Task list for example MyTasks and add the Item to MyTasks and not to the default Task list.
How can I do that?
thanks in advanceBest Reagrds
Ahmad
SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012