SP.Workflow.WorkflowAssociation.autoStartChange Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies whether workflow instances based on this workflow association can be started manually.
var value = SP.Workflow.WorkflowAssociation.get_autoStartChange();
SP.Workflow.WorkflowAssociation.set_autoStartChange(value);
Property Value
Type: Boolean
Applies To
SP.Workflow.WorkflowAssociation Class
Remarks
If this workflow association’s BaseTempate’s AutoStartChange property is set to false, setting this property will result in no change to its value.
See Also
Reference
SP.Workflow.WorkflowAssociation Methods