Assembly: OptimaJet.Workflow.Core

Enum TriggerType

OptimaJet.Workflow.Core.Model.TriggerType

Specifies what causes Workflow Engine to evaluate a transition.

public enum TriggerType

Fields

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.