SPWorkflowAssociationCollection.Configuration Enumeration
Contains configuration properties of the workflow association.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.WorkflowAssembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
| Member name | Description | |
|---|---|---|
| None | The default value of the Configuration. | |
| AutoStartAdd | The workflow can be started automatically when an item is created. | |
| AutoStartChange | The workflow can be started automatically when an item is changed. | |
| AutoStartColumnChange | The workflow can be started when a column is changed. | |
| AllowManualStart | The workflow can be started manually. | |
| HasStatusColumn | A status column for the SPWorkflowAssociation can be displayed in the user interface. | |
| LockItem | The SPWorkflowAssociation is read-only. | |
| Declarative | The SPWorkflowTemplate of the SPWorkflowAssociation is declarative, file-based workflow. | |
| NoNewWorkflows | There are no new workflow instances of the SPWorkflowAssociation. | |
| MarkedForDelete | The SPWorkflowAssociation is marked for deletion. | |
| GloballyDisabled | The SPWorkflowAssociation cannot be run. | |
| CompressInstanceData | The instance data for the SPWorkflowAssociation is compressed when it is stored in the database. | |
| SiteOverQuota | The SPSite on which the SPWorkflowAssociation is over quota. | |
| SiteWriteLocked | The SPSite on which the SPWorkflowAssociation is not allowed to write. | |
| AllowAsyncManualStart | The workflow can be started asynchronously, even if the workflow was manually initiated. | |
| SkipContentTypePushDown | The SPWorkflowAssociation is pushed down to child content types. |