Skip to main content

Enum TriggerType

Type of impact that lead to the triggering of a transition

Syntax
public enum TriggerType

Namespace: OptimaJet.Workflow.Core.Model

Assembly: OptimaJet.Workflow.Core.dll

Fields

NameDescription
CommandTransition starts by a command
AutoTransition starts automatically, without any impact
TimerTransition starts by a timer

Extension Methods