Click or drag to resize

WorkflowConfiguration Fields

The WorkflowConfiguration type exposes the following members.

Fields
  NameDescription
Public fieldAdministrator
Specifies a group or user that has full rights on the workflow.
Public fieldContextMenuTrigger
Specifies a trigger that starts the workflow based on a context menu.
Public fieldDescription
Specifies a workflow description.
Public fieldEnableMultipleInstances
Specifies whether multiple instances of this workflow can be started on an item at the same time.
Public fieldEnableVersions
If enabled, you can have different versions of this workflow running.
Public fieldHidden
If enabled, the workflow is not visible for users to start manually.
Public fieldId
Contains a GUID that is used to identify the workflow.
Public fieldName
Specifies a workflow name.
Public fieldNewItemTrigger
Specifies a trigger that starts the workflow when a new list item is created.
Public fieldRetentionPeriod
Specifies after how many days stopped workflow instances are deleted (zero to never delete them).
Public fieldStates
Contains the states for the workflow.
Public fieldTagDefinition
Specifies a tag for the workflow that is created for each workflow state and applied to each item running the workflow automatically.
Public fieldTitle
Specifies a workflow title.
Public fieldUpdateItemTrigger
Specifies a trigger that starts the workflow when a list item is updated.
Top
See Also