Task Step Expired Event Source
This event is signalled when a task step'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. |
StepDefinitionID | String | The unique identifier of the task step definition that expired. It corresponds to the ID property in subprocess activities. |
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. |
TaskStepAssignedLocation | DirectoryResource | The location that a task step is assigned to. |
TaskStepAssignedPersonnel | DirectoryResource | The person that a task step is assigned to. |
TaskStepCurrentComputer | DirectoryResource | The current computer that a task step is running on. |
TaskStepCurrentUser | DirectoryResource | The current user that a task step is assigned to. |
TaskStepName | String | A unique name that is distinguishable from the subprocess name. |
TaskStepInstanceID | GUID | The unique identifier of the task step instance that expired. It corresponds to the TaskStepInstanceID property in subprocess activities. |
TaskStepStartTime | DateTime | The date and time that a task step started. |
Workflow | DirectoryResource | The workflow definition for the instance that expired. |