Workflow Event Source Properties
Event sources are data items that you can subscribe to when you configure a workflow schedule. You use event sources to define when the selected workflow schedule is triggered
When an event source is added to a workflow schedule, you can bind the parameters
from the attached workflow to event properties.
Note: You can only bind parameters to
property values of similar data types.
Common Event Source Properties
The following table describes the common properties available for each event
source.
Property | Data Type | Description |
---|---|---|
Id | GUID | Unique key that identifies the event definition in the data model. |
Name | String | Display name of the event definition resource. |
Description | String | Additional information related to the event definition resource. |
Timestamp | DateTime | The actual UTC time that the event occurred. |
EventNodeAddress | EventAddress | The Directory Address of the event that occurred. |
EventType | String | The .NET type of the event occurrence. |
KeepArchive | Boolean | If the event associated with the workflow schedule is maintained in history by the event manager, this is True. |