This Data Type, provided by the Workflow API, represents an event corresponding to a change of priority. It inherits all the properties of the Event object.
Property |
Type |
Access |
Description |
OldPriority |
Numeric (WorkflowPriority) |
Read |
Priority before the change |
NewPriority |
Numeric (WorkflowPriority) |
Read |
Priority after the change |
Id |
Numeric |
Read |
Identifier |
Source |
Character (WorkflowEventSource) |
Read |
Component responible for the event triggering |
Target |
WorkflowObject |
Read |
Object associated to the event |
TargetType |
Numeric (WorkflowObjectType) |
Read |
Type of object associated to the event |
User |
WorkflowUser |
Read |
User that triggers the event |
TimeStamp |
DateTime |
Read |
Date and time of creation |
Type |
Numeric |
Read |
EventType |
Allows loading an event.
Load(id) : Numeric
Name |
Type |
Movement |
Description |
Id |
Numeric |
Input |
Event Id |
Workflow Error Codes