Assembly: OptimaJet.Workflow.Core

Enum TransitionClassifier

OptimaJet.Workflow.Core.Model.TransitionClassifier

Specifies the direction classification assigned to a TransitionDefinition.

public enum TransitionClassifier

Fields

NotSpecified = 0 #
Indicates that no direction classification is assigned to a TransitionDefinition. This is the default TransitionClassifier value.
Direct = 1 #
Indicates that a TransitionDefinition is classified as forward.
Reverse = 2 #
Indicates that a TransitionDefinition is classified as backward or corrective.