Enum RestrictionType
OptimaJet.Workflow.Core.Model.RestrictionType
Specifies how a match for the ActorDefinition associated with a RestrictionDefinition affects authorization for a TransitionDefinition.
Namespace: OptimaJet.Workflow.Core.Model
public enum RestrictionTypeFields
Allow = 0 #Indicates that a match for the associated ActorDefinition contributes to authorizing the TransitionDefinition according to TransitionDefinition.AllowConcatenationType.
Restrict = 1 #Indicates that a match for the associated ActorDefinition contributes to denying authorization for the TransitionDefinition according to TransitionDefinition.RestrictConcatenationType.