Assembly: OptimaJet.Workflow.Core

Enum RestrictionType

OptimaJet.Workflow.Core.Model.RestrictionType

Specifies how a match for the ActorDefinition associated with a RestrictionDefinition affects authorization for a TransitionDefinition.

public enum RestrictionType

Fields

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.