Enum TriggerType
Type of impact that lead to the triggering of a transition
Syntaxpublic enum TriggerType
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Fields
Name | Description |
---|---|
Command | Transition starts by a command |
Auto | Transition starts automatically, without any impact |
Timer | Transition starts by a timer |