WorkflowConfiguration Fields |
The WorkflowConfiguration type exposes the following members.
Name | Description | |
---|---|---|
Administrator | Specifies a group or user that has full rights on the workflow. | |
ContextMenuTrigger | Specifies a trigger that starts the workflow based on a context menu. | |
Description | Specifies a workflow description. | |
EnableMultipleInstances | Specifies whether multiple instances of this workflow can be started on an item at the same time. | |
EnableVersions | If enabled, you can have different versions of this workflow running. | |
Hidden | If enabled, the workflow is not visible for users to start manually. | |
Id | Contains a GUID that is used to identify the workflow. | |
Name | Specifies a workflow name. | |
NewItemTrigger | Specifies a trigger that starts the workflow when a new list item is created. | |
RetentionPeriod | Specifies after how many days stopped workflow instances are deleted (zero to never delete them). | |
States | Contains the states for the workflow. | |
TagDefinition | Specifies a tag for the workflow that is created for each workflow state and applied to each item running the workflow automatically. | |
Title | Specifies a workflow title. | |
UpdateItemTrigger | Specifies a trigger that starts the workflow when a list item is updated. |