Defines the ID of the target dataobject of the process.
On a process template either TargetId or TargetTypeId != 0 (bot not both).
On a process instance either TargetId != 0 or TargetTypeId = 0.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic int TargetId { get; set; }
Property Value
Type:
Int32
See Also