Enum TriggerType
OptimaJet.Workflow.Core.Model.TriggerType
Specifies what causes Workflow Engine to evaluate a transition.
Namespace: OptimaJet.Workflow.Core.Model
public enum TriggerTypeFields
Command = 0 #Workflow Engine evaluates the transition when the associated CommandDefinition is executed.
Auto = 1 #Workflow Engine evaluates the transition automatically after the source ActivityDefinition.Implementation completes.
Timer = 2 #Workflow Engine evaluates the transition when the associated TimerDefinition fires.