This Data Type, provided by the Workflow API, represents an event corresponding to a change in an activity assignment. It inherits all the properties of the Event object.
| Property |
Type |
Access |
Description |
| AssignmentType |
Numeric (WorkflowAssignmentType) |
Read |
Type of assignment change |
| Id |
Numeric |
Read |
Identifier |
| OldUser |
WorkflowUser |
Read |
User assigned before the change |
| NewUser |
WorkflowUser |
Read |
User assigned after the change |
| OldRole |
WorkflowRole |
Read |
Role assigned before the change |
| NewRole |
WorkflowRole |
Read |
Role assigned after the change |
| Source |
Character (WorkflowEventSource) |
Read |
Component responsible for the event triggering |
| Target |
WorkflowObject |
Read |
Object associated to the event |
| TargetType |
Numeric (WorkflowObjectType) |
Read |
Type of object associated to the event |
| TimeStamp |
DateTime |
Read |
Date and time of the creation |
| Type |
Numeric |
Read |
Event type |
| User |
WorkflowUser |
Read |
User |
Workflow Error Codes
Workflow Event Data Type