Click or drag to resize

TransitionEventDefinitions Property

Contains the event definitions which are executed when the transition is activated. The event definition belong to the process template (i.e. no copy of events are taken when a process is instantiated from a template) and it is not possible to edit the event definitions for process instanses. EventDefinitions is sorted by eventdefinitionid.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public TransitionEventDefinitions EventDefinitions { get; }

Property Value

Type: TransitionEventDefinitions
See Also