Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets sets a value that specifies the workflow history list to be used by the workflow association.
var value = SP.Workflow.WorkflowAssociationCreationInformation.get_historyList();
SP.Workflow.WorkflowAssociationCreationInformation.set_historyList(value);
Property Value
Type: SP.List
Applies To
SP.Workflow.WorkflowAssociationCreationInformation Class
Remarks
Its value must not be null, unless the workflow will be based on a site content type workflow template and the value of ContentTypeAssociationHistoryName is not null and not empty.
See Also
Reference
SP.Workflow.WorkflowAssociationCreationInformation Methods
SP.Workflow.WorkflowAssociationCreationInformation Properties