Task Expired Event Source

This event is signalled when a task's expiry time is reached before a task is complete.

Following are all available properties that are specific to this event source.

PropertyData TypeDescription
ScheduleDirectoryResourceThe schedule for the instance that expired. This value is null if the workflow was not started from a schedule.
TaskInstanceIDGUIDThe unique identifier of the task instance that expired. It corresponds to the TaskInstanceID property in a workflow.
TaskNameStringA unique name that is distinguishable from the workflow name.
TaskPriorityNullable Int32The task priority order for the current workflow
TaskStartTimeDateTimeThe date and time that a task started.
WorkflowDirectoryResourceThe workflow definition for the instance that expired.