SP.Workflow.WorkflowAssociationCreationInformation.taskList Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies the workflow task list to be used by the workflow association.

var value = SP.Workflow.WorkflowAssociationCreationInformation.get_taskList();

SP.Workflow.WorkflowAssociationCreationInformation.set_taskList(value);

Property Value

Type: SP.List

Applies To

SP.Workflow.WorkflowAssociationCreationInformation Class

Remarks

Its value must not be null, unless the workflow will be created with a site content type workflow template and the value of Contentypeassociationtasklistnamee is not null and not empty.

See Also

Reference

SP.Workflow.WorkflowAssociationCreationInformation Methods

SP.Workflow.WorkflowAssociationCreationInformation Properties

SP.Workflow Namespace