SP.Workflow.WorkflowAssociation.taskListTitle property (sp.js)

Gets or sets a value that specifies the title of the list within which workflow tasks will be created for this workflow association.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value =SP.Workflow.WorkflowAssociation.get_taskListTitle()
          
SP.Workflow.WorkflowAssociation.set_taskListTitle(value)
          

Return value

Type: String

Remarks

The value must not be null or empty. Its length must be equal to or less than 255.