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

Gets or sets a value that specifies whether workflow instances based on this workflow association can be started manually.

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

var value =SP.Workflow.WorkflowAssociation.get_autoStartChange()
SP.Workflow.WorkflowAssociation.set_autoStartChange(value)

Return value

Type: Boolean

Remarks

If this workflow association's BaseTemplate's AutoStartChange property is set to false, setting this property will result in no change to its value.