SP.Workflow.WorkflowAssociation.autoStartCreate Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies whether workflow instances will be created from this workflow association and started automatically when a list item is changed.

var value = SP.Workflow.WorkflowAssociation.get_autoStartCreate(); 
SP.Workflow.WorkflowAssociation.set_autoStartCreate(value);

Property Value

Type: Boolean

Applies To

SP.Workflow.WorkflowAssociation Class

Remarks

If this workflow association’s BaseTempate’s AutoStartCreate property is set to false, setting this property will result in no change to its value.

See Also

Reference

SP.Workflow.WorkflowAssociation Methods

SP.Workflow.WorkflowAssociation Properties

SP.Workflow Namespace