Enum TransitionClassifier
OptimaJet.Workflow.Core.Model.TransitionClassifier
Specifies the direction classification assigned to a TransitionDefinition.
Namespace: OptimaJet.Workflow.Core.Model
public enum TransitionClassifierFields
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.