Click or drag to resize
ProcessRecurrenceTypeEnum Enumeration
Process recurrence type enumeration.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
public enum ProcessRecurrenceTypeEnum
Members
  Member nameValueDescription
NotSpecified0 Recurrence type not specified.
Recurring1 The process can be started on the contact anytime.
NonRecurring2 The process can only be started if it hasn't been run on the contact before.
NonConcurrentRecurring3 The process can only be started if the same process is currently not running on the contact. It is either already finished or there is no record of the run.
See Also