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.
Property | Data Type | Description |
---|---|---|
Schedule | DirectoryResource | The schedule for the instance that expired. This value is null if the workflow was not started from a schedule. |
TaskInstanceID | GUID | The unique identifier of the task instance that expired. It corresponds to the TaskInstanceID property in a workflow. |
TaskName | String | A unique name that is distinguishable from the workflow name. |
TaskPriority | Nullable Int32 | The task priority order for the current workflow |
TaskStartTime | DateTime | The date and time that a task started. |
Workflow | DirectoryResource | The workflow definition for the instance that expired. |