Click or drag to resize

ActivityType Enumeration

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum ActivityType
Members
  Member nameValueDescription
Normal0 The first assignee that completes his work item causes the activity to be completed.
Voting1 Depending on the voting configuration a number of assignees must complete their work item for the activity to be completed.
AllMustComplete2 All assignees must complete their work item for the activity to be completed.
See Also