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

Gets or sets a value that specifies the title of the list to which to log workflow history events for this workflow association.

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

var value =SP.Workflow.WorkflowAssociation.get_historyListTitle()
          
SP.Workflow.WorkflowAssociation.set_historyListTitle(value)
          

Return value

Type: String

Remarks

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